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