summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm
AgeCommit message (Expand)AuthorLines
2018-07-31drm/arm/hdlcd: Reject atomic commits that disable only the planeLiviu Dudau-17/+19
2018-07-31drm: arm: hdlcd: Use drm_atomic_helper_shutdown() to disable planes on removalLaurent Pinchart-7/+2
2018-07-31drm: arm: hdlcd: Don't destroy plane manually in hdlcd_setup_crtc()Laurent Pinchart-3/+1
2018-07-31drm/arm/hdlcd: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes-32/+6
2018-07-31drm/arm/hdlcd: Use drm_mode_config_helper_suspend/resume()Noralf Trønnes-23/+3
2018-07-23drm: mali-dp: Set encoder possible_clonesAlexandru Gheorghe-0/+10
2018-07-23drm: mali-dp: Report writeback connector as connectedAlexandru Gheorghe-1/+1
2018-07-06Merge commit 'refs/for-upstream/mali-dp' of git://linux-arm.org/linux-ld into...Dave Airlie-72/+767
2018-07-06Merge tag 'drm-misc-next-2018-07-04' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-1/+1
2018-07-05drm/arm/malidp: Added the late system pm functionsAyan Kumar Halder-0/+17
2018-07-05drm/arm/malidp: Set the output_depth register in modesetAyan Kumar Halder-0/+6
2018-07-05drm/arm/malidp: Enable/disable interrupts in runtime pmAyan Kumar Halder-0/+4
2018-07-05drm/arm/malidp: Split malidp interrupt initialization functions.Ayan Kumar Halder-9/+31
2018-07-05drm/arm/malidp: Modified the prototype of malidp irq de-initializersAyan Kumar Halder-15/+12
2018-07-05drm: mali-dp: Add debugfs file for reporting internal errorsAlexandru Gheorghe-7/+169
2018-07-05drm/mali-dp: Improve writeback handling for DP500.Liviu Dudau-17/+36
2018-07-05drm: mali-dp: Add writeback connectorBrian Starkey-5/+297
2018-07-05drm/mali-dp: Add RGB writeback formats for DP500.Liviu Dudau-5/+5
2018-07-05drm/mali-dp: Add writeback support for DP500.Liviu Dudau-9/+101
2018-07-05drm: mali-dp: Add RGB writeback formats for DP550/DP650Brian Starkey-11/+12
2018-07-05drm: mali-dp: Add support for writeback on DP550/DP650Liviu Dudau-2/+85
2018-07-03drm: add missing ctx argument to plane transitional helpersRussell King-1/+1
2018-06-18drm/mali-dp: Rectify the width and height passed to rotmem_required()Ayan Kumar Halder-2/+2
2018-06-18drm/arm/malidp: Preserve LAYER_FORMAT contents when setting formatAyan Kumar Halder-1/+4
2018-06-18drm: mali-dp: Enable Global SE interrupts mask for DP500Alison Wang-1/+2
2018-06-18drm/arm/malidp: Ensure that the crtcs are shutdown before removing any encode...Ayan Kumar Halder-1/+2
2018-03-14drm: mali-dp: Add YUV->RGB conversion support for video layersMihail Atanassov-17/+90
2018-03-14drm: mali-dp: Turn off CRTC vblank when removing module.Liviu Dudau-0/+2
2018-03-14drm: arm: malidp: Use drm_atomic_helper_shutdown() to disable planes on removalLaurent Pinchart-4/+1
2018-03-14drm: arm: malidp: Don't destroy planes manually in error handlersLaurent Pinchart-22/+3
2018-03-14drm/mali-dp: Fix malidp_atomic_commit_hw_done() for event sending.Liviu Dudau-18/+27
2018-03-14drm/arm/malidp: Disable pixel alpha blending for colors that do not have alphaAyan Halder-5/+22
2018-03-14drm: mali-dp: Fix bug on scaling with rotationAyan Halder-2/+8
2018-03-14drm/mali-dp: Don't enable scaling engine for planes that only rotate.Liviu Dudau-2/+8
2018-03-14drm: mali-dp: Uninitialized variable in malidp_se_check_scaling()Dan Carpenter-2/+2
2018-03-14drm/mali-dp: Align pitch size to be multiple of bus burst read size.Liviu Dudau-1/+14
2018-03-14drm/mali-dp: Rotated planes need a larger pitch size.Liviu Dudau-4/+12
2018-03-05drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä-12/+2
2018-01-23drm/arm/mali-dp: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä-2/+4
2018-01-23drm/arm/hdlcd: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä-2/+3
2017-12-08drm/arm/mali: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes-33/+7
2017-12-04Merge arlied/drm-next into drm-misc-nextGustavo Padovan-88/+107
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-6/+7
2017-12-01Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-...Dave Airlie-83/+99
2017-12-01Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixesDave Airlie-5/+7
2017-11-30drm/arm/mali: Use drm_mode_config_helper_suspend/resume()Noralf Trønnes-22/+3
2017-11-27drm/arm: Replace instances of drm_dev_unref with drm_dev_put.Srishti Sharma-2/+2
2017-11-27drm: Fix checkpatch issue: "WARNING: braces {} are not necessary for single s...Vitor Massaru Iha-2/+1
2017-11-24drm: mali-dp: Disable planes when their CRTC gets disabled.Liviu Dudau-0/+3
2017-11-24drm: mali-dp: Separate static internal data into a read-only structure.Liviu Dudau-80/+93