summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2020-04-08drm/i915/bw: use struct drm_device based loggingJani Nikula1-4/+5
2020-04-08drm/i915/debugfs: use struct drm_device based loggingJani Nikula1-1/+1
2020-04-08drm/i915/crt: use struct drm_device based loggingJani Nikula1-1/+2
2020-04-08drm/i915/dp: use struct drm_device based loggingJani Nikula1-120/+214
2020-04-08drm/i915/tc: use struct drm_device based loggingJani Nikula1-20/+27
2020-04-08drm/i915/panel: use struct drm_device based loggingJani Nikula1-8/+11
2020-04-08drm/i915/audio: use struct drm_device based loggingJani Nikula1-5/+7
2020-04-08drm/panel: add panel driver for Leadtek LTK050H3146WHeiko Stuebner3-0/+703
2020-04-08drm/i915/selftests: Drop vestigal timeslicing assertChris Wilson1-1/+0
2020-04-08Merge tag 'drm-next-2020-04-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds59-206/+523
2020-04-08Merge tag 'amd-drm-next-5.7-2020-04-01' of git://people.freedesktop.org/~agd5...Dave Airlie27-114/+223
2020-04-08Merge branch 'linux-5.7' of git://github.com/skeggsb/linux into drm-nextDave Airlie23-50/+263
2020-04-08Merge tag 'drm-misc-next-fixes-2020-04-04' of git://anongit.freedesktop.org/d...Dave Airlie5-23/+22
2020-04-08Merge tag 'drm-intel-next-fixes-2020-04-02' of git://anongit.freedesktop.org/...Dave Airlie4-19/+15
2020-04-07drm/ingenic: Delete an error message in ingenic_drm_probe()Markus Elfring1-3/+1
2020-04-07drm/dp_mst: Remove drm_dp_mst_has_audio()Lyude Paul3-31/+3
2020-04-07drm/i915/dp_mst: Cast intel_connector->port as drm_dp_mst_portLyude Paul1-1/+1
2020-04-07drm/amd/display: Check for null fclk voltage when parsing clock tableMichael Strauss1-1/+1
2020-04-07drm/amd/display: Acknowledge wm_optimized_requiredJoshua Aberback1-2/+3
2020-04-07drm/amd/display: Make cursor source translation adjustment optionalNicholas Kazlauskas4-4/+19
2020-04-07drm/amd/display: Calculate scaling ratios on every medium/full updateNicholas Kazlauskas1-1/+12
2020-04-07drm/amd/display: Program viewport when source pos changes for DCN20 hw seqNicholas Kazlauskas1-0/+1
2020-04-07drm/amd/display: Fix incorrect cursor pos on scaled primary planeNicholas Kazlauskas2-6/+11
2020-04-07drm/amd/display: change default pipe_split policy for DCN1Eric Yang1-1/+1
2020-04-07drm/amd/display: Translate cursor position by source rectNicholas Kazlauskas1-1/+33
2020-04-07drm/amd/display: Update stream adjust in dc_stream_adjust_vmin_vmaxIsabel Zhang1-0/+2
2020-04-07drm/amd/display: Avoid create MST prop after registrationJerry (Fangzhi) Zuo2-3/+13
2020-04-07drm/amdgpu/psp: dont warn on missing optional TA'sAlex Deucher1-3/+3
2020-04-07drm/amdgpu: update RAS related dmesg printJohn Clements2-7/+12
2020-04-07drm/amdgpu: resolve mGPU RAS query instabilityJohn Clements1-5/+15
2020-04-07drm/amd/amdgpu: Correct gfx10's CG sequenceChengming Gui1-8/+15
2020-04-07drm/vblank: Add intro to documentationSam Ravnborg1-0/+63
2020-04-07drm/i915/gt: Yield the timeslice if caught waiting on a user semaphoreChris Wilson6-24/+82
2020-04-07drm/i915/gem: Promote 'remain' to unsigned longChris Wilson1-7/+6
2020-04-07drm/nouveau/kms/nv50-: wait for FIFO space on PIO channelsBen Skeggs3-6/+25
2020-04-07drm/nouveau/nvif: protect waits against GPU falling off the busBen Skeggs11-22/+102
2020-04-07drm/nouveau/nvif: access PTIMER through usermode class, if availableBen Skeggs3-5/+24
2020-04-07drm/nouveau/gr/gp107,gp108: implement workaround for HW hanging during initBen Skeggs1-0/+26
2020-04-07drm/nouveau: workaround runpm fail by disabling PCI power management on certa...Karol Herbst2-0/+65
2020-04-07drm/nouveau/svm: remove useless SVM range checkRalph Campbell1-3/+0
2020-04-07drm/nouveau/svm: check for SVM initialized before migratingRalph Campbell1-0/+5
2020-04-07drm/nouveau/svm: fix vma range check for migrationRalph Campbell1-0/+1
2020-04-07drm/nouveau: remove checks for return value of debugfs functionsWambui Karuga1-12/+8
2020-04-07drm/nouveau/ttm: evict other IO mappings when running out of BAR1 spaceBen Skeggs1-2/+7
2020-04-06drm/dp_mst: Don't drop NAKs for down responsesLyude Paul1-1/+0
2020-04-06drm/dp_mst: Fix NULL deref in drm_dp_get_one_sb_msg()Lyude Paul1-1/+2
2020-04-06drm/i915/gem: Wait until the context is finally retired before releasing enginesChris Wilson1-10/+6
2020-04-06drm/i915: Allow asynchronous waits on the i915_active barriersChris Wilson2-10/+64
2020-04-06drm/i915: Make exclusive awaits on i915_active optionalChris Wilson4-6/+9
2020-04-06drm/i915/gem: Flush all the reloc_gpu batchChris Wilson1-3/+5