summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rockchip/rockchip_drm_vop.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/rockchip: Add optional support for CRTC gamma LUTEzequiel Garcia2019-10-111-0/+120
* drm/rockchip: Round up _before_ giving to the clock frameworkDouglas Anderson2019-10-091-3/+34
* drm: Measure Self Refresh Entry/Exit times to avoid thrashingSean Paul2019-09-191-4/+1
* drm/rockchip: fix VOP_WIN_GET macroJohn Keeping2019-08-081-1/+1
* drm/rockchip: Don't fully disable vop on self refreshSean Paul2019-07-261-5/+36
* drm/rockchip: Use vop_win in vop_win_disable instead of vop_win_dataSean Paul2019-07-261-9/+9
* drm/rockchip: Use the helpers for PSRSean Paul2019-07-261-9/+30
* drm/rockchip: drop use of drmP.hSam Ravnborg2019-07-171-15/+16
* Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2019-06-191-34/+27
|\
| * Merge v5.2-rc5 into drm-nextDaniel Vetter2019-06-191-34/+27
| |\
| | * Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-081-9/+1
| | |\
| | | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-9/+1
| | * | drm/rockchip: fix fb references in async updateHelen Koike2019-06-041-25/+26
| | |/
* | | drm/rockchip: Base adjustments of the mode based on prev adjustmentsDouglas Anderson2019-06-161-2/+2
* | | drm/rockchip: Properly adjust to a true clock in adjusted_modeDouglas Anderson2019-06-161-1/+2
|/ /
* | drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingMaxime Ripard2019-05-201-6/+4
* | drm/rockchip: Change the scl_vop_cal_scl_fac to pass drm_format_infoMaxime Ripard2019-05-201-7/+4
* | Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2019-05-091-3/+15
|\|
| * BackMerge v5.1-rc5 into drm-nextDave Airlie2019-04-151-3/+15
| |\
| | * drm/rockchip: vop: reset scale mode when win is disabledJonas Karlman2019-03-181-3/+15
* | | drm/rockchip: Convert to using __drm_atomic_helper_crtc_reset() for reset.Maarten Lankhorst2019-04-251-11/+11
|/ /
* / drm/rockchip: vop: Support dithering to RGB666Urja Rannikko2019-03-301-1/+10
|/
* drm/rockchip: check yuv2yuv existence before assigning window dataHeiko Stuebner2019-01-271-1/+3
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm/rockchip: Add reflection propertiesDaniele Castagna2019-01-111-0/+33
* drm/rockchip: Fix typo in VOP macros argumentEzequiel Garcia2019-01-111-7/+7
* drm/rockchip: Fix YUV buffers color renderingDaniele Castagna2019-01-101-1/+39
* drm/rockchip: update cursors asynchronously through atomic.Enric Balletbo i Serra2019-01-101-0/+74