summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c
Commit message (Expand)AuthorAgeFilesLines
* drm/atmel: plane_state->fb iff plane_state->crtcDaniel Vetter2019-12-131-1/+1
* drm/atmel-hlcdc: Use swap() where appropriateVille Syrjälä2019-10-111-4/+1
* Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-221-12/+1
|\
| * Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-151-8/+3
| |\
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* | | drm/atmel_hlcdc: drop use of drmP.hSam Ravnborg2019-07-151-0/+10
* | | drm/atmel-hlcdc: set layer REP bit to enable replication logicJoshua.Henderson@microchip.com2019-07-121-1/+1
| |/ |/|
* | drm/atmel-hlcdc: revert shift by 8Claudiu Beznea2019-06-041-1/+1
* | drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingMaxime Ripard2019-05-201-7/+2
|/
* drm/atmel-hlcdc: fix clipping of planesPeter Rosin2019-01-271-101/+61
* drm/atmel-hlcdc: do not swap w/h of the crtc when a plane is rotatedPeter Rosin2019-01-271-3/+0
* drm/atmel-hlcdc: rotate planes counterclockwisePeter Rosin2019-01-271-15/+15
* drm: atmel-hlcdc: Use __drm_atomic_helper_plane_reset instead of copying the ...Alexandru Gheorghe2018-08-061-4/+1
* Merge tag 'ib-fbdev-drm-v4.19-deferred-console-takeover' of https://github.co...Gustavo Padovan2018-06-281-1/+1
|\
| * Merge tag 'drm-misc-fixes-2018-06-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-06-221-1/+1
| |\
| | * drm/atmel-hlcdc: check stride values in the first planeStefan Agner2018-06-171-1/+1
* | | drm/atmel-hlcdc: Stop using plane->fbVille Syrjälä2018-05-251-11/+1
* | | drm/atmel-hlcdc: Stop consulting plane->crtcVille Syrjälä2018-05-251-3/+4
|/ /
* / drm/atmel-hclcdc: Convert to the new generic alpha propertyMaxime Ripard2018-04-161-75/+14
|/
* drm/atmel-hlcdc: Use the alpha format field in drm_format_infoMaxime Ripard2018-01-291-19/+5
* drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter2017-08-081-1/+0
* drm/atmel-hlcdc: switch to drm_*{get,put} helpersCihangir Akturk2017-08-031-4/+4
* drm/atmel-hlcdc : constify drm_plane_helper_funcs and drm_plane_funcs.Arvind Yadav2017-08-031-2/+2
* drm: Plumb modifiers through plane initBen Widawsky2017-08-011-1/+2
* drm: atmel-hlcdc: add support for 8-bit color lookup table modePeter Rosin2017-06-221-0/+29
* drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss2017-05-221-10/+10
* drm/atmel-hlcdc: Simplify the HLCDC layer logicBoris Brezillon2017-02-281-332/+313
* drm: Always prepare null framebuffer in transitional helperGabriel Krisman Bertazi2017-02-261-0/+3
* drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-9/+9
* drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä2016-12-151-1/+1
* drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä2016-12-151-1/+1
* drm/atmel-hlcdc: Use per-plane rotation propertyVille Syrjälä2016-10-211-17/+20
* drm: Add drm_rotation_90_or_270()Ville Syrjälä2016-10-211-2/+2
* Merge tag 'v4.8-rc8' into drm-nextDave Airlie2016-09-281-5/+5
|\
| * drm: atmel-hlcdc: Fix vertical scalingJan Leupold2016-09-061-5/+5
* | drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fbChris Wilson2016-08-191-2/+2
* | drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen2016-08-081-11/+11
|/
* drm: atmel-hlcdc: actually disable scaling when no scaling is requiredBoris Brezillon2016-06-211-0/+2
* drm: atmel-hlcdc: route DMA accesses through AHB interfacesBoris Brezillon2016-04-141-2/+41
* drm: atmel-hlcdc: add a ->cleanup_fb() operationBoris Brezillon2016-04-141-3/+49
* drm/atmel-hlcdc: use helper to get crtc stateAndrzej Hajda2016-03-151-1/+1
* drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä2015-12-111-1/+1
* drm: Use DRM_ROTATE_MASK and DRM_REFLECT_MASKJoonas Lahtinen2015-10-051-1/+1
* drm/atomic: Make prepare_fb/cleanup_fb only take state, v3.Maarten Lankhorst2015-09-081-1/+3
* drm: Pass in new and old plane state to prepare_fb and cleanup_fbTvrtko Ursulin2015-03-051-1/+2
* drm: atmel-hlcdc: add discard area supportBoris Brezillon2015-02-221-0/+108
* drm: atmel-hlcdc: Atomic mode-setting conversionBoris Brezillon2015-02-221-233/+316
* drm: add Atmel HLCDC Display Controller supportBoris Brezillon2015-01-211-0/+856