summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c
Commit message (Expand)AuthorAgeFilesLines
* drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich2022-08-031-1/+1
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-031-2/+2
* drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-031-2/+2
* drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann2022-07-261-1/+0
* drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-1/+2
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-3/+3
* drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard2021-02-241-2/+3
* drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-241-1/+1
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+2
* drm/atmel-hlcdc: Rename custom plane state variableMaxime Ripard2021-02-241-59/+59
* drm/atmel-hlcdc/atmel_hlcdc_plane: Fix documentation formatting and add missi...Lee Jones2020-11-121-1/+2
* drm/atmel-hlcdc/atmel_hlcdc_plane: Staticise local function 'atmel_hlcdc_plan...Lee Jones2020-11-121-2/+2
* 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