summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rockchip
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-7/+6
2026-01-28BackMerge tag 'v6.19-rc7' into drm-nextDave Airlie-6/+25
2026-01-20drm/rockchip: vop2: Add mode valid callback for crtcAndy Yan-0/+12
2026-01-20drm/rockchip: dw_hdmi_qp: Optimize RK3588 HPD interrupt handlingCristian Ciocaltea-5/+1
2026-01-20drm/rockchip: dw_hdmi_qp: Fix RK3576 HPD interrupt handlingCristian Ciocaltea-6/+1
2026-01-19drm/bridge: refactor HDMI InfoFrame callbacksDmitry Baryshkov-18/+29
2026-01-14drm/rockchip: DRM_ROCKCHIP should depend on ARCH_ROCKCHIPGeert Uytterhoeven-0/+1
2026-01-11drm/rockchip: dw_hdmi_qp: Switch to gpiod_set_value_cansleep()Cristian Ciocaltea-1/+1
2026-01-09drm/rockchip: replace use of system_wq with system_percpu_wqMarco Crivellari-2/+2
2026-01-09drm/rockchip: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari-1/+1
2026-01-09drm/rockchip: Drop ROCKCHIP_IOMMU depend for DRM_ROCKCHIPChaoyi Chen-1/+2
2026-01-08drm/rockchip: vop: Add support for rk3506Chaoyi Chen-0/+71
2026-01-08drm/rockchip: dsi: Add support for rk3506Chaoyi Chen-0/+20
2026-01-08drm/rockchip: vop2: Simplify format_mod_supportedDaniel Stone-34/+22
2026-01-08drm/rockchip: vop2: Use drm_is_afbc helper functionDaniel Stone-1/+1
2026-01-08drm/rockchip: vop2: Enforce AFBC transform stride align in plane_checkDaniel Stone-3/+9
2026-01-08drm/rockchip: vop2: Enforce AFBC source alignment in plane_checkDaniel Stone-5/+10
2026-01-08drm/rockchip: vop2: Enforce scaling workaround in plane_checkDaniel Stone-10/+11
2026-01-08drm/rockchip: vop2: Fix Esmart test conditionDaniel Stone-6/+4
2026-01-08drm/rockchip: vop2: Switch impossible pos conditional to WARN_ONDaniel Stone-20/+8
2026-01-08drm/rockchip: vop2: Switch impossible format conditional to WARN_ONDaniel Stone-1/+2
2026-01-08drm/rockchip: vop2: Only wait for changed layer cfg done when there is pendin...Andy Yan-2/+11
2026-01-08drm/rockchip: vop2: Add delay between poll registersAndy Yan-2/+2
2026-01-07drm/bridge: dw-hdmi-qp: Fix spurious IRQ on resumeSebastian Reichel-1/+11
2025-12-25drm/rockchip: inno-hdmi: Convert to drm bridgeAndy Yan-1371/+191
2025-12-15drm/rockchip: hdmi: add RK3368 controller variantHeiko Stuebner-0/+16
2025-12-02Merge tag 'drm-misc-next-2025-12-01-1' of https://gitlab.freedesktop.org/drm/...Dave Airlie-90/+175
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie-1/+1
2025-11-15drm/rockchip: vop2: Use OVL_LAYER_SEL configuration instead of use win_mask c...Andy Yan-7/+42
2025-11-15drm/rockchip: Set VOP for the DRM DMA deviceDmitry Osipenko-0/+3
2025-11-14drm/rockchip: dw_hdmi_qp: Add high color depth supportCristian Ciocaltea-3/+51
2025-11-14drm/rockchip: dw_hdmi_qp: Use bit macros for RK3576 regsCristian Ciocaltea-13/+8
2025-11-14drm/rockchip: dw_hdmi_qp: Switch to phy_configure()Cristian Ciocaltea-18/+19
2025-11-14drm/rockchip: vop2: Check bpc before switching DCLK sourceCristian Ciocaltea-26/+32
2025-11-14drm/rockchip: analogix_dp: Use dev_err_probe() instead of DRM_DEV_ERROR() dur...Damon Ding-17/+14
2025-11-14drm/rockchip: dw_hdmi_qp: Fixup usage of enable_gpio member in main structCristian Ciocaltea-7/+7
2025-11-03drm/rockchip: include drm_print.h where neededJani Nikula-0/+1
2025-10-31drm: include drm_print.h where neededJani Nikula-0/+12
2025-10-20drm/rockchip: Use temporary variablesDaniel Stone-9/+15
2025-10-20drm/rockchip: Rename variables for clarityDaniel Stone-19/+19
2025-10-20drm/rockchip: Return error code for errorsDaniel Stone-2/+1
2025-10-20drm/rockchip: Declare framebuffer width/height boundsDaniel Stone-0/+6
2025-10-20drm/rockchip: Demote normal drm_err to debugDaniel Stone-9/+9
2025-10-16drm/rockchip: dw_hdmi: use correct SCLIN mask for RK3228Alok Tiwari-1/+1
2025-10-15drm/rockchip: dw_hdmi_qp: Provide ref clock rate in dw_hdmi_qp_plat_dataCristian Ciocaltea-1/+10
2025-10-15drm/rockchip: dw_hdmi_qp: Provide CEC IRQ in dw_hdmi_qp_plat_dataCristian Ciocaltea-0/+4
2025-10-15drm/rockchip: dw_hdmi_qp: Improve error handling with dev_err_probe()Cristian Ciocaltea-38/+24
2025-10-14drm/rockchip: vop: add lut_size for RK3368 vop_dataWeiHao Li-0/+1