summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'refs/for-upstream/mali-dp' of git://linux-arm.org/linux-ld into...Dave Airlie2019-04-0313-30/+1982
|\
| * arm/komeda: Compile komeda_debugfs_init() only if CONFIG_DEBUG_FS is enabledLiviu Dudau2019-04-011-0/+2
| * drm/komeda: Add debugfs node "register" for register dumpjames qian wang (Arm Technology China)2019-04-015-0/+285
| * drm/komeda: Add irq handlingjames qian wang (Arm Technology China)2019-04-016-2/+346
| * drm/komeda: Add komeda_assemble_pipelinesjames qian wang (Arm Technology China)2019-04-013-1/+82
| * drm/komeda: Add D71 improc and timing_ctrlrjames qian wang (Arm Technology China)2019-04-013-2/+118
| * drm/komeda: Add d71 compiz componentjames qian wang (Arm Technology China)2019-04-012-8/+110
| * drm/komeda: Add d71 layerjames qian wang (Arm Technology China)2019-04-013-4/+185
| * drm/komeda: Add d71_enum_resources and d71_cleanupjames qian wang (Arm Technology China)2019-03-217-17/+858
* | Merge tag 'drm-misc-next-2019-03-21' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-03-257-85/+547
|\ \
| * | drm/arm/malidp: Added support for AFBC modifiers for all layers except DE_SMARTAyan Kumar Halder2019-03-122-3/+29
| * | drm/arm/malidp:- Disregard the pitch alignment constraint for AFBC framebuffer.Ayan Kumar Halder2019-03-121-2/+2
| * | drm/arm/malidp:- Use the newly introduced malidp_format_get_bpp() instead of ...Ayan Kumar Halder2019-03-121-5/+10
| * | drm/arm/malidp:- Writeback framebuffer does not support any modifiersAyan Kumar Halder2019-03-121-0/+5
| * | drm/arm/malidp: Specified the rotation memory requirements for AFBC YUV formatsAyan Kumar Halder2019-03-123-11/+98
| * | drm/arm/malidp:- Define a common list of AFBC format modifiers supported for ...Ayan Kumar Halder2019-03-126-40/+246
| * | drm/arm/malidp:- Added support for new YUV formats for DP500, DP550 and DP650Ayan Kumar Halder2019-03-121-1/+21
| * | drm/arm/malidp: Set the AFBC register bits if the framebuffer has AFBC modifierAyan Kumar Halder2019-03-124-23/+136
| |/
* / drm: writeback: Cleanup job ownership handling when queuing jobLaurent Pinchart2019-03-181-2/+1Star
|/
* drm/komeda: fix build with drm_modeset_helper.h updateSam Ravnborg2019-02-116-9/+26
* Merge tag 'drm-misc-next-2019-02-01' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-02-045-8/+8
|\
| * drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter2019-01-291-1/+1
| * drm: Split out drm_probe_helper.hDaniel Vetter2019-01-245-7/+7
* | Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-...Dave Airlie2019-02-0123-6/+2182
|\ \ | |/ |/|
| * drm/komeda: Off by one in komeda_fb_get_pixel_addr()Dan Carpenter2019-01-301-1/+1
| * drm: arm/komeda: Remove IRQ parsing from initial seriesLiviu Dudau2019-01-183-12/+1Star
| * drm/komeda: Attach komeda_dev to DRM-KMSjames qian wang (Arm Technology China)2019-01-148-1/+605
| * drm/komeda: Add komeda_framebufferjames qian wang (Arm Technology China)2019-01-143-1/+201
| * drm/komeda: Add komeda_format_caps for format handlingjames qian wang (Arm Technology China)2019-01-147-1/+256
| * drm/komeda: Add DT parsingjames qian wang (Arm Technology China)2019-01-144-0/+90
| * drm/komeda: Build komeda to be a platform modulejames qian wang (Arm Technology China)2019-01-145-1/+215
| * drm/komeda: komeda_dev/pipeline/component definition and initialzationjames qian wang (Arm Technology China)2019-01-1411-0/+826
| * drm/arm: Delete redundant CONFIG_DRM_ARMjames qian wang (Arm Technology China)2019-01-141-6/+4Star
|/
* 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