aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2019-09-19drm/atomic-helper: Make crtc helper funcs optionalVille Syrjälä1-1/+1
2019-09-19drm/panfrost: Prevent race when handling page faultSteven Price1-19/+36
2019-09-19drm/panfrost: Remove NULL checks for regulatorSteven Price1-6/+4
2019-09-19drm/panfrost: Fix regulator_get_optional() misuseMark Brown1-6/+2
2019-09-19drm: Measure Self Refresh Entry/Exit times to avoid thrashingSean Paul3-10/+87
2019-09-19drm: Fix kerneldoc and remove unused struct member in self_refresh helperSean Paul1-1/+0
2019-09-18drm/v3d: don't leak bin job if v3d_job_init fails.Iago Toral Quiroga1-0/+1
2019-09-18drm/atomic: Rename crtc_state->pageflip_flags to async_flipDaniel Vetter4-7/+6
2019-09-18drm/atomic: Reject FLIP_ASYNC unconditionallyDaniel Vetter1-2/+1
2019-09-18drm/atomic: Take the atomic toys away from XDaniel Vetter1-1/+6
2019-09-18drm/amdgpu: flag navi12 and 14 as experimental for 5.4Alex Deucher1-4/+4
2019-09-18drm/doc: Improve docs around connector (un)registrationDaniel Vetter2-2/+16
2019-09-18drm/kms: Duct-tape for mode object lifetime checksDaniel Vetter2-4/+4
2019-09-18drm/komeda: Adds register dump support for gcu, lup and douLowry Li (Arm Technology China)4-12/+101
2019-09-18drm/komeda: Remove in-code use of ifdefMihail Atanassov2-2/+2
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-18/+7
2019-09-17drm/amdgpu: add navi12 pci idTianci.Yin1-0/+3
2019-09-17drm/amdgpu: add navi14 PCI ID for work station SKUTianci.Yin1-0/+2
2019-09-17drm/amdkfd: Swap trap temporary registers in gfx10 trap handlerJay Cornwall2-8/+8
2019-09-17drm/amd/powerplay: implement sysfs for getting dpm clockPrike Liang2-0/+95
2019-09-17drm/amd/display: Restore backlight brightness after system resumeKai-Heng Feng1-0/+1
2019-09-17drm/amd/display: Implement voltage limitation for daliBhawanpreet Lakha1-0/+4
2019-09-17drm/amd/display: add Asic ID for DaliBhawanpreet Lakha1-2/+5
2019-09-17drm/amdgpu: Fix KFD-related kernel oops on HawaiiFelix Kuehling1-1/+2
2019-09-17drm/amd/amdgpu: power up sdma engine when S3 resume backPrike Liang3-5/+10
2019-09-17drm/amdgpu: Check for valid number of registers to readTrek1-0/+3
2019-09-17drm/radeon: Bail earlier when radeon.cik_/si_support=0 is passedHans de Goede2-25/+31
2019-09-17drm/amd/display: Add missing HBM support and raise Vega20's uclk.Zhan Liu1-2/+16
2019-09-17drm/amd/display: dce11.x /dce12 update formula inputCharlene Liu5-13/+27
2019-09-17drm/amdgpu: remove program of lbpw for renoirAaron Liu1-2/+0
2019-09-17drm/amdgpu: Remove clock gating restore.Andrey Grodzovsky1-1/+9
2019-09-17drm/amdgpu: Add smu lock around in pp_smu_i2c_bus_accessAndrey Grodzovsky1-1/+6
2019-09-17drm/amd/display: update renoir_ip_offset.hAaron Liu1-1/+1
2019-09-17drm/amdgpu: disable stutter mode for renoirAaron Liu1-0/+2
2019-09-17drm/amd/display: Add stereo mux and dig programming calls for dcn21Roman Li2-5/+36
2019-09-17drm/selftests: fix spelling mistake "misssing" -> "missing"Colin Ian King1-1/+1
2019-09-17drm/mgag200: Use drm_gem_vram_{vmap, vunmap}() to map cursor source BOThomas Zimmermann1-15/+7
2019-09-17drm/ast: Use drm_gem_vram_{vmap,vunmap}() to map cursor source BOThomas Zimmermann1-14/+7
2019-09-17drm/vram: Provide vmap and vunmap operations for GEM VRAM objectsThomas Zimmermann1-31/+75
2019-09-17drm/komeda: Adds error event print functionalityLowry Li (Arm Technology China)5-0/+167
2019-09-17Merge branch 'linux-5.4' of git://github.com/skeggsb/linux into drm-nextDave Airlie6-27/+41
2019-09-17Merge tag 'drm-intel-next-fixes-2019-09-11' of git://anongit.freedesktop.org/...Dave Airlie10-48/+92
2019-09-17Merge tag 'drm-misc-next-fixes-2019-09-06' of git://anongit.freedesktop.org/d...Dave Airlie9-114/+149
2019-09-17Merge tag 'drm-msm-next-2019-09-06' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie66-451/+970
2019-09-17drm/nouveau/bar/gm20b: Avoid BAR1 teardown during initThierry Reding1-1/+0
2019-09-17drm/nouveau: Fix ordering between TTM and GEM releaseThierry Reding2-6/+8
2019-09-17drm/nouveau/prime: Extend DMA reservation object lockThierry Reding1-6/+14
2019-09-17drm/nouveau: Fix fallout from reservation object reworkThierry Reding4-13/+17
2019-09-17drm/nouveau/kms/nv50-: Don't create MSTMs for eDP connectorsLyude Paul1-1/+2
2019-09-16Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-28/+28