summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rockchip
Commit message (Expand)AuthorAgeFilesLines
* drm/rockchip/dsi: correct the grf_switch_reg nameChris Zhong2017-03-241-2/+2
* drm/rockchip/dsi: enable the grf clk before writing grf registersChris Zhong2017-03-241-1/+25
* drm/rockchip/dsi: check phy_cfg_clk only for RK3399Chris Zhong2017-03-241-6/+8
* drm/rockchip: Refactor the component match logic.Jeffy Chen2017-03-2410-108/+118
* Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter2017-03-142-1/+4
|\
| * 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: cdn-dp: add more log for video configChris Zhong2017-03-131-0/+4
* | | drm/rockchip: cdn-dp: Correct PHY register addressChris Zhong2017-03-131-6/+5
* | | drm/rockchip: cdn-dp: return error code when clk_get_rate failedChris Zhong2017-03-133-4/+5
* | | drm: bridge: dw-hdmi: Remove device type from platform dataKieran Bingham2017-03-101-1/+0
* | | drm/rockchip: Fix link error when CONFIG_DRM_ANALOGIX_DP undefinedSean Paul2017-03-061-0/+10
* | | drm/rockchip: Implement CRC debugfs APITomeu Vizoso2017-03-061-0/+41
* | | 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/+0
* | | drm/rockchip/dsi: dw-mipi: correct the coding styleChris Zhong2017-03-011-15/+14
* | | 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/+2
* | | 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/+1
* | | 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/+21
* | | Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-02-2614-65/+3170
|\ \ \ | |/ /
| * | 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/+24
| | * 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
OpenPOWER on IntegriCloud