summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm/malidp_planes.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+12
* drm: mali-dp: Enable alpha blendingBrian Starkey2016-11-041-6/+27
* drm: mali-dp: Refactor plane initialisationBrian Starkey2016-11-041-13/+8
* 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/+5
* 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
OpenPOWER on IntegriCloud