summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sunxi-drm-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel...Dave Airlie2017-04-2014-107/+163
|\
| * drm/sun4i: Pass pointer for underlying backend into layer initChen-Yu Tsai2017-03-093-9/+9
| * drm/sun4i: Pass pointers for associated backend and tcon into crtc initChen-Yu Tsai2017-03-093-6/+9
| * drm/sun4i: tv: Get tcon and backend pointers from associated crtcChen-Yu Tsai2017-03-091-8/+11
| * drm/sun4i: Use embedded tcon pointer to get the tcon's output port nodeChen-Yu Tsai2017-03-091-1/+1
| * drm/sun4i: Fix tcon channel 0 comment about backporch = backporch + hsyncChen-Yu Tsai2017-03-091-2/+2
| * drm/sun4i: Fix TCON clock and regmap initialization sequenceChen-Yu Tsai2017-03-091-7/+15
| * drm/sun4i: Grab reserved memory regionMaxime Ripard2017-03-071-1/+11
| * drm/sun4i: Add backend and tcon pointers to sun4i_crtcChen-Yu Tsai2017-03-072-12/+9
| * drm/sun4i: Add backend pointer to sun4i_layerChen-Yu Tsai2017-03-072-5/+4
| * drm/sun4i: rgb: Pass tcon pointer when initializing RGB encoderChen-Yu Tsai2017-03-073-20/+11
| * drm/sun4i: tv: Switch to drm_of_find_possible_crtcsChen-Yu Tsai2017-03-071-1/+7
| * drm/sun4i: Drop hardcoded .possible_crtcs values from layersChen-Yu Tsai2017-03-073-2/+13
| * drm/sun4i: Drop primary layer pointer from sun4i_drvChen-Yu Tsai2017-03-073-8/+21
| * drm/sun4i: Initialize crtc from tcon bind functionChen-Yu Tsai2017-03-075-13/+13
| * drm/sun4i: Move layers from sun4i_drv to sun4i_crtcChen-Yu Tsai2017-03-074-11/+10
| * drm/sun4i: Add end of list element for sun4i_layers_init's returned listChen-Yu Tsai2017-03-071-1/+1
| * drm/sun4i: Set drm_crtc.port to the underlying TCON's output port nodeChen-Yu Tsai2017-03-071-0/+5
| * drm/sun4i: Make sunxi_rgb2yuv_coef constantChen-Yu Tsai2017-03-071-1/+1
| * drm/sun4i: Make sun4i_crtc_init return ERR_PTR style error codesChen-Yu Tsai2017-03-072-4/+4
| * drm/sun4i: Save newly created layer in layers array in sun4i_layers_initChen-Yu Tsai2017-03-071-0/+1
| * drm/sun4i: Drop useless assignment in sun4i_layers_initChen-Yu Tsai2017-03-071-1/+1
| * drm/sun4i: Fix kcalloc element size in sun4i_layers_initChen-Yu Tsai2017-03-071-1/+1
| * drm/sun4i: Check return value of drm_vblank_initChen-Yu Tsai2017-03-071-1/+5
| * drm/sun4i: Fix up error path cleanup for master bind functionChen-Yu Tsai2017-03-071-5/+11
| * drm/sun4i: Move drm_mode_config_cleanup call to main driverChen-Yu Tsai2017-03-072-1/+1
* | drm: convert drivers to use drm_of_find_panel_or_bridgeRob Herring2017-04-062-90/+11
* | drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter2017-03-141-11/+1
|/
* drm: sun4i: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-092-27/+24
* drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo2017-02-071-1/+0
* drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-021-3/+1
* Merge tag 'sunxi-drm-for-4.11' of https://git.kernel.org/pub/scm/linux/kernel...Dave Airlie2017-02-011-1/+1
|\
| * drm/sun4i: Fix a return value in case of errorChristophe JAILLET2017-01-021-1/+1
* | drm: bridge: Link encoder and bridge in core codeLaurent Pinchart2016-12-181-8/+5
* | drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-1/+2
* | drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä2016-12-151-1/+1
|/
* Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextDaniel Vetter2016-12-062-14/+10
|\
| * Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie2016-12-052-14/+10
| |\
| | * drm/sun4i: Propagate error to the callerChristophe JAILLET2016-11-071-1/+1
| | * drm/sun4i: Fix error handlingChristophe JAILLET2016-11-021-1/+1
| | * drm/sun4i: rgb: Remove the bridge enable/disable functionsMaxime Ripard2016-10-161-6/+0
| | * drm/sun4i: rgb: Enable panel after controllerJonathan Liu2016-10-161-6/+8
* | | drm: Make the connector .detect() callback optionalLaurent Pinchart2016-12-012-14/+0
|/ /
* | Merge tag 'drm-misc-next-2016-11-16' of git://anongit.freedesktop.org/git/drm...Dave Airlie2016-11-174-4/+4
|\ \
| * | drm/sun4i: constify component_ops structuresJulia Lawall2016-11-134-4/+4
* | | Merge tag 'sunxi-drm-for-4.10' of https://git.kernel.org/pub/scm/linux/kernel...Dave Airlie2016-11-166-19/+69
|\ \ \ | |/ / |/| |
| * | drm/sun4i: Add a few formatsMaxime Ripard2016-11-022-0/+26
| * | drm/sun4i: Add compatible strings for A31/A31s display pipelinesChen-Yu Tsai2016-10-202-0/+4
| * | drm/sun4i: Add compatible string for A31/A31s TCON (timing controller)Chen-Yu Tsai2016-10-202-0/+12
| * | drm/sun4i: tcon: Move SoC specific quirks to a DT matched data structureChen-Yu Tsai2016-10-202-19/+25
OpenPOWER on IntegriCloud