summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c
Commit message (Expand)AuthorAgeFilesLines
* 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-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
OpenPOWER on IntegriCloud