summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm/malidp_planes.c
Commit message (Expand)AuthorAgeFilesLines
* drm/arm/malidp: plane: use drm managed resourcesDanilo Krummrich2022-11-161-21/+7
* drm/arm/malidp: replace drm->dev_private with drm_to_malidp()Danilo Krummrich2022-11-161-2/+2
* drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich2022-08-031-6/+6
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-031-8/+8
* drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-031-4/+4
* 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
* malidp: Fix NULL vs IS_ERR() checkingMiaoqian Lin2022-04-281-1/+1
* drm/arm/malidp: Stop using iommu_present()Robin Murphy2022-04-111-9/+5
* drm/arm: malidp: Use fourcc_mod_is_vendor() helperThierry Reding2021-08-161-1/+1
* drm/arm/malidp: Always list modifiersDaniel Vetter2021-05-061-2/+7
* 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-2/+4
* drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-241-17/+17
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+3
* drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-18/+18
* drm/malidp: Use struct drm_gem_object_funcs.get_sg_table internallyThomas Zimmermann2020-08-181-1/+1
* drm/arm: fix unintentional integer overflow on left shiftColin Ian King2020-06-191-1/+1
* drm/malidp: plane_state->fb iff plane_state->crtcDaniel Vetter2019-12-171-1/+1
* drm/arm: drop use of drmP.hSam Ravnborg2019-08-141-1/+3
* Merge v5.2-rc5 into drm-nextDaniel Vetter2019-06-191-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 443Thomas Gleixner2019-06-051-5/+1
* | drm: Remove users of drm_format_info_plane_cppMaxime Ripard2019-05-201-1/+1
* | drm/fourcc: Pass the format_info pointer to drm_format_plane_cppMaxime Ripard2019-05-201-1/+1
* | drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingMaxime Ripard2019-05-201-4/+2
|/
* drm/arm/malidp: Added support for AFBC modifiers for all layers except DE_SMARTAyan Kumar Halder2019-03-121-3/+28
* drm/arm/malidp:- Disregard the pitch alignment constraint for AFBC framebuffer.Ayan Kumar Halder2019-03-121-2/+2
* drm/arm/malidp: Specified the rotation memory requirements for AFBC YUV formatsAyan Kumar Halder2019-03-121-1/+2
* drm/arm/malidp:- Define a common list of AFBC format modifiers supported for ...Ayan Kumar Halder2019-03-121-2/+124
* drm/arm/malidp: Set the AFBC register bits if the framebuffer has AFBC modifierAyan Kumar Halder2019-03-121-12/+95
* drm: mali-dp: Enable Mali-DP tiled buffer formatsAlexandru Gheorghe2018-11-021-3/+25
* drm/arm/malidp: Validate rotations for compressed/uncompressed framebuffers f...Liviu Dudau2018-10-021-5/+14
* drm/malidp: Enable MMU prefetch on Mali-DP650Jamie Fox2018-10-021-0/+238
* drm/mali-dp: Implement plane alpha and pixel blend on malidpLowry Li2018-10-021-31/+44
* drm/malidp: Fix smart layer when doing pm_suspend/resumeAlexandru Gheorghe2018-10-021-7/+8
* drm: mali-dp: Use __drm_atomic_helper_plane_reset instead of copying the logicAlexandru Gheorghe2018-08-061-5/+2
* drm/mali-dp: Rectify the width and height passed to rotmem_required()Ayan Kumar Halder2018-06-181-2/+2
* drm/arm/malidp: Preserve LAYER_FORMAT contents when setting formatAyan Kumar Halder2018-06-181-1/+4
* drm: mali-dp: Add YUV->RGB conversion support for video layersMihail Atanassov2018-03-141-0/+79
* drm: arm: malidp: Use drm_atomic_helper_shutdown() to disable planes on removalLaurent Pinchart2018-03-141-4/+0
* drm: arm: malidp: Don't destroy planes manually in error handlersLaurent Pinchart2018-03-141-12/+1
* drm/arm/malidp: Disable pixel alpha blending for colors that do not have alphaAyan Halder2018-03-141-5/+22
* drm/mali-dp: Don't enable scaling engine for planes that only rotate.Liviu Dudau2018-03-141-2/+8
* drm: mali-dp: Uninitialized variable in malidp_se_check_scaling()Dan Carpenter2018-03-141-2/+2
* drm/mali-dp: Rotated planes need a larger pitch size.Liviu Dudau2018-03-141-1/+3
* drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä2018-03-051-6/+1
* drm/arm/mali-dp: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä2018-01-231-2/+4
* Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-12-041-1/+2
|\
| * drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä2017-11-201-2/+2