Hello, This series aims to add a generic background color property for CRTC as discussed in the conversation: https://patchwork.freedesktop.org/patch/439585/ This patch "drm: add crtc background color property" is strongly inspired of Matthew Roper's. Please see: https://patchwork.freedesktop.org/patch/333632/ Raphael Gallais-Pou (2): drm: add crtc background color property drm/stm: ltdc: add crtc background color property support drivers/gpu/drm/drm_atomic_state_helper.c | 1 + drivers/gpu/drm/drm_atomic_uapi.c | 4 ++ drivers/gpu/drm/drm_blend.c | 34 +++++++++++++++- drivers/gpu/drm/drm_mode_config.c | 6 +++ drivers/gpu/drm/stm/ltdc.c | 48 ++++++++++++++++++++--- include/drm/drm_blend.h | 1 + include/drm/drm_crtc.h | 12 ++++++ include/drm/drm_mode_config.h | 5 +++ include/uapi/drm/drm_mode.h | 28 +++++++++++++ 9 files changed, 132 insertions(+), 7 deletions(-) -- 2.17.1