summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm/malidp_planes.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter2017-08-081-1/+0Star
* 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/+5Star
* 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/+0Star
* 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/+2Star
* drm: mali-dp: Don't force source size == crtc sizeBrian Starkey2017-01-231-2/+1Star
* 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
* drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-4/+4
* drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä2016-12-151-1/+1
* drm/arm: Add local 'fb' variablesVille Syrjälä2016-12-141-3/+3
* drm/arm: mark symbols static where possibleBaoyou Xie2016-11-041-3/+4
* drm: mali-dp: Add support for setting plane's rotation property from userspace.Liviu Dudau2016-11-041-0/+1
* drm: mali-dp: Store internal format and n_planes in plane stateBrian Starkey2016-11-041-15/+12Star
* drm: mali-dp: Enable alpha blendingBrian Starkey2016-11-041-6/+27
* drm: mali-dp: Refactor plane initialisationBrian Starkey2016-11-041-13/+8Star
* drm: mali-dp: Add pitch alignment check for planesBrian Starkey2016-11-041-1/+14
* drm/arm: Use per-plane rotation propertyVille Syrjälä2016-10-211-8/+5Star
* drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen2016-08-081-10/+10
* drm/arm: Add support for Mali Display ProcessorsLiviu Dudau2016-06-151-0/+298