summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rockchip
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2017-03-12' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-03-152-1/+51
|\
| * drm: bridge: dw-hdmi: Remove device type from platform dataKieran Bingham2017-03-101-1/+0Star
| * drm/rockchip: Fix link error when CONFIG_DRM_ANALOGIX_DP undefinedSean Paul2017-03-071-0/+10
| * drm/rockchip: Implement CRC debugfs APITomeu Vizoso2017-03-061-0/+41
* | Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-03-076-254/+319
|\|
| * drm/rockchip/dsi: add dw-mipi power domain supportChris Zhong2017-03-011-0/+16
| * drm/rockchip/dsi: fix insufficient bandwidth of some panelChris Zhong2017-03-011-2/+2
| * drm/rockchip/dsi: remove mode_valid functionChris Zhong2017-03-011-39/+0Star
| * drm/rockchip/dsi: dw-mipi: correct the coding styleChris Zhong2017-03-011-15/+14Star
| * drm/rockchip/dsi: dw-mipi: support RK3399 mipi dsiChris Zhong2017-03-011-10/+62
| * drm/rockchip: dw-mipi-dsi: add reset controlJohn Keeping2017-03-011-0/+31
| * drm/rockchip: dw-mipi-dsi: support non-burst modesJohn Keeping2017-03-011-8/+13
| * drm/rockchip: dw-mipi-dsi: defer probe if panel is not loadedJohn Keeping2017-03-011-3/+18
| * drm/rockchip: vop: test for P{H,V}SYNCJohn Keeping2017-03-011-4/+4
| * drm/rockchip: dw-mipi-dsi: use positive check for N{H, V}SYNCJohn Keeping2017-03-011-2/+2
| * drm/rockchip: dw-mipi-dsi: use specific poll helperJohn Keeping2017-03-011-5/+5
| * drm/rockchip: dw-mipi-dsi: improve PLL configurationJohn Keeping2017-03-011-1/+12
| * drm/rockchip: dw-mipi-dsi: properly configure PHY timingJohn Keeping2017-03-011-4/+31
| * drm/rockchip: dw-mipi-dsi: configure PHY before enablingJohn Keeping2017-03-011-5/+6
| * drm/rockchip: dw-mipi-dsi: ensure PHY is resetJohn Keeping2017-03-011-1/+4
| * drm/rockchip: dw-mipi-dsi: fix escape clock rateJohn Keeping2017-03-011-1/+11
| * drm/rockchip: dw-mipi-dsi: allow commands in panel_disableJohn Keeping2017-03-011-10/+2Star
| * drm/rockchip: dw-mipi-dsi: prepare panel after phy initJohn Keeping2017-03-011-2/+4
| * drm/rockchip: dw-mipi-dsi: don't assume buffer is alignedJohn Keeping2017-03-011-5/+7
| * drm/rockchip: dw-mipi-dsi: only request HS clock when requiredJohn Keeping2017-03-011-2/+4
| * drm/rockchip: dw-mipi-dsi: respect message flagsJohn Keeping2017-03-011-1/+15
| * drm/rockchip: dw-mipi-dsi: include bad value in error messageJohn Keeping2017-03-011-1/+2
| * drm/rockchip: dw-mipi-dsi: avoid out-of-bounds read on tx_bufJohn Keeping2017-03-011-2/+9
| * drm/rockchip: dw-mipi-dsi: fix generic packet status checkJohn Keeping2017-03-011-2/+3
| * drm/rockchip: dw-mipi-dsi: fix command header writesJohn Keeping2017-03-011-4/+6
| * drm/rockchip: dw-mipi-dsi: remove mode_set hookJohn Keeping2017-03-011-12/+1Star
| * drm/rockchip: dw-mipi-dsi: pass mode in where neededJohn Keeping2017-03-011-19/+22
| * drm/rockchip: dw-mipi-dsi: don't configure hardware in mode_set for MIPIJohn Keeping2017-03-011-28/+21Star
| * Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-02-2614-65/+3170
| |\
| * | drm: Constify drm_mode_config atomic helper private pointerLaurent Pinchart2017-02-121-1/+1
| * | drm: rockchip: remove struct rockchip_crtc_funcsShawn Guo2017-02-093-72/+2Star
| * | drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo2017-02-071-1/+0Star
| * | drm/fb-helper: Automatically clean up fb_infoDaniel Vetter2017-02-071-6/+3Star
* | | Merge tag 'drm-misc-next-fixes-2017-02-27' of git://anongit.freedesktop.org/g...Dave Airlie2017-02-282-1/+4
|\ \ \ | |_|/ |/| |
| * | drm/rockchip: cdn-dp: Fix error handlingChristophe JAILLET2017-02-231-1/+3
| * | drm/rockchip: add extcon dependency for DPArnd Bergmann2017-02-231-0/+1
* | | drm/rockchip: Use common IOMMU API to attach devicesShunqian Zheng2017-02-151-47/+54
* | | drm/rockchip: Do not use DMA mapping API if attached to IOMMU domainTomasz Figa2017-02-153-14/+244
|/ /
* | drm/rockchip: cdn-dp: fix cdn-dp complie warningMark Yao2017-02-071-1/+1
* | Merge branch 'drm-rockchip-next-2017-02-05' of https://github.com/markyzq/ker...Dave Airlie2017-02-0710-4/+2872
|\ \ | |/ |/|
| * drm/rockchip: cdn-dp: don't configure hardware in mode_setChris Zhong2017-02-051-25/+24Star
| * drm/rockchip: cdn-dp: retry to check sink countChris Zhong2017-02-052-40/+52
| * drm/rockchip: cdn-dp: Move mutex_init to probeJeffy Chen2017-02-051-1/+1
| * drm/rockchip: cdn-dp: do not use drm_helper_hpd_irq_eventChris Zhong2017-02-051-1/+8
| * drm/rockchip: cdn-dp: Do not run worker while suspendedGuenter Roeck2017-02-052-2/+14