summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-03-09drm/sun4i: Use embedded tcon pointer to get the tcon's output port nodeChen-Yu Tsai1-1/+1
2017-03-09drm/sun4i: Fix tcon channel 0 comment about backporch = backporch + hsyncChen-Yu Tsai1-2/+2
2017-03-09drm/sun4i: Fix TCON clock and regmap initialization sequenceChen-Yu Tsai1-7/+15
2017-03-07drm/sun4i: Grab reserved memory regionMaxime Ripard1-1/+11
2017-03-07drm/sun4i: Add backend and tcon pointers to sun4i_crtcChen-Yu Tsai2-12/+9
2017-03-07drm/sun4i: Add backend pointer to sun4i_layerChen-Yu Tsai2-5/+4
2017-03-07drm/sun4i: rgb: Pass tcon pointer when initializing RGB encoderChen-Yu Tsai3-20/+11
2017-03-07drm/sun4i: tv: Switch to drm_of_find_possible_crtcsChen-Yu Tsai1-1/+7
2017-03-07drm/sun4i: Drop hardcoded .possible_crtcs values from layersChen-Yu Tsai3-2/+13
2017-03-07drm/sun4i: Drop primary layer pointer from sun4i_drvChen-Yu Tsai3-8/+21
2017-03-07drm/sun4i: Initialize crtc from tcon bind functionChen-Yu Tsai5-13/+13
2017-03-07drm/sun4i: Move layers from sun4i_drv to sun4i_crtcChen-Yu Tsai4-11/+10
2017-03-07drm/sun4i: Add end of list element for sun4i_layers_init's returned listChen-Yu Tsai1-1/+1
2017-03-07drm/sun4i: Set drm_crtc.port to the underlying TCON's output port nodeChen-Yu Tsai1-0/+5
2017-03-07drm/sun4i: Make sunxi_rgb2yuv_coef constantChen-Yu Tsai1-1/+1
2017-03-07drm/sun4i: Make sun4i_crtc_init return ERR_PTR style error codesChen-Yu Tsai2-4/+4
2017-03-07drm/sun4i: Save newly created layer in layers array in sun4i_layers_initChen-Yu Tsai1-0/+1
2017-03-07drm/sun4i: Drop useless assignment in sun4i_layers_initChen-Yu Tsai1-1/+1
2017-03-07drm/sun4i: Fix kcalloc element size in sun4i_layers_initChen-Yu Tsai1-1/+1
2017-03-07drm/sun4i: Check return value of drm_vblank_initChen-Yu Tsai1-1/+5
2017-03-07drm/sun4i: Fix up error path cleanup for master bind functionChen-Yu Tsai1-5/+11
2017-03-07drm/sun4i: Move drm_mode_config_cleanup call to main driverChen-Yu Tsai2-1/+1
2017-03-02drm/vc4: Fix OOPSes from trying to cache a partially constructed BO.Eric Anholt1-0/+8
2017-03-02drm/vc4: Fulfill user BO creation requests from the kernel BO cache.Eric Anholt1-6/+7
2017-03-02Revert "drm/i915: Implement Link Rate fallback on Link training failure"Daniel Vetter3-50/+2
2017-03-02drm/fb-helper: implement ioctl FBIO_WAITFORVSYNCMaxime Ripard1-0/+68
2017-03-01drm: Update drm_fbdev_cma_init documentationGabriel Krisman Bertazi1-1/+0
2017-03-01drm/rockchip/dsi: add dw-mipi power domain supportChris Zhong1-0/+16
2017-03-01drm/rockchip/dsi: fix insufficient bandwidth of some panelChris Zhong1-2/+2
2017-03-01drm/rockchip/dsi: remove mode_valid functionChris Zhong1-39/+0
2017-03-01drm/rockchip/dsi: dw-mipi: correct the coding styleChris Zhong1-15/+14
2017-03-01drm/rockchip/dsi: dw-mipi: support RK3399 mipi dsiChris Zhong1-10/+62
2017-03-01drm/rockchip: dw-mipi-dsi: add reset controlJohn Keeping1-0/+31
2017-03-01drm/rockchip: dw-mipi-dsi: support non-burst modesJohn Keeping1-8/+13
2017-03-01drm/rockchip: dw-mipi-dsi: defer probe if panel is not loadedJohn Keeping1-3/+18
2017-03-01drm/rockchip: vop: test for P{H,V}SYNCJohn Keeping1-4/+4
2017-03-01drm/rockchip: dw-mipi-dsi: use positive check for N{H, V}SYNCJohn Keeping1-2/+2
2017-03-01drm/rockchip: dw-mipi-dsi: use specific poll helperJohn Keeping1-5/+5
2017-03-01drm/rockchip: dw-mipi-dsi: improve PLL configurationJohn Keeping1-1/+12
2017-03-01drm/rockchip: dw-mipi-dsi: properly configure PHY timingJohn Keeping1-4/+31
2017-03-01drm/rockchip: dw-mipi-dsi: configure PHY before enablingJohn Keeping1-5/+6
2017-03-01drm/rockchip: dw-mipi-dsi: ensure PHY is resetJohn Keeping1-1/+4
2017-03-01drm/rockchip: dw-mipi-dsi: fix escape clock rateJohn Keeping1-1/+11
2017-03-01drm/rockchip: dw-mipi-dsi: allow commands in panel_disableJohn Keeping1-10/+2
2017-03-01drm/rockchip: dw-mipi-dsi: prepare panel after phy initJohn Keeping1-2/+4
2017-03-01drm/rockchip: dw-mipi-dsi: don't assume buffer is alignedJohn Keeping1-5/+7
2017-03-01drm/rockchip: dw-mipi-dsi: only request HS clock when requiredJohn Keeping1-2/+4
2017-03-01drm/rockchip: dw-mipi-dsi: respect message flagsJohn Keeping1-1/+15
2017-03-01drm/rockchip: dw-mipi-dsi: include bad value in error messageJohn Keeping1-1/+2
2017-03-01drm/rockchip: dw-mipi-dsi: avoid out-of-bounds read on tx_bufJohn Keeping1-2/+9