summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rockchip
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/rockchip: cdn-dp-core: Make cdn_dp_core_suspend/resume staticEnric Balletbo i Serra2020-04-271-2/+2
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2020-04-171-17/+19
|\
| * drm/bridge: analogix_dp: Split bind() into probe() and real bind()Marek Szyprowski2020-04-091-17/+19
* | drm/rockchip: fix spelling mistake "modifer" -> "modifier"Colin Ian King2020-04-151-1/+1
* | drm/rockchip: Use simple encoderThomas Zimmermann2020-04-028-49/+19
* | drm/rockchip: Drop explicit drm_mode_config_cleanup callDaniel Vetter2020-03-261-9/+5
* | drm/rockchip: Add support for afbcAndrzej Pietrasiewicz2020-03-235-5/+276
|/
* drm/rockchip: rgb: don't count non-existent devices when determining subdriversHeiko Stuebner2020-03-111-1/+2
* drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya2020-03-061-7/+0
* drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya2020-03-061-1/+1
* drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart2020-02-262-2/+2
* Merge v5.6-rc2 into drm-misc-nextMaxime Ripard2020-02-171-1/+1
|\
| * Backmerge v5.5-rc7 into drm-nextDave Airlie2020-01-201-1/+1
| |\
| | * drm/rockchip: fix integer type used for storing dp data rateTobias Schramm2020-01-131-1/+1
* | | drm/rockchip: plane_state->fb iff plane_state->crtcDaniel Vetter2020-01-281-1/+1
* | | drm/rockchip: Add missing vmalloc headerKrzysztof Kozlowski2020-01-131-0/+1
* | | drm/rockchip: use DIV_ROUND_UP macro for calculations.Wambui Karuga2020-01-131-1/+1
|/ /
* | drm: rockchip: rk3066_hdmi: set edid fifo addressNickey Yang2020-01-061-0/+3
* | drm/rockchip: lvds: Add PX30 supportMiquel Raynal2020-01-062-0/+157