summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm
Commit message (Expand)AuthorAgeFilesLines
* drm: mali-dp: Enable Mali-DP tiled buffer formatsAlexandru Gheorghe2018-11-022-6/+36
* drm: malidp: Add the size of the superblocks when calculating totalLiviu Dudau2018-10-051-1/+3
* drm/arm/malidp: Implemented the size validation for AFBC framebuffersAyan Kumar Halder2018-10-022-1/+132
* drm/arm/malidp: Validate rotations for compressed/uncompressed framebuffers f...Liviu Dudau2018-10-024-39/+54
* drm/malidp: Enable MMU prefetch on Mali-DP650Jamie Fox2018-10-025-9/+296
* 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/malidp: Fix writeback in NV12Alexandru Gheorghe2018-10-024-7/+48
* drm: mali-dp: Call drm_crtc_vblank_reset on device initAlexandru Gheorghe2018-10-021-0/+1
* drm/arm/mali: Use drm_fbdev_generic_setup()Noralf Trønnes2018-09-251-9/+2Star
* drm/arm/hdlcd: Use drm_fbdev_generic_setup()Noralf Trønnes2018-09-251-9/+2Star
* Merge drm/drm-next into drm-misc-nextSean Paul2018-08-275-83/+42Star
|\
| * drm/arm/hdlcd: Reject atomic commits that disable only the planeLiviu Dudau2018-07-312-17/+19
| * drm: arm: hdlcd: Use drm_atomic_helper_shutdown() to disable planes on removalLaurent Pinchart2018-07-312-7/+2Star
| * drm: arm: hdlcd: Don't destroy plane manually in hdlcd_setup_crtc()Laurent Pinchart2018-07-311-3/+1Star
| * drm/arm/hdlcd: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2018-07-312-32/+6Star
| * drm/arm/hdlcd: Use drm_mode_config_helper_suspend/resume()Noralf Trønnes2018-07-312-23/+3Star
| * drm: mali-dp: Set encoder possible_clonesAlexandru Gheorghe2018-07-231-0/+10
| * drm: mali-dp: Report writeback connector as connectedAlexandru Gheorghe2018-07-231-1/+1
* | drm: mali-dp: Use __drm_atomic_helper_plane_reset instead of copying the logicAlexandru Gheorghe2018-08-061-5/+2Star
|/
* Merge commit 'refs/for-upstream/mali-dp' of git://linux-arm.org/linux-ld into...Dave Airlie2018-07-069-72/+767
|\
| * drm/arm/malidp: Added the late system pm functionsAyan Kumar Halder2018-07-051-0/+17
| * drm/arm/malidp: Set the output_depth register in modesetAyan Kumar Halder2018-07-053-0/+6
| * drm/arm/malidp: Enable/disable interrupts in runtime pmAyan Kumar Halder2018-07-051-0/+4
| * drm/arm/malidp: Split malidp interrupt initialization functions.Ayan Kumar Halder2018-07-052-9/+31
| * drm/arm/malidp: Modified the prototype of malidp irq de-initializersAyan Kumar Halder2018-07-053-15/+12Star
| * drm: mali-dp: Add debugfs file for reporting internal errorsAlexandru Gheorghe2018-07-055-7/+169
| * drm/mali-dp: Improve writeback handling for DP500.Liviu Dudau2018-07-053-17/+36
| * drm: mali-dp: Add writeback connectorBrian Starkey2018-07-057-5/+297
| * drm/mali-dp: Add RGB writeback formats for DP500.Liviu Dudau2018-07-051-5/+5
| * drm/mali-dp: Add writeback support for DP500.Liviu Dudau2018-07-055-9/+101
| * drm: mali-dp: Add RGB writeback formats for DP550/DP650Brian Starkey2018-07-052-11/+12
| * drm: mali-dp: Add support for writeback on DP550/DP650Liviu Dudau2018-07-053-2/+85
* | Merge tag 'drm-misc-next-2018-07-04' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-07-061-1/+1
|\ \ | |/ |/|
| * drm: add missing ctx argument to plane transitional helpersRussell King2018-07-031-1/+1
* | 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: Enable Global SE interrupts mask for DP500Alison Wang2018-06-181-1/+2
* | drm/arm/malidp: Ensure that the crtcs are shutdown before removing any encode...Ayan Kumar Halder2018-06-181-1/+2
|/
* drm: mali-dp: Add YUV->RGB conversion support for video layersMihail Atanassov2018-03-144-17/+90
* drm: mali-dp: Turn off CRTC vblank when removing module.Liviu Dudau2018-03-141-0/+2
* drm: arm: malidp: Use drm_atomic_helper_shutdown() to disable planes on removalLaurent Pinchart2018-03-142-4/+1Star
* drm: arm: malidp: Don't destroy planes manually in error handlersLaurent Pinchart2018-03-144-22/+3Star
* drm/mali-dp: Fix malidp_atomic_commit_hw_done() for event sending.Liviu Dudau2018-03-143-18/+27
* drm/arm/malidp: Disable pixel alpha blending for colors that do not have alphaAyan Halder2018-03-141-5/+22
* drm: mali-dp: Fix bug on scaling with rotationAyan Halder2018-03-141-2/+8
* 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: Align pitch size to be multiple of bus burst read size.Liviu Dudau2018-03-141-1/+14
* drm/mali-dp: Rotated planes need a larger pitch size.Liviu Dudau2018-03-142-4/+12