mbox series

[v3,0/6] drm/gud: Add some more pixel formats

Message ID 20210929191201.34456-1-noralf@tronnes.org (mailing list archive)
Headers show
Series drm/gud: Add some more pixel formats | expand

Message

Noralf Trønnes Sept. 29, 2021, 7:11 p.m. UTC
Hi,

I'd appreciate if someone could review the 3 small driver patches.

Changes since version 2:
- Drop the patch adding module parameter 'xrgb8888'. Both Daniel and
Thomas had some comments that eventually led me to to drop this for now.

Noralf.


Noralf Trønnes (6):
  drm/fourcc: Add R8 to drm_format_info
  drm/format-helper: Add drm_fb_xrgb8888_to_rgb332()
  drm/format-helper: Add drm_fb_xrgb8888_to_rgb888()
  drm/gud: Add GUD_PIXEL_FORMAT_R8
  drm/gud: Add GUD_PIXEL_FORMAT_RGB332
  drm/gud: Add GUD_PIXEL_FORMAT_RGB888

 drivers/gpu/drm/drm_format_helper.c | 88 +++++++++++++++++++++++++++++
 drivers/gpu/drm/drm_fourcc.c        |  1 +
 drivers/gpu/drm/gud/gud_drv.c       |  6 ++
 drivers/gpu/drm/gud/gud_internal.h  | 12 ++++
 drivers/gpu/drm/gud/gud_pipe.c      |  6 ++
 include/drm/drm_format_helper.h     |  4 ++
 include/drm/gud.h                   |  6 +-
 7 files changed, 121 insertions(+), 2 deletions(-)

Comments

Thomas Zimmermann Sept. 30, 2021, 9:10 a.m. UTC | #1
Hi

Am 29.09.21 um 21:11 schrieb Noralf Trønnes:
> Hi,
> 
> I'd appreciate if someone could review the 3 small driver patches.

Series is

Acked-by: Thomas Zimmermann <tzimmermann@suse.de>

Best regards
Thomas

> 
> Changes since version 2:
> - Drop the patch adding module parameter 'xrgb8888'. Both Daniel and
> Thomas had some comments that eventually led me to to drop this for now.
> 
> Noralf.
> 
> 
> Noralf Trønnes (6):
>    drm/fourcc: Add R8 to drm_format_info
>    drm/format-helper: Add drm_fb_xrgb8888_to_rgb332()
>    drm/format-helper: Add drm_fb_xrgb8888_to_rgb888()
>    drm/gud: Add GUD_PIXEL_FORMAT_R8
>    drm/gud: Add GUD_PIXEL_FORMAT_RGB332
>    drm/gud: Add GUD_PIXEL_FORMAT_RGB888
> 
>   drivers/gpu/drm/drm_format_helper.c | 88 +++++++++++++++++++++++++++++
>   drivers/gpu/drm/drm_fourcc.c        |  1 +
>   drivers/gpu/drm/gud/gud_drv.c       |  6 ++
>   drivers/gpu/drm/gud/gud_internal.h  | 12 ++++
>   drivers/gpu/drm/gud/gud_pipe.c      |  6 ++
>   include/drm/drm_format_helper.h     |  4 ++
>   include/drm/gud.h                   |  6 +-
>   7 files changed, 121 insertions(+), 2 deletions(-)
>
Noralf Trønnes Oct. 1, 2021, 1:02 p.m. UTC | #2
Den 30.09.2021 11.10, skrev Thomas Zimmermann:
> Hi
> 
> Am 29.09.21 um 21:11 schrieb Noralf Trønnes:
>> Hi,
>>
>> I'd appreciate if someone could review the 3 small driver patches.
> 
> Series is
> 
> Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
> 

Many thanks Thomas!

Noralf.

> Best regards
> Thomas
> 
>>
>> Changes since version 2:
>> - Drop the patch adding module parameter 'xrgb8888'. Both Daniel and
>> Thomas had some comments that eventually led me to to drop this for now.
>>
>> Noralf.
>>
>>
>> Noralf Trønnes (6):
>>    drm/fourcc: Add R8 to drm_format_info
>>    drm/format-helper: Add drm_fb_xrgb8888_to_rgb332()
>>    drm/format-helper: Add drm_fb_xrgb8888_to_rgb888()
>>    drm/gud: Add GUD_PIXEL_FORMAT_R8
>>    drm/gud: Add GUD_PIXEL_FORMAT_RGB332
>>    drm/gud: Add GUD_PIXEL_FORMAT_RGB888
>>
>>   drivers/gpu/drm/drm_format_helper.c | 88 +++++++++++++++++++++++++++++
>>   drivers/gpu/drm/drm_fourcc.c        |  1 +
>>   drivers/gpu/drm/gud/gud_drv.c       |  6 ++
>>   drivers/gpu/drm/gud/gud_internal.h  | 12 ++++
>>   drivers/gpu/drm/gud/gud_pipe.c      |  6 ++
>>   include/drm/drm_format_helper.h     |  4 ++
>>   include/drm/gud.h                   |  6 +-
>>   7 files changed, 121 insertions(+), 2 deletions(-)
>>
>