aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm/malidp_planes.c
AgeCommit message (Expand)Author
2022-11-16drm/arm/malidp: plane: use drm managed resourcesDanilo Krummrich
2022-11-16drm/arm/malidp: replace drm->dev_private with drm_to_malidp()Danilo Krummrich
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2022-04-28malidp: Fix NULL vs IS_ERR() checkingMiaoqian Lin
2022-04-11drm/arm/malidp: Stop using iommu_present()Robin Murphy
2021-08-16drm/arm: malidp: Use fourcc_mod_is_vendor() helperThierry Reding
2021-05-06drm/arm/malidp: Always list modifiersDaniel Vetter
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard
2020-08-18drm/malidp: Use struct drm_gem_object_funcs.get_sg_table internallyThomas Zimmermann
2020-06-19drm/arm: fix unintentional integer overflow on left shiftColin Ian King
2019-12-17drm/malidp: plane_state->fb iff plane_state->crtcDaniel Vetter
2019-08-14drm/arm: drop use of drmP.hSam Ravnborg
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 443Thomas Gleixner
2019-05-20drm: Remove users of drm_format_info_plane_cppMaxime Ripard
2019-05-20drm/fourcc: Pass the format_info pointer to drm_format_plane_cppMaxime Ripard
2019-05-20drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingMaxime Ripard
2019-03-12drm/arm/malidp: Added support for AFBC modifiers for all layers except DE_SMARTAyan Kumar Halder
2019-03-12drm/arm/malidp:- Disregard the pitch alignment constraint for AFBC framebuffer.Ayan Kumar Halder
2019-03-12drm/arm/malidp: Specified the rotation memory requirements for AFBC YUV formatsAyan Kumar Halder
2019-03-12drm/arm/malidp:- Define a common list of AFBC format modifiers supported for ...Ayan Kumar Halder
2019-03-12drm/arm/malidp: Set the AFBC register bits if the framebuffer has AFBC modifierAyan Kumar Halder
2018-11-02drm: mali-dp: Enable Mali-DP tiled buffer formatsAlexandru Gheorghe
2018-10-02drm/arm/malidp: Validate rotations for compressed/uncompressed framebuffers f...Liviu Dudau
2018-10-02drm/malidp: Enable MMU prefetch on Mali-DP650Jamie Fox
2018-10-02drm/mali-dp: Implement plane alpha and pixel blend on malidpLowry Li
2018-10-02drm/malidp: Fix smart layer when doing pm_suspend/resumeAlexandru Gheorghe
2018-08-06drm: mali-dp: Use __drm_atomic_helper_plane_reset instead of copying the logicAlexandru Gheorghe
2018-06-18drm/mali-dp: Rectify the width and height passed to rotmem_required()Ayan Kumar Halder
2018-06-18drm/arm/malidp: Preserve LAYER_FORMAT contents when setting formatAyan Kumar Halder
2018-03-14drm: mali-dp: Add YUV->RGB conversion support for video layersMihail Atanassov
2018-03-14drm: arm: malidp: Use drm_atomic_helper_shutdown() to disable planes on removalLaurent Pinchart
2018-03-14drm: arm: malidp: Don't destroy planes manually in error handlersLaurent Pinchart
2018-03-14drm/arm/malidp: Disable pixel alpha blending for colors that do not have alphaAyan Halder
2018-03-14drm/mali-dp: Don't enable scaling engine for planes that only rotate.Liviu Dudau
2018-03-14drm: mali-dp: Uninitialized variable in malidp_se_check_scaling()Dan Carpenter
2018-03-14drm/mali-dp: Rotated planes need a larger pitch size.Liviu Dudau
2018-03-05drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä
2018-01-23drm/arm/mali-dp: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2017-11-24drm: mali-dp: Separate static internal data into a read-only structure.Liviu Dudau