summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/arm/malidp_crtc.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-14drm: arm: malidp: Don't destroy planes manually in error handlersLaurent Pinchart1-8/+2
2018-03-14drm: mali-dp: Fix bug on scaling with rotationAyan Halder1-2/+8
2017-11-24drm: mali-dp: Disable planes when their CRTC gets disabled.Liviu Dudau1-0/+3
2017-11-24drm: mali-dp: Separate static internal data into a read-only structure.Liviu Dudau1-6/+7
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart1-2/+3
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-2/+3
2017-06-16drm/arm: malidp: Use crtc->mode_valid() callbackJose Abreu1-6/+5
2017-04-26drm: mali-dp: use div_u64 for expensive 64-bit divisionsArnd Bergmann1-5/+4
2017-04-24drm: mali-dp: Check the mclk rate and allow up/down scalingMihail Atanassov1-12/+11
2017-04-24drm: mali-dp: Enable image enhancement when scalingMihail Atanassov1-1/+6
2017-04-24drm: mali-dp: Add plane upscaling supportMihail Atanassov1-0/+80
2017-04-24drm: mali-dp: Add CTM supportMihail Atanassov1-3/+61
2017-04-24drm: mali-dp: enable gamma supportMihail Atanassov1-6/+116
2017-04-24drm: mali-dp: add malidp_crtc_state structMihail Atanassov1-3/+49
2017-04-24drm: mali-dp: Enable power management for the device.Liviu Dudau1-1/+13
2017-03-23BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie1-2/+1
2017-03-10drm: mali-dp: Remove mclk rate managementMihail Atanassov1-2/+1
2017-02-07drm: malidp: use vblank hooks in struct drm_crtc_funcsShawn Guo1-0/+21
2016-06-15drm/arm: Add support for Mali Display ProcessorsLiviu Dudau1-0/+216