summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rockchip/rockchip_drm_vop.c
Commit message (Expand)AuthorAgeFilesLines
* drm/rockchip: vop: Fix color for RGB888/BGR888 format on VOP fullJonas Karlman2023-11-201-3/+11
* drm/rockchip: vop: Add NV15, NV20 and NV30 supportJonas Karlman2023-10-241-7/+29
* Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2023-09-221-15/+9
|\
| * drm/rockchip: vop: Fix call to crtc reset helperJonas Karlman2023-08-121-1/+4
| * drm/rockchip: vop: Use cleanup helper directly as destroy funcsJonas Karlman2023-08-121-13/+3
| * drm/rockchip: vop: Fix reset of state in duplicate state crtc funcsJonas Karlman2023-08-121-1/+2
* | BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie2023-08-241-8/+9
|\ \ | |/ |/|
| * drm/rockchip: Don't spam logs in atomic checkDaniel Stone2023-08-091-8/+9
* | drm: Explicitly include correct DT includesRob Herring2023-07-211-1/+0
|/
* drm/rockchip: vop: Leave vblank enabled in self-refreshBrian Norris2023-05-051-4/+4
* drm/rockchip: vop: limit maximum resolution to hardware capabilitiesSascha Hauer2023-03-091-0/+12
* drm/rockchip: vop: Quiet always-warning AFBC logBrian Norris2023-02-051-4/+1
* drm/rockchip: rgb: add video_port parameter to init functionMichael Riesch2023-02-051-1/+1
* drm/rockchip: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Yuan Can2022-10-291-2/+2
* drm/rockchip: remove vop_writel from vop1 driverTom Rix2022-09-151-6/+0
* drm/rockchip: support gamma control on RK3399Hugh Cole-Baker2022-09-151-34/+71
* drm/rockchip: vop: fix repeated words in commentwangjianli2022-09-091-1/+1
* drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann2022-07-261-4/+4
* drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann2022-07-261-1/+0
* drm/rockchip: vop: Don't crash for invalid duplicate_state()Brian Norris2022-07-021-0/+3
* drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm/rockchip: Support YUV formats with U/V swappedChen-Yu Tsai2022-05-031-1/+19
* drm/rockchip: Refactor IOMMU initialisationRobin Murphy2022-05-021-0/+2
* drm/rockchip: vop: fix possible null-ptr-deref in vop_bind()Yang Yingliang2022-05-021-1/+1
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-11-181-14/+12
|\
| * drm/rockchip: Update crtc fixup to account for fractional clk changeChris Morgan2021-10-061-14/+12
* | drm/rockchip: vop: Add timeout for DSP holdBrian Norris2021-10-171-1/+3
|/
* drm/<driver>: drm_gem_plane_helper_prepare_fb is now the defaultDaniel Vetter2021-06-241-1/+0
* drm: rockchip: set alpha_en to 0 if it is not usedAlex Bee2021-05-281-0/+1
* drm/rockchip: Remove unused variableMaxime Ripard2021-03-241-2/+0
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-1/+2
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-4/+8
* drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-241-10/+10
* drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-241-1/+1
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+3
* drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-12/+15
* drm/atomic: Pass the full state to planes async atomic check and updateMaxime Ripard2021-02-241-6/+10
* drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann2021-02-231-1/+2
* drm: automatic legacy gamma supportTomi Valkeinen2020-12-151-1/+0
* drm: Use state helper instead of CRTC state pointerMaxime Ripard2020-11-101-2/+4
* drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-021-2/+6
* drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2020-11-021-1/+3
* drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+4
* drm/rockchip: Add per-pixel alpha support for the PX30 VOPPaul Kocialkowski2020-06-171-0/+4
* drm/rockchip: vop: call vop_cfg_done() under reg_lockEmil Velikov2020-05-171-2/+2
* drm/rockchip: fix spelling mistake "modifer" -> "modifier"Colin Ian King2020-04-151-1/+1
* drm/rockchip: Add support for afbcAndrzej Pietrasiewicz2020-03-231-2/+135
* drm/rockchip: plane_state->fb iff plane_state->crtcDaniel Vetter2020-01-281-1/+1
* drm/rockchip: vop: add the definition of dclk_polNickey Yang2019-10-131-5/+7