summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rockchip
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * 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
| | * drm/rockchip: cdn-dp: Load firmware if no monitor connectedGuenter Roeck2017-02-051-6/+1
| | * drm/rockchip: cdn-dp: add cdn DP support for rk3399Chris Zhong2017-02-059-3/+2842
| | * drm/rockchip: return ERR_PTR instead of NULLJulia Lawall2017-02-051-1/+1
| | * drm/rockchip: vop: make vop register setting take effectChris Zhong2017-02-051-0/+4
* | | 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/+2
* | | drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo2017-02-071-1/+0
* | | drm/fb-helper: Automatically clean up fb_infoDaniel Vetter2017-02-071-6/+3
|/ /
* | drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-021-4/+1
|/
* drm: bridge: dw-hdmi: Move IRQ and IO resource allocation to common codeLaurent Pinchart2017-01-181-11/+1
* drm: bridge: dw-hdmi: Remove unneeded arguments to bind/unbind functionsLaurent Pinchart2017-01-181-2/+2
* drm: rockchip: use crtc helper drm_crtc_from_index()Shawn Guo2016-12-301-15/+2
* drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-9/+9
* drm: Nuke fb->depthVille Syrjälä2016-12-151-2/+3
* drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä2016-12-151-2/+2
* drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä2016-12-151-1/+1
* drm: Make the connector .detect() callback optionalLaurent Pinchart2016-12-011-7/+0
OpenPOWER on IntegriCloud