mbox series

[0/3] drm/sun4i: de2/de3: CSC improvements

Message ID 20210110201947.3611649-1-jernej.skrabec@siol.net (mailing list archive)
Headers show
Series drm/sun4i: de2/de3: CSC improvements | expand

Message

Jernej Škrabec Jan. 10, 2021, 8:19 p.m. UTC
This short series reworks CSC handling to remove duplicated constants
(patch 1 and 2) and adds BT2020 encoding to DE3 (patch 3).

Please take a look.

Best regards,
Jernej

Jernej Skrabec (3):
  drm/sun4i: csc: Rework DE3 CSC macros
  drm/sun4i: de2/de3: Remove redundant CSC matrices
  drm/sun4i: Add support for BT2020 to DE3

 drivers/gpu/drm/sun4i/sun8i_csc.c      | 109 ++++++++++---------------
 drivers/gpu/drm/sun4i/sun8i_mixer.h    |   6 +-
 drivers/gpu/drm/sun4i/sun8i_vi_layer.c |   2 +
 3 files changed, 48 insertions(+), 69 deletions(-)

Comments

Maxime Ripard Jan. 13, 2021, 9:34 a.m. UTC | #1
On Sun, Jan 10, 2021 at 09:19:44PM +0100, Jernej Skrabec wrote:
> This short series reworks CSC handling to remove duplicated constants
> (patch 1 and 2) and adds BT2020 encoding to DE3 (patch 3).
> 
> Please take a look.

Applied, thanks
Maxime