summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/arm/malidp_planes.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-19drm/arm: fix unintentional integer overflow on left shiftColin Ian King1-1/+1
2019-12-17drm/malidp: plane_state->fb iff plane_state->crtcDaniel Vetter1-1/+1
2019-08-14drm/arm: drop use of drmP.hSam Ravnborg1-1/+3
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter1-5/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 443Thomas Gleixner1-5/+1
2019-05-20drm: Remove users of drm_format_info_plane_cppMaxime Ripard1-1/+1
2019-05-20drm/fourcc: Pass the format_info pointer to drm_format_plane_cppMaxime Ripard1-1/+1
2019-05-20drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingMaxime Ripard1-4/+2
2019-03-12drm/arm/malidp: Added support for AFBC modifiers for all layers except DE_SMARTAyan Kumar Halder1-3/+28
2019-03-12drm/arm/malidp:- Disregard the pitch alignment constraint for AFBC framebuffer.Ayan Kumar Halder1-2/+2
2019-03-12drm/arm/malidp: Specified the rotation memory requirements for AFBC YUV formatsAyan Kumar Halder1-1/+2
2019-03-12drm/arm/malidp:- Define a common list of AFBC format modifiers supported for ...Ayan Kumar Halder1-2/+124
2019-03-12drm/arm/malidp: Set the AFBC register bits if the framebuffer has AFBC modifierAyan Kumar Halder1-12/+95
2018-11-02drm: mali-dp: Enable Mali-DP tiled buffer formatsAlexandru Gheorghe1-3/+25
2018-10-02drm/arm/malidp: Validate rotations for compressed/uncompressed framebuffers f...Liviu Dudau1-5/+14
2018-10-02drm/malidp: Enable MMU prefetch on Mali-DP650Jamie Fox1-0/+238
2018-10-02drm/mali-dp: Implement plane alpha and pixel blend on malidpLowry Li1-31/+44
2018-10-02drm/malidp: Fix smart layer when doing pm_suspend/resumeAlexandru Gheorghe1-7/+8
2018-08-06drm: mali-dp: Use __drm_atomic_helper_plane_reset instead of copying the logicAlexandru Gheorghe1-5/+2
2018-06-18drm/mali-dp: Rectify the width and height passed to rotmem_required()Ayan Kumar Halder1-2/+2
2018-06-18drm/arm/malidp: Preserve LAYER_FORMAT contents when setting formatAyan Kumar Halder1-1/+4
2018-03-14drm: mali-dp: Add YUV->RGB conversion support for video layersMihail Atanassov1-0/+79
2018-03-14drm: arm: malidp: Use drm_atomic_helper_shutdown() to disable planes on removalLaurent Pinchart1-4/+0
2018-03-14drm: arm: malidp: Don't destroy planes manually in error handlersLaurent Pinchart1-12/+1
2018-03-14drm/arm/malidp: Disable pixel alpha blending for colors that do not have alphaAyan Halder1-5/+22
2018-03-14drm/mali-dp: Don't enable scaling engine for planes that only rotate.Liviu Dudau1-2/+8
2018-03-14drm: mali-dp: Uninitialized variable in malidp_se_check_scaling()Dan Carpenter1-2/+2
2018-03-14drm/mali-dp: Rotated planes need a larger pitch size.Liviu Dudau1-1/+3
2018-03-05drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä1-6/+1
2018-01-23drm/arm/mali-dp: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä1-2/+4
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+2
2017-11-24drm: mali-dp: Separate static internal data into a read-only structure.Liviu Dudau1-10/+9
2017-11-24drm: mali-dp: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk1-1/+1
2017-11-20drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä1-2/+2
2017-11-20drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Ville Syrjälä1-1/+2
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter1-1/+0
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-1/+1
2017-06-16drm/arm: mali-dp: Use CMA helper for plane buffer address calculationLiviu Dudau1-7/+5
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss1-9/+9
2017-04-24drm: mali-dp: Add plane upscaling supportMihail Atanassov1-17/+56
2017-04-24drm: mali-dp: add custom reset hook for planesMihail Atanassov1-1/+22
2017-04-24drm: mali-dp: remove unused variableArnd Bergmann1-1/+0
2017-04-24drm: mali-dp: add atomic_print_state for planesMihail Atanassov1-0/+13
2017-03-10drm: mali-dp: Fix smart layer not going to compositionMihail Atanassov1-2/+16
2017-01-26drm: mali-dp: fix stride setting for multi-plane formatsMihail Atanassov1-3/+31
2017-01-26drm: mali-dp: Add plane offset to the plane's physical start address registerLiviu Dudau1-0/+1
2017-01-26drm: mali-dp: Rename malidp_input_format to malidp_pixel_formatBrian Starkey1-4/+4
2017-01-23drm: mali-dp: fix Lx_CONTROL register fields clobberMihail Atanassov1-1/+2
2017-01-23drm: mali-dp: Fix transposed horizontal/vertical flipBrian Starkey1-2/+2
2017-01-23drm: mali-dp: Fix destination size handling when rotatingBrian Starkey1-7/+2