summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/sun4i: rgb: Pass tcon pointer when initializing RGB encoderChen-Yu Tsai2017-03-073-20/+11Star
| * 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/+10Star
| * 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/+11Star
* | drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter2017-03-141-11/+1Star
|/
* drm: sun4i: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-092-27/+24Star
* drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo2017-02-071-1/+0Star
* drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-021-3/+1Star
* Merge tag 'sunxi-drm-for-4.11' of https://git.kernel.org/pub/scm/linux/kernel...Dave Airlie2017-01-311-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/+5Star
* | 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/+10Star
|\
| * Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie2016-12-052-14/+10Star
| |\
| | * 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/+0Star
| | * drm/sun4i: rgb: Enable panel after controllerJonathan Liu2016-10-161-6/+8
* | | drm: Make the connector .detect() callback optionalLaurent Pinchart2016-12-012-14/+0Star
|/ /
* | Merge tag 'drm-misc-next-2016-11-16' of git://anongit.freedesktop.org/git/drm...Dave Airlie2016-11-164-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
| * | drm/sun4i: sun6i-drc: Support DRC on A31 and A31sChen-Yu Tsai2016-10-201-0/+2
| |/
* | drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula2016-11-021-2/+0Star
* | drm: convert DT component matching to component_match_add_release()Russell King2016-10-251-1/+2
|/
* Merge tag 'sunxi-drm-fixes-for-4.9' of https://git.kernel.org/pub/scm/linux/k...Dave Airlie2016-09-285-47/+79
|\
| * drm/sun4i: Fix the high buffer address maskMaxime Ripard2016-09-221-2/+2
| * drm/sun4i: tv: Check mode pointerMaxime Ripard2016-09-221-1/+7
| * drm/sun4i: Fix formats usable by the primary planeMaxime Ripard2016-09-222-19/+46
| * drm/sun4i: dotclock: Round to closest clock rateChen-Yu Tsai2016-09-201-1/+2
| * drm/sun4i: Fix sparse warningsVille Syrjälä2016-09-191-19/+19
| * drm/sun4i: dotclock: Allow divider = 127Chen-Yu Tsai2016-09-181-1/+1