include/drm: drm_color_mgmt: include <linux/bitops.h> for the BIT() definitionChange-Id: I7adb17f7b5dcbdd3c5c80b11e4da3c664534068aSigned-off-by: Damon Ding <damon.ding@rock-chips.com>
include/drm: drm_dp_helper: add support for drm_dp_alternate_scrambler_reset_cap()The function drm_dp_alternate_scrambler_reset_cap() helps checkif the SINK device supports ASSR feature.Change-I
include/drm: drm_dp_helper: add support for drm_dp_alternate_scrambler_reset_cap()The function drm_dp_alternate_scrambler_reset_cap() helps checkif the SINK device supports ASSR feature.Change-Id: Iffe746cadd6862f8277f1ca5c4bcb95255bc18a4Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
show more ...
video/drm: dsi: Add _NO_ to MIPI_DSI_* flags disabling featuresAs described in link:https://patchwork.freedesktop.org/patch/msgid/20210727094435.v3.1.I629b2366a6591410359c7fcf6d385b474b705ca2@cha
video/drm: dsi: Add _NO_ to MIPI_DSI_* flags disabling featuresAs described in link:https://patchwork.freedesktop.org/patch/msgid/20210727094435.v3.1.I629b2366a6591410359c7fcf6d385b474b705ca2@changeidMany of the DSI flags have names opposite to their actual effects,e.g. MIPI_DSI_MODE_EOT_PACKET means that EoT packets will actuallybe disabled. Fix this by including _NO_ in the flag names, e.g.MIPI_DSI_MODE_NO_EOT_PACKET.Change-Id: Iebabd01814d61b594fac730303bd4c659feea347Signed-off-by: Guochun Huang <hero.huang@rock-chips.com>
video/drm: display: use color_encoding and color_range instead of private COLOR_SPACEThe old method to description color space and range is borrowing V4L2defined, It's difficult to understand, so
video/drm: display: use color_encoding and color_range instead of private COLOR_SPACEThe old method to description color space and range is borrowing V4L2defined, It's difficult to understand, so we change to DRM definedproperty.Signed-off-by: Damon Ding <damon.ding@rock-chips.com>Change-Id: I7eacc60dfda912b9becae1ce026cdb82eebef7f8
video/drm: dsi: add dsc helperChange-Id: I06792d0977d1a72ba35966f5b6a8f5b55e884fcdSigned-off-by: Guochun Huang <hero.huang@rock-chips.com>
drm/dsc: Add helpers for DSCChange-Id: I32bbc9ab9650f62fc67e4ebb1c5051c5a62ed69aSigned-off-by: Guochun Huang <hero.huang@rock-chips.com>
video/drm: add drm dp helper functionsSync from kernel-5.10:According to Linux Kernel drm dp helper functions, Add somecommon defines and functions for DP interface.Signed-off-by: Zhang Yubing
video/drm: add drm dp helper functionsSync from kernel-5.10:According to Linux Kernel drm dp helper functions, Add somecommon defines and functions for DP interface.Signed-off-by: Zhang Yubing <yubing.zhang@rock-chips.com>Change-Id: I385b797590e4f825f5692fa081ba51a979bd4f43
video/drm: Add dp helperSigned-off-by: Wyon Bi <bivvy.bi@rock-chips.com>Change-Id: I559f7288038c9b1128f64e56ea7f156a1f643f33
video/drm: Sync MIPI DSI Bus helper from Linux 4.9This imports drivers/gpu/drm/drm_mipi_dsi.c from Linux kernel 4.9.It can be very helpful when porting Linux mipi dsi driver to U-Boot.DSI hosts
video/drm: Sync MIPI DSI Bus helper from Linux 4.9This imports drivers/gpu/drm/drm_mipi_dsi.c from Linux kernel 4.9.It can be very helpful when porting Linux mipi dsi driver to U-Boot.DSI hosts expose operations which can be used by DSI peripheral driversto access associated devices.Change-Id: Iccfa9d946f33458867f4d4db0ce04aeb1918e855Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>