summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rockchip
Commit message (Expand)AuthorAgeFilesLines
* drm/rockchip: Remove unused variableMaxime Ripard2021-03-241-2/+0
* Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-162-34/+49
|\
| * 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: use getter/setter functionsJulia Lawall2021-02-101-1/+1
* | drm/rockchip: Require the YTR modifier for AFBCAlyssa Rosenzweig2021-02-251-0/+11
|/
* drm: automatic legacy gamma supportTomi Valkeinen2020-12-151-1/+0
* Merge drm/drm-next into drm-misc-nextMaarten Lankhorst2020-12-151-1/+1
|\
| * Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-12-147-28/+51
| |\
| * | drm/rockchip: Avoid uninitialized use of endpoint id in LVDSPaul Kocialkowski2020-11-291-1/+1
* | | drm/rockchip: fix typo in Kconfig 's/HDMI/dsi/'Dafna Hirschfeld2020-11-291-1/+1
* | | drm/rockchip: for error print, use the correct device pointerDafna Hirschfeld2020-11-291-1/+1
* | | drm/rockchip: dw_hdmi: fix incorrect clock in vpll clock error messageJonathan Liu2020-11-291-1/+1
| |/ |/|
* | drm/rockchip/rockchip_lvds: Fix struct document formattingLee Jones2020-11-171-1/+1
* | drm/rockchip/rockchip_rgb: Consume our own headerLee Jones2020-11-171-0/+1
* | drm/rockchip/dw-mipi-dsi-rockchip: Demote non-conformant kernel-doc headersLee Jones2020-11-171-2/+2
* | drm: Use state helper instead of CRTC state pointerMaxime Ripard2020-11-101-2/+4
* | drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2020-11-092-10/+16
* | drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-2/+2
* | 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
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-11-021-31/+11
|\|
| * Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-09-231-2/+3
| |\
| * \ Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie2020-09-171-31/+11
| |\ \
| | * | drm: rockchip: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-13/+10
| | * | drm: rockchip: use common helper for a scatterlist contiguity checkMarek Szyprowski2020-09-101-18/+1
* | | | drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+4
* | | | drm/rockchip: Include <drm/drm_gem_cma_helper> for drm_gem_cm_vm_opsThomas Zimmermann2020-09-291-0/+1
* | | | drm/rockchip: Convert to drm_gem_object_funcsThomas Zimmermann2020-09-252-6/+11
| |_|/ |/| |
* | | drm: allow limiting the scatter list size.Gerd Hoffmann2020-09-091-2/+3
|/ /
* | Merge v5.9-rc1 into drm-misc-nextMaxime Ripard2020-08-182-5/+6
|\|
| * Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-08-061-3/+4
| |\
| | * ASoC: hdmi-codec: merge .digital_mute() into .mute_stream()Kuninori Morimoto2020-07-161-3/+4
| * | Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-08-056-6/+24
| |\ \
| * | | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-2/+2
| | |/ | |/|
* | | drm: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches2020-08-081-9/+0
| |/ |/|
* | drm: bridge: dw-hdmi: Pass drm_display_info to dw_hdmi_support_scdc()Laurent Pinchart2020-06-231-0/+1
* | drm: bridge: dw-hdmi: Constify mode argument to dw_hdmi_phy_ops .init()Laurent Pinchart2020-06-231-1/+1
* | drm: bridge: dw-hdmi: Pass drm_display_info to .mode_valid()Laurent Pinchart2020-06-231-1/+1
* | drm: bridge: dw-hdmi: Pass private data pointer to .mode_valid()Laurent Pinchart2020-06-231-1/+2
* | drm/rockchip: Add per-pixel alpha support for the PX30 VOPPaul Kocialkowski2020-06-173-0/+16
* | drm/rockchip: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-192-2/+2
* | drm/rockchip: vop: call vop_cfg_done() under reg_lockEmil Velikov2020-05-171-2/+2
|/
* drm/rockchip: Remove unneeded semicolonZheng Bin2020-04-271-3/+3