lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 6 Apr 2017 10:59:21 +0200
From:   Neil Armstrong <narmstrong@...libre.com>
To:     Laurent Pinchart <laurent.pinchart@...asonboard.com>
Cc:     dri-devel@...ts.freedesktop.org,
        laurent.pinchart+renesas@...asonboard.com, architt@...eaurora.org,
        Jose.Abreu@...opsys.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] drm: bridge: dw-hdmi: remove unused
 hdmi_bus_fmt_is_yuv420

On 04/05/2017 10:14 AM, Laurent Pinchart wrote:
> Hi Neil,
> 
> Thank you for the patch.
> 
> On Wednesday 05 Apr 2017 09:32:59 Neil Armstrong wrote:
>> Remove usused yet hdmi_bus_fmt_is_yuv420 function.
>>
>> Fixes: def23aa7e982 ("drm: bridge: dw-hdmi: Switch to V4L bus format and
>> encodings") Signed-off-by: Neil Armstrong <narmstrong@...libre.com>
> 
> Acked-by: Laurent Pinchart <laurent.pinchart@...asonboard.com>
> 
>> ---
>>  drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 14 --------------
>>  1 file changed, 14 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
>> b/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c index 84cc949..7dd6699 100644
>> --- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
>> +++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
>> @@ -605,20 +605,6 @@ static bool hdmi_bus_fmt_is_yuv422(unsigned int
>> bus_format) }
>>  }
>>
>> -static bool hdmi_bus_fmt_is_yuv420(unsigned int bus_format)
>> -{
>> -	switch (bus_format) {
>> -	case MEDIA_BUS_FMT_UYYVYY8_0_5X24:
>> -	case MEDIA_BUS_FMT_UYYVYY10_0_5X30:
>> -	case MEDIA_BUS_FMT_UYYVYY12_0_5X36:
>> -	case MEDIA_BUS_FMT_UYYVYY16_0_5X48:
>> -		return true;
>> -
>> -	default:
>> -		return false;
>> -	}
>> -}
>> -
>>  static int hdmi_bus_fmt_color_depth(unsigned int bus_format)
>>  {
>>  	switch (bus_format) {
> 

Applied to drm-misc-next

Thanks,
Neil

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ