aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rockchip (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-28drm/rockchip: vop: add PX30 version infoJohan Jonker1-0/+2
2021-05-28drm/rockchip: cdn-dp: fix sign extension on an int multiply for a u64 resultColin Ian King1-1/+1
2021-05-28drm/rockchip: lvds: Fix an error handling pathChristophe JAILLET1-2/+2
2021-05-28drm/rockchip: remove unused functionJiapeng Chong1-5/+0
2021-05-28drm/rockchip: dsi: remove extra component_del() callThomas Hebb1-4/+0
2021-05-28drm/rockchip: dsi: move all lane config except LCDC mux to bind()Thomas Hebb1-8/+28
2021-05-28drm/rockchip: cdn-dp-core: add MODULE_FIRMWARE macroPeter Robinson1-0/+1
2021-05-28drm/rockchip: cdn-dp-core: add missing clk_disable_unprepare() on error in cdn_dp_grf_write()Yang Yingliang1-0/+1
2021-05-28drm: rockchip: set alpha_en to 0 if it is not usedAlex Bee1-0/+1
2021-05-28drm: rockchip: add alpha support for RK3036, RK3066, RK3126 and RK3188Alex Bee2-0/+22
2021-05-28drm: rockchip: add missing registers for RK3066Alex Bee1-7/+9
2021-05-28drm: rockchip: add missing registers for RK3188Alex Bee1-1/+4
2021-05-28drm: rockchip: add scaling for RK3036 win1Alex Bee1-2/+8
2021-05-28drm/rockchip: remove existing generic drivers to take over the deviceJavier Martinez Canillas1-0/+10
2021-03-24drm/rockchip: Remove unused variableMaxime Ripard1-2/+0
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie2-34/+49
2021-02-25drm/rockchip: Require the YTR modifier for AFBCAlyssa Rosenzweig1-0/+11
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
2021-02-10drm: use getter/setter functionsJulia Lawall1-1/+1
2020-12-15drm: automatic legacy gamma supportTomi Valkeinen1-1/+0
2020-12-15Merge drm/drm-next into drm-misc-nextMaarten Lankhorst1-1/+1
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds7-28/+51
2020-11-29drm/rockchip: fix typo in Kconfig 's/HDMI/dsi/'Dafna Hirschfeld1-1/+1
2020-11-29drm/rockchip: for error print, use the correct device pointerDafna Hirschfeld1-1/+1
2020-11-29drm/rockchip: dw_hdmi: fix incorrect clock in vpll clock error messageJonathan Liu1-1/+1
2020-11-29drm/rockchip: Avoid uninitialized use of endpoint id in LVDSPaul Kocialkowski1-1/+1
2020-11-17drm/rockchip/rockchip_lvds: Fix struct document formattingLee Jones1-1/+1
2020-11-17drm/rockchip/rockchip_rgb: Consume our own headerLee Jones1-0/+1
2020-11-17drm/rockchip/dw-mipi-dsi-rockchip: Demote non-conformant kernel-doc headersLee Jones1-2/+2
2020-11-10drm: Use state helper instead of CRTC state pointerMaxime Ripard1-2/+4
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2-10/+16
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-2/+2
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-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-31/+11
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+4
2020-09-29drm/rockchip: Include <drm/drm_gem_cma_helper> for drm_gem_cm_vm_opsThomas Zimmermann1-0/+1
2020-09-25drm/rockchip: Convert to drm_gem_object_funcsThomas Zimmermann2-6/+11
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-2/+3
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into drm-nextDave Airlie1-31/+11
2020-09-10drm: rockchip: fix common struct sg_table related issuesMarek Szyprowski1-13/+10
2020-09-10drm: rockchip: use common helper for a scatterlist contiguity checkMarek Szyprowski1-18/+1
2020-09-09drm: allow limiting the scatter list size.Gerd Hoffmann1-2/+3