aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-11drm/komeda: fix build with drm_modeset_helper.h updateSam Ravnborg6-9/+26
2019-02-04Merge tag 'drm-misc-next-2019-02-01' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie5-8/+8
2019-02-01Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-nextDave Airlie23-6/+2182
2019-01-30drm/komeda: Off by one in komeda_fb_get_pixel_addr()Dan Carpenter1-1/+1
2019-01-29drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter1-1/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter5-7/+7
2019-01-18drm: arm/komeda: Remove IRQ parsing from initial seriesLiviu Dudau3-12/+1
2019-01-14drm/komeda: Attach komeda_dev to DRM-KMSjames qian wang (Arm Technology China)8-1/+605
2019-01-14drm/komeda: Add komeda_framebufferjames qian wang (Arm Technology China)3-1/+201
2019-01-14drm/komeda: Add komeda_format_caps for format handlingjames qian wang (Arm Technology China)7-1/+256
2019-01-14drm/komeda: Add DT parsingjames qian wang (Arm Technology China)4-0/+90
2019-01-14drm/komeda: Build komeda to be a platform modulejames qian wang (Arm Technology China)5-1/+215
2019-01-14drm/komeda: komeda_dev/pipeline/component definition and initialzationjames qian wang (Arm Technology China)11-0/+826
2019-01-14drm/arm: Delete redundant CONFIG_DRM_ARMjames qian wang (Arm Technology China)1-6/+4
2018-11-02drm: mali-dp: Enable Mali-DP tiled buffer formatsAlexandru Gheorghe2-6/+36
2018-10-05drm: malidp: Add the size of the superblocks when calculating totalLiviu Dudau1-1/+3
2018-10-02drm/arm/malidp: Implemented the size validation for AFBC framebuffersAyan Kumar Halder2-1/+132
2018-10-02drm/arm/malidp: Validate rotations for compressed/uncompressed framebuffers for each layerLiviu Dudau4-39/+54
2018-10-02drm/malidp: Enable MMU prefetch on Mali-DP650Jamie Fox5-9/+296
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-10-02drm/malidp: Fix writeback in NV12Alexandru Gheorghe4-7/+48
2018-10-02drm: mali-dp: Call drm_crtc_vblank_reset on device initAlexandru Gheorghe1-0/+1
2018-09-25drm/arm/mali: Use drm_fbdev_generic_setup()Noralf Trønnes1-9/+2
2018-09-25drm/arm/hdlcd: Use drm_fbdev_generic_setup()Noralf Trønnes1-9/+2
2018-08-27Merge drm/drm-next into drm-misc-nextSean Paul5-83/+42
2018-08-06drm: mali-dp: Use __drm_atomic_helper_plane_reset instead of copying the logicAlexandru Gheorghe1-5/+2
2018-07-31drm/arm/hdlcd: Reject atomic commits that disable only the planeLiviu Dudau2-17/+19
2018-07-31drm: arm: hdlcd: Use drm_atomic_helper_shutdown() to disable planes on removalLaurent Pinchart2-7/+2
2018-07-31drm: arm: hdlcd: Don't destroy plane manually in hdlcd_setup_crtc()Laurent Pinchart1-3/+1
2018-07-31drm/arm/hdlcd: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2-32/+6
2018-07-31drm/arm/hdlcd: Use drm_mode_config_helper_suspend/resume()Noralf Trønnes2-23/+3
2018-07-23drm: mali-dp: Set encoder possible_clonesAlexandru Gheorghe1-0/+10
2018-07-23drm: mali-dp: Report writeback connector as connectedAlexandru Gheorghe1-1/+1
2018-07-06Merge commit 'refs/for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-nextDave Airlie9-72/+767
2018-07-06Merge tag 'drm-misc-next-2018-07-04' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2018-07-05drm/arm/malidp: Added the late system pm functionsAyan Kumar Halder1-0/+17
2018-07-05drm/arm/malidp: Set the output_depth register in modesetAyan Kumar Halder3-0/+6
2018-07-05drm/arm/malidp: Enable/disable interrupts in runtime pmAyan Kumar Halder1-0/+4
2018-07-05drm/arm/malidp: Split malidp interrupt initialization functions.Ayan Kumar Halder2-9/+31
2018-07-05drm/arm/malidp: Modified the prototype of malidp irq de-initializersAyan Kumar Halder3-15/+12
2018-07-05drm: mali-dp: Add debugfs file for reporting internal errorsAlexandru Gheorghe5-7/+169
2018-07-05drm/mali-dp: Improve writeback handling for DP500.Liviu Dudau3-17/+36
2018-07-05drm: mali-dp: Add writeback connectorBrian Starkey7-5/+297
2018-07-05drm/mali-dp: Add RGB writeback formats for DP500.Liviu Dudau1-5/+5
2018-07-05drm/mali-dp: Add writeback support for DP500.Liviu Dudau5-9/+101
2018-07-05drm: mali-dp: Add RGB writeback formats for DP550/DP650Brian Starkey2-11/+12
2018-07-05drm: mali-dp: Add support for writeback on DP550/DP650Liviu Dudau3-2/+85
2018-07-03drm: add missing ctx argument to plane transitional helpersRussell King1-1/+1
2018-06-18drm/mali-dp: Rectify the width and height passed to rotmem_required()Ayan Kumar Halder1-2/+2