summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/rockchip
AgeCommit message (Expand)AuthorFilesLines
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds7-28/+51
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...Dave Airlie1-2/+3
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave 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
2020-08-18Merge v5.9-rc1 into drm-misc-nextMaxime Ripard2-5/+6
2020-08-08drm: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches1-9/+0
2020-08-06Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-3/+4
2020-08-05Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds6-6/+24
2020-07-16ASoC: hdmi-codec: merge .digital_mute() into .mute_stream()Kuninori Morimoto1-3/+4
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-2/+2
2020-06-23drm: bridge: dw-hdmi: Pass drm_display_info to dw_hdmi_support_scdc()Laurent Pinchart1-0/+1
2020-06-23drm: bridge: dw-hdmi: Constify mode argument to dw_hdmi_phy_ops .init()Laurent Pinchart1-1/+1
2020-06-23drm: bridge: dw-hdmi: Pass drm_display_info to .mode_valid()Laurent Pinchart1-1/+1
2020-06-23drm: bridge: dw-hdmi: Pass private data pointer to .mode_valid()Laurent Pinchart1-1/+2
2020-06-17drm/rockchip: Add per-pixel alpha support for the PX30 VOPPaul Kocialkowski3-0/+16
2020-05-19drm/rockchip: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2-2/+2
2020-05-17drm/rockchip: vop: call vop_cfg_done() under reg_lockEmil Velikov1-2/+2
2020-04-27drm/rockchip: Remove unneeded semicolonZheng Bin1-3/+3
2020-04-27drm/rockchip: cdn-dp-core: Make cdn_dp_core_suspend/resume staticEnric Balletbo i Serra1-2/+2
2020-04-17Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-17/+19
2020-04-15drm/rockchip: fix spelling mistake "modifer" -> "modifier"Colin Ian King1-1/+1
2020-04-09drm/bridge: analogix_dp: Split bind() into probe() and real bind()Marek Szyprowski1-17/+19
2020-04-02drm/rockchip: Use simple encoderThomas Zimmermann8-49/+19
2020-03-26drm/rockchip: Drop explicit drm_mode_config_cleanup callDaniel Vetter1-9/+5
2020-03-23drm/rockchip: Add support for afbcAndrzej Pietrasiewicz5-5/+276
2020-03-11drm/rockchip: rgb: don't count non-existent devices when determining subdriversHeiko Stuebner1-1/+2
2020-03-06drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya1-7/+0
2020-03-06drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya1-1/+1
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart2-2/+2
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard1-1/+1
2020-01-28drm/rockchip: plane_state->fb iff plane_state->crtcDaniel Vetter1-1/+1
2020-01-20Backmerge v5.5-rc7 into drm-nextDave Airlie1-1/+1
2020-01-13drm/rockchip: Add missing vmalloc headerKrzysztof Kozlowski1-0/+1
2020-01-13drm/rockchip: fix integer type used for storing dp data rateTobias Schramm1-1/+1
2020-01-13drm/rockchip: use DIV_ROUND_UP macro for calculations.Wambui Karuga1-1/+1