summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/rockchip/rockchip_drm_vop.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-22Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie1-15/+9
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie1-8/+9
2023-08-13drm/rockchip: vop: Fix call to crtc reset helperJonas Karlman1-1/+4
2023-08-13drm/rockchip: vop: Use cleanup helper directly as destroy funcsJonas Karlman1-13/+3
2023-08-13drm/rockchip: vop: Fix reset of state in duplicate state crtc funcsJonas Karlman1-1/+2
2023-08-09drm/rockchip: Don't spam logs in atomic checkDaniel Stone1-8/+9
2023-07-21drm: Explicitly include correct DT includesRob Herring1-1/+0
2023-05-05drm/rockchip: vop: Leave vblank enabled in self-refreshBrian Norris1-4/+4
2023-03-09drm/rockchip: vop: limit maximum resolution to hardware capabilitiesSascha Hauer1-0/+12
2023-02-05drm/rockchip: vop: Quiet always-warning AFBC logBrian Norris1-4/+1
2023-02-05drm/rockchip: rgb: add video_port parameter to init functionMichael Riesch1-1/+1
2022-10-30drm/rockchip: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Yuan Can1-2/+2
2022-09-15drm/rockchip: remove vop_writel from vop1 driverTom Rix1-6/+0
2022-09-15drm/rockchip: support gamma control on RK3399Hugh Cole-Baker1-34/+71
2022-09-09drm/rockchip: vop: fix repeated words in commentwangjianli1-1/+1
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann1-4/+4
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann1-1/+0
2022-07-02drm/rockchip: vop: Don't crash for invalid duplicate_state()Brian Norris1-0/+3
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-05-03drm/rockchip: Support YUV formats with U/V swappedChen-Yu Tsai1-1/+19
2022-05-03drm/rockchip: Refactor IOMMU initialisationRobin Murphy1-0/+2
2022-05-03drm/rockchip: vop: fix possible null-ptr-deref in vop_bind()Yang Yingliang1-1/+1
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-14/+12
2021-10-18drm/rockchip: vop: Add timeout for DSP holdBrian Norris1-1/+3
2021-10-06drm/rockchip: Update crtc fixup to account for fractional clk changeChris Morgan1-14/+12
2021-06-24drm/<driver>: drm_gem_plane_helper_prepare_fb is now the defaultDaniel Vetter1-1/+0
2021-05-28drm: rockchip: set alpha_en to 0 if it is not usedAlex Bee1-0/+1
2021-03-24drm/rockchip: Remove unused variableMaxime Ripard1-2/+0
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard1-1/+2
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-4/+8
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard1-10/+10
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard1-1/+1
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+3
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-12/+15
2021-02-24drm/atomic: Pass the full state to planes async atomic check and updateMaxime Ripard1-6/+10
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann1-1/+2
2020-12-15drm: automatic legacy gamma supportTomi Valkeinen1-1/+0
2020-11-10drm: Use state helper instead of CRTC state pointerMaxime Ripard1-2/+4
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-2/+6
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard1-1/+3
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+4
2020-06-17drm/rockchip: Add per-pixel alpha support for the PX30 VOPPaul Kocialkowski1-0/+4
2020-05-17drm/rockchip: vop: call vop_cfg_done() under reg_lockEmil Velikov1-2/+2
2020-04-15drm/rockchip: fix spelling mistake "modifer" -> "modifier"Colin Ian King1-1/+1
2020-03-23drm/rockchip: Add support for afbcAndrzej Pietrasiewicz1-2/+135
2020-01-28drm/rockchip: plane_state->fb iff plane_state->crtcDaniel Vetter1-1/+1
2019-10-14drm/rockchip: vop: add the definition of dclk_polNickey Yang1-5/+7
2019-10-11drm/rockchip: Add optional support for CRTC gamma LUTEzequiel Garcia1-0/+120
2019-10-09drm/rockchip: Round up _before_ giving to the clock frameworkDouglas Anderson1-3/+34