aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/rockchip
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds14-174/+523
2026-08-06mm: introduce vma_get_page_prot() and use itLorenzo Stoakes1-1/+1
2026-07-20drm/panel: of_drm_find_panel() return a counted referenceAlbert Esteve3-0/+18
2026-07-08Merge drm/drm-next into drm-misc-nextThomas Zimmermann4-4/+0
2026-07-07Merge tag 'drm-misc-next-2026-07-02' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie3-3/+3
2026-07-06drm/rockchip: Remove dependency on DRM simple helpersDiogo Silva10-19/+44
2026-07-06Merge tag 'drm-misc-next-2026-06-19' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie8-152/+458
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)4-4/+0
2026-06-22drm/rockchip: lvds: Switch to atomic_create_stateMaxime Ripard1-1/+1
2026-06-22drm/rockchip: rk3066_hdmi: Switch to atomic_create_stateMaxime Ripard1-1/+1
2026-06-22drm/rockchip: cdn-dp: Switch to atomic_create_stateMaxime Ripard1-1/+1
2026-06-09drm/rockchip: dw_hdmi_qp: Set supported_formats platdataNicolas Frattaroli1-0/+4
2026-06-09drm/rockchip: dw_hdmi_qp: Implement "color format" DRM propertyNicolas Frattaroli1-9/+98
2026-06-09drm/rockchip: vop2: Set correct output format for RK3576 YUV422Nicolas Frattaroli1-0/+16
2026-06-09drm/rockchip: vop2: Recognise 10-bit YUV422 as YUV formatNicolas Frattaroli1-0/+2
2026-06-09drm/rockchip: vop2: Add RK3576 to the RG swap special caseNicolas Frattaroli1-1/+2
2026-06-09drm/rockchip: Add YUV422 output mode constants for VOP2Nicolas Frattaroli1-0/+4
2026-06-02drm/rockchip: dw_hdmi: Use resume_early pm ops for system suspendJonas Karlman1-3/+4
2026-06-02drm/rockchip: dw_hdmi: Propagate bus format to display driverJonas Karlman1-1/+43
2026-06-02drm/rockchip: dw_hdmi: Configure HDMI PHY in atomic_mode_set()Jonas Karlman1-5/+24
2026-06-02drm/rockchip: dw_hdmi: Set output_port for RK3568/RK3566Jonas Karlman1-0/+1
2026-06-02drm/rockchip: dw_hdmi: Clean up whitespaceJonas Karlman1-6/+6
2026-06-02drm/rockchip: dw_hdmi: Remove empty encoder helper funcsJonas Karlman1-16/+2
2026-06-02drm/rockchip: dw_hdmi: Hold a reference to the dw-hdmi bridgeJonas Karlman1-0/+9
2026-06-02drm/rockchip: dw_hdmi: Inline resource lookup into bind()Jonas Karlman1-44/+30
2026-06-02drm/rockchip: dw_hdmi: Use drmres helpers for encoder resourcesJonas Karlman1-18/+11
2026-06-02drm/rockchip: dw_hdmi: Use local dev variable consistently in bind()Jonas Karlman1-6/+5
2026-06-02drm/rockchip: dw_hdmi: Use of_device_get_match_data() to get match dataJonas Karlman1-4/+7
2026-06-02drm/rockchip: analogix_dp: Add support for RK3576Damon Ding1-0/+9
2026-06-02drm/rockchip: analogix_dp: Fix OF node reference leak via auto cleanupDamon Ding1-6/+10
2026-06-02drm/rockchip: analogix_dp: Enable hclk for RK3588Damon Ding1-0/+6
2026-06-02drm/rockchip: vop2: Use vop2->old_layer_sel directly in wait_for_layer_cfg_done()Cristian Ciocaltea1-4/+4
2026-06-02drm/rockchip: vop2: Drop redundant zero-init in setup_layer_mixer()Cristian Ciocaltea1-2/+2
2026-06-02drm/rockchip: vop2: Delay old_{layer|port}_sel updates in setup_layer_mixer()Cristian Ciocaltea1-12/+9
2026-06-02drm/rockchip: vop2: Wait for layer cfg done before switching LAYERSEL_REGDONE_SELCristian Ciocaltea1-9/+10
2026-06-02drm/rockchip: vop2: Fix wrong wait target in layer cfg done checkCristian Ciocaltea1-1/+1
2026-06-02drm/rockchip: dw_dp: Release core resourcesCristian Ciocaltea1-1/+12
2026-06-02drm/rockchip: dw_dp: Add missing newline in dev_err_probe() messageCristian Ciocaltea1-1/+1
2026-06-02drm/rockchip: vop2: Add YUV support to background colorCristian Ciocaltea1-15/+138
2026-06-02drm/rockchip: vop2: Rename CSC_BT2020 to CSC_BT2020LCristian Ciocaltea2-2/+2
2026-05-21drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_nodeVladimir Oltean1-10/+15
2026-05-07Merge drm/drm-next into drm-misc-nextMaxime Ripard7-30/+30
2026-05-06Merge tag 'drm-misc-next-2026-04-20' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie7-86/+39
2026-05-04drm: Rename struct drm_atomic_state to drm_atomic_commitMaxime Ripard7-30/+30
2026-04-30drm/rockchip: rgb: remove now-redundant call to drm_connector_attach_encoder()Luca Ceresoli1-9/+0
2026-04-30drm/rockchip: lvds: remove now-redundant call to drm_connector_attach_encoder()Luca Ceresoli1-6/+0
2026-04-30drm/rockchip: inno-hdmi: remove now-redundant call to drm_connector_attach_encoder()Luca Ceresoli1-1/+1
2026-04-30drm/rockchip: dw_hdmi_qp: remove now-redundant call to drm_connector_attach_encoder()Luca Ceresoli1-1/+1
2026-04-30drm/rockchip: dw_dp: remove now-redundant call to drm_connector_attach_encoder()Luca Ceresoli1-1/+1
2026-04-30drm/rockchip: analogix_dp: remove now-redundant call to drm_connector_attach_encoder()Luca Ceresoli1-1/+1