summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm/tegra/for-4.17-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie2018-03-2110-114/+280
|\
| * drm/tegra: prime: Implement ->{begin,end}_cpu_access()Thierry Reding2018-03-171-0/+30
| * drm/tegra: gem: Map pages via the DMA APIThierry Reding2018-03-171-16/+16
| * drm/tegra: hub: Use private object for global stateThierry Reding2018-03-175-80/+123
| * drm/tegra: fb: Properly support linear modifierThierry Reding2018-03-151-3/+6
| * drm/tegra: plane: Support format modifiersThierry Reding2018-03-154-2/+56
| * drm/tegra: dc: Dedicate overlay plane to cursor on older Tegra'sDmitry Osipenko2018-03-151-5/+25
| * drm/tegra: plane: Make tegra_plane_get_overlap_index() staticDmitry Osipenko2018-03-151-2/+2
| * drm/tegra: fb: Implement ->fb_mmap() callbackThierry Reding2018-03-081-0/+16
| * drm/tegra: gem: Make __tegra_gem_mmap() available more widelyThierry Reding2018-03-082-4/+4
| * drm/tegra: gem: Reshuffle declarationsThierry Reding2018-03-081-2/+2
* | Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-...Dave Airlie2018-03-217-77/+189
|\ \
| * | 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/+1
| * | drm: arm: malidp: Don't destroy planes manually in error handlersLaurent Pinchart2018-03-144-22/+3
| * | 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
* | | amdgpu/dm: Default PRE_VEGA ASIC support to 'y'Harry Wentland2018-03-161-1/+1
* | | drm/amd/pp: Remove the cgs wrapper for notify smu version on APURex Zhu2018-03-163-12/+5
* | | drm/amd/display: fix dereferencing possible ERR_PTR()Shirish S2018-03-161-0/+3
* | | drm/amd/display: Refine disable VGAClark Zheng2018-03-162-6/+22
* | | drm/amdgpu: Improve documentation of bo_ptr in amdgpu_bo_create_kernelAndrey Grodzovsky2018-03-151-2/+6
* | | drm/radeon: Don't turn off DP sink when disconnectedMichel Dänzer2018-03-151-19/+12
* | | drm/amd/pp: Rename file name cz_* to smu8_*Rex Zhu2018-03-156-4/+4
* | | drm/amd/pp: Replace function/struct name cz_* with smu8_*Rex Zhu2018-03-155-807/+806
* | | drm/amd/pp: Remove unneeded void * casts in cz_hwmgr.c/cz_smumgr.cRex Zhu2018-03-152-60/+60
* | | drm/amd/pp: Mv cz uvd/vce pg/dpm functions to cz_hwmgr.cRex Zhu2018-03-155-209/+140
* | | drm/amd/pp: Remove dead header file pp_asicblocks.hRex Zhu2018-03-152-48/+0
* | | drm/amd/pp: Delete dead code on cz_clockpowergating.cRex Zhu2018-03-152-81/+0
* | | drm/amdgpu: Call amdgpu_ucode_fini_bo in amd_powerplay.cRex Zhu2018-03-152-4/+7
* | | drm/amdgpu: Remove wrapper layer of smu ip functionsRex Zhu2018-03-1519-804/+336
* | | drm/amdgpu: Don't compared ip_block_type with ip_block_indexRex Zhu2018-03-151-1/+1
* | | drm/amdgpu: Plus NULL function pointer checkRex Zhu2018-03-151-3/+6
* | | drm/amd/pp: Move helper functions to smu_help.cRex Zhu2018-03-155-663/+723
* | | drm/amd/pp: Replace rv_* with smu10_*Rex Zhu2018-03-159-371/+371
* | | drm/amd/pp: Fix function parameter not correctRex Zhu2018-03-151-2/+2
* | | drm/amd/pp: Add rv_copy_table_from/to_smc to smu backend function tableRex Zhu2018-03-154-36/+44
* | | drm/amd/pp: Add new smu backend function smc_table_managerRex Zhu2018-03-153-0/+11
* | | drm/amd/pp: Mark internal functions as static in rv_smumgr.cRex Zhu2018-03-151-3/+3
* | | drm/amd/pp: Add rv_read_arg_from_smc to smu backend function tableRex Zhu2018-03-153-14/+11
* | | drm/amd/pp: Remove meanless return value check in RVRex Zhu2018-03-152-117/+53
* | | drm/amd/pp: Delete is_smc_ram_running function on RVRex Zhu2018-03-152-28/+0
* | | drm/amd/pp: Clean up header file includeRex Zhu2018-03-153-7/+3
* | | drm/amd/pp: Fix memory leak in error path in smumgrRex Zhu2018-03-156-23/+43
OpenPOWER on IntegriCloud