summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm/malidp_planes.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Ville Syrjälä2017-11-201-1/+2
* | drm: mali-dp: Separate static internal data into a read-only structure.Liviu Dudau2017-11-241-10/+9
* | drm: mali-dp: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2017-11-241-1/+1
|/
* drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter2017-08-081-1/+0
* drm: Plumb modifiers through plane initBen Widawsky2017-08-011-1/+1
* drm/arm: mali-dp: Use CMA helper for plane buffer address calculationLiviu Dudau2017-06-161-7/+5
* drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss2017-05-221-9/+9
* drm: mali-dp: Add plane upscaling supportMihail Atanassov2017-04-241-17/+56
* drm: mali-dp: add custom reset hook for planesMihail Atanassov2017-04-241-1/+22
* drm: mali-dp: remove unused variableArnd Bergmann2017-04-241-1/+0
* drm: mali-dp: add atomic_print_state for planesMihail Atanassov2017-04-241-0/+13
* drm: mali-dp: Fix smart layer not going to compositionMihail Atanassov2017-03-101-2/+16
* drm: mali-dp: fix stride setting for multi-plane formatsMihail Atanassov2017-01-261-3/+31
* drm: mali-dp: Add plane offset to the plane's physical start address registerLiviu Dudau2017-01-261-0/+1
* drm: mali-dp: Rename malidp_input_format to malidp_pixel_formatBrian Starkey2017-01-261-4/+4
* drm: mali-dp: fix Lx_CONTROL register fields clobberMihail Atanassov2017-01-231-1/+2
* drm: mali-dp: Fix transposed horizontal/vertical flipBrian Starkey2017-01-231-2/+2
* drm: mali-dp: Fix destination size handling when rotatingBrian Starkey2017-01-231-7/+2
* drm: mali-dp: Don't force source size == crtc sizeBrian Starkey2017-01-231-2/+1
* drm: mali-dp: Check more use cases in the plane's ->atomic_check()Liviu Dudau2017-01-231-1/+14
* drm/arm/malidp: Fix possible dereference of NULLShailendra Verma2017-01-231-7/+8