RE: [PATCH libdrm] modetest: set_gamma only if CRTC supports gamma property

2020-08-26 Thread Rohit Visavalia
avalia > Cc: dri-devel ; Emil Velikov > ; Hyun Kwon ; Devarsh > Thakkar ; Dhaval Rajeshbhai Shah > ; Ranganathan Sk ; Varunkumar > Allagadapa > Subject: Re: [PATCH libdrm] modetest: set_gamma only if CRTC supports > gamma property > > CAUTION: This message has origina

Re: [PATCH libdrm] modetest: set_gamma only if CRTC supports gamma property

2020-03-22 Thread Ilia Mirkin
Not an enormous fan of what you had to do in atomic_set_planes, but OTOH I don't see a much better way to do it either. Reviewed-by: Ilia Mirkin On Tue, Mar 17, 2020 at 8:11 AM Rohit Visavalia wrote: > > Current implementation shows error as "failed to set gamma: Function > no implemented" if p

[PATCH libdrm] modetest: set_gamma only if CRTC supports gamma property

2020-03-17 Thread Rohit Visavalia
Current implementation shows error as "failed to set gamma: Function no implemented" if platform specific drm has no gamma property implemented Signed-off-by: Rohit Visavalia --- tests/modetest/modetest.c | 21 - 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/