aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm/malidp_planes.c
AgeCommit message (Expand)Author
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
2017-11-24drm: mali-dp: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk
2017-11-20drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä
2017-11-20drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Ville Syrjälä
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter
2017-08-01drm: Plumb modifiers through plane initBen Widawsky
2017-06-16drm/arm: mali-dp: Use CMA helper for plane buffer address calculationLiviu Dudau
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss
2017-04-24drm: mali-dp: Add plane upscaling supportMihail Atanassov
2017-04-24drm: mali-dp: add custom reset hook for planesMihail Atanassov
2017-04-24drm: mali-dp: remove unused variableArnd Bergmann
2017-04-24drm: mali-dp: add atomic_print_state for planesMihail Atanassov
2017-03-10drm: mali-dp: Fix smart layer not going to compositionMihail Atanassov
2017-01-26drm: mali-dp: fix stride setting for multi-plane formatsMihail Atanassov
2017-01-26drm: mali-dp: Add plane offset to the plane's physical start address registerLiviu Dudau
2017-01-26drm: mali-dp: Rename malidp_input_format to malidp_pixel_formatBrian Starkey
2017-01-23drm: mali-dp: fix Lx_CONTROL register fields clobberMihail Atanassov
2017-01-23drm: mali-dp: Fix transposed horizontal/vertical flipBrian Starkey
2017-01-23drm: mali-dp: Fix destination size handling when rotatingBrian Starkey
2017-01-23drm: mali-dp: Don't force source size == crtc sizeBrian Starkey
2017-01-23drm: mali-dp: Check more use cases in the plane's ->atomic_check()Liviu Dudau
2017-01-23drm/arm/malidp: Fix possible dereference of NULLShailendra Verma
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä
2016-12-15drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä
2016-12-14drm/arm: Add local 'fb' variablesVille Syrjälä
2016-11-04drm/arm: mark symbols static where possibleBaoyou Xie
2016-11-04drm: mali-dp: Add support for setting plane's rotation property from userspace.Liviu Dudau
2016-11-04drm: mali-dp: Store internal format and n_planes in plane stateBrian Starkey
2016-11-04drm: mali-dp: Enable alpha blendingBrian Starkey
2016-11-04drm: mali-dp: Refactor plane initialisationBrian Starkey
2016-11-04drm: mali-dp: Add pitch alignment check for planesBrian Starkey
2016-10-21drm/arm: Use per-plane rotation propertyVille Syrjälä
2016-08-08drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen
2016-06-15drm/arm: Add support for Mali Display ProcessorsLiviu Dudau