aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2021-11-05drm/i915/display/adlp: Disable underrun recoveryJosé Roberto de Souza1-32/+7
2021-11-05drm/amdgpu: fix SI handling in amdgpu_device_asic_has_dc_support()Alex Deucher1-1/+11
2021-11-05drm/amdgpu: Fix dangling kfd_bo pointer for shared BOsFelix Kuehling3-6/+12
2021-11-05drm/amd/amdkfd: Don't sent command to HWS on kfd resetshaoyunl2-2/+6
2021-11-05drm/amdgpu: correctly toggle gfx on/off around RLC_SPM_* register accessEvan Quan4-0/+17
2021-11-05drm/amdgpu: correct xgmi ras error count resetTao Zhou1-2/+2
2021-11-05drm/amd/pm: Correct DPMS disable IP version checkMario Limonciello1-1/+1
2021-11-05drm/amd/amdgpu: Fix csb.bo pin_count leak on gfx 9YuBiao Wang1-1/+3
2021-11-05drm/amd/amdgpu: Avoid writing GMC registers under sriov in gmc9YuBiao Wang1-0/+4
2021-11-05drm/amdgpu/powerplay: fix sysfs_emit/sysfs_emit_at handlingAlex Deucher7-12/+51
2021-11-05drm/amdgpu: Make sure to reserve BOs before adding or removingKent Russell1-3/+10
2021-11-05drm/amdkfd: avoid recursive lock in migrations back to RAMAlex Sierra3-0/+8
2021-11-05drm/amd/display: Don't allow partial copy_from_userHarry Wentland1-6/+4
2021-11-05Revert "drm/imx: Annotate dma-fence critical section in commit path"Fabio Estevam1-2/+0
2021-11-05drm: fb_helper: improve CONFIG_FB dependencyArnd Bergmann1-3/+2
2021-11-05drm/vc4: hdmi: Introduce a scdc_enabled flagMaxime Ripard2-10/+18
2021-11-05drm/vc4: hdmi: Introduce an output_enabled flagMaxime Ripard2-4/+18
2021-11-05drm/vc4: hdmi: Check the device state in prepare()Maxime Ripard1-7/+28
2021-11-05drm/vc4: hdmi: Prevent access to crtc->state outside of KMSMaxime Ripard2-12/+32
2021-11-05drm/vc4: hdmi: Use a mutex to prevent concurrent framework accessMaxime Ripard2-6/+126
2021-11-05drm/vc4: hdmi: Add a spinlock to protect register accessMaxime Ripard4-10/+236
2021-11-05drm/vc4: crtc: Copy assigned channel to the CRTCMaxime Ripard4-2/+24
2021-11-05drm/vc4: Fix non-blocking commit getting stuck foreverMaxime Ripard3-3/+23
2021-11-05drm/vc4: crtc: Drop feed_txp from stateMaxime Ripard5-10/+12
2021-11-05drm/i915/audio: rename intel_init_audio_hooks to intel_audio_hooks_initJani Nikula3-4/+4
2021-11-05drm/i915/audio: move intel_audio_funcs internal to intel_audio.cJani Nikula2-9/+10
2021-11-05drm/i915/audio: define the audio struct separately from drm_i915_privateJani Nikula1-21/+24
2021-11-05drm/i915/audio: name the audio sub-struct in drm_i915_privateJani Nikula4-79/+77
2021-11-05drm/i915/audio: group audio under anonymous struct in drm_i915_privateJani Nikula1-21/+22
2021-11-05drm/udl: fix control-message timeoutJohan Hovold1-1/+1
2021-11-05drm/ttm: remove ttm_bo_vm_insert_huge()Jason Gunthorpe7-173/+6
2021-11-05drm/i915/selftests: Rework context handling in hugepages selftestsMaarten Lankhorst1-48/+80
2021-11-05drm/i915: Remove gen6_ppgtt_unpin_allMaarten Lankhorst2-12/+0
2021-11-05drm/i915/ttm: Failsafe migration blitsThomas Hellström3-52/+294
2021-11-05drm/i915/ttm: Reorganize the ttm move codeThomas Hellström5-280/+430
2021-11-05Merge tag 'amd-drm-fixes-5.16-2021-11-03' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie37-252/+398
2021-11-05Merge tag 'drm-misc-next-2021-10-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie30-120/+662
2021-11-04drm/i915: Update memory bandwidth formulaeRadhakrishna Sripada1-32/+179
2021-11-04drm/i915: Split vlv/chv sprite plane update into noarm+arm pairVille Syrjälä1-15/+30
2021-11-04drm/i915: Split ivb+ sprite plane update into noarm+arm pairVille Syrjälä1-14/+28
2021-11-04drm/i915: Split g4x+ sprite plane update into noarm+arm pairVille Syrjälä1-13/+28
2021-11-04drm/i915: Split pre-skl primary plane update into noarm+arm pairVille Syrjälä1-22/+59
2021-11-04drm/i915: Split skl+ plane update into noarm+arm pairVille Syrjälä1-41/+72
2021-11-04drm/i915: Split update_plane() into update_noarm() + update_arm()Ville Syrjälä9-94/+192
2021-11-04drm/i915: Fix up the sprite namespacingVille Syrjälä1-53/+53
2021-11-04drm/i915: Fix async flip with decryption and/or DPTVille Syrjälä1-10/+20
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds11-0/+30
2021-11-04drm/i915: Reject planar formats when doing async flipsVille Syrjälä1-0/+6
2021-11-04drm/nouveau: clean up all clients on device removalJeremy Cline1-0/+30
2021-11-04drm/nouveau: Add a dedicated mutex for the clients listJeremy Cline2-4/+11