aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2022-10-26drm/edid: abstract debugfs override EDID show betterJani Nikula3-8/+15
2022-10-26drm/edid: debug log EDID override set/resetJani Nikula1-0/+6
2022-10-26drm/amd/display: stop using connector->override_edidJani Nikula1-3/+0
2022-10-26drm/i915/hdmi: stop using connector->override_edidJani Nikula1-4/+1
2022-10-26drm/i915/hdmi: do dual mode detect only if connectedJani Nikula1-10/+7
2022-10-26drm/nouveau: Remove unused variableZack Rusin1-1/+0
2022-10-26drm/i915: Stop loading linear degamma LUT on glk needlesslyVille Syrjälä1-23/+3
2022-10-26drm/i915: Get rid of glk_load_degamma_lut_linear()Ville Syrjälä5-42/+82
2022-10-26drm/i915: Assert {pre,post}_csc_lut were assigned sensiblyVille Syrjälä3-0/+23
2022-10-26drm/i915: Introduce crtc_state->{pre,post}_csc_lutVille Syrjälä6-57/+114
2022-10-26drm/i915: Make ilk_load_luts() deal with degammaVille Syrjälä1-2/+4
2022-10-25drm/vmwgfx: Fix a sparse warning in kernel docsZack Rusin1-1/+0
2022-10-25drm/vmwgfx: Optimize initial sizes of cotablesZack Rusin1-2/+14
2022-10-25drm/vmwgfx: Add a mksstat counter for cotable resizesZack Rusin3-9/+22
2022-10-25drm/vmwgfx: Remove explicit and broken vblank handlingZack Rusin5-101/+1
2022-10-25drm/vmwgfx: Port the framebuffer code to drm fb helpersZack Rusin7-991/+28
2022-10-25drm/vmwgfx: Do not allow invalid bpp's for dumb buffersZack Rusin1-1/+15
2022-10-25drm/vmwgfx: Remove vmwgfx_hashtabMaaz Mombasawala7-292/+12
2022-10-25drm/vmwgfx: Refactor ttm reference object hashtable to use linux/hashtable.Maaz Mombasawala3-49/+56
2022-10-25drm/vmwgfx: Diff cursors when using cmdsMichael Banack2-60/+62
2022-10-25drm/vmwgfx: Support cursor surfaces with mob cursorMichael Banack2-29/+50
2022-10-25drm/vmwgfx: Start diffing new mob cursors against old onesMichael Banack2-26/+81
2022-10-25drm/vmwgfx: Clean up cursor mobsMichael Banack2-193/+267
2022-10-25drm/vmwgfx: Refactor resource validation hashtable to use linux/hashtable imp...Maaz Mombasawala5-66/+58
2022-10-25drm/vmwgfx: Remove ttm object hashtableMaaz Mombasawala3-23/+9
2022-10-25drm/vmwgfx: Refactor resource manager's hashtable to use linux/hashtable impl...Maaz Mombasawala1-36/+26
2022-10-25drm/vmwgfx: Fix frame-size warning in vmw_mksstat_add_ioctlMartin Krastev1-14/+29
2022-10-25drm/vmwgfx: Write the driver id registersZack Rusin1-9/+34
2022-10-25drm/scheduler: fix fence ref countingChristian König1-1/+5
2022-10-25drm/scheduler: Set the FIFO scheduling policy as the defaultLuben Tuikov1-2/+2
2022-10-25drm/connector: send hotplug uevent on connector cleanupSimon Ser1-0/+3
2022-10-25Revert "drm: hide unregistered connectors from GETCONNECTOR IOCTL"Simon Ser1-3/+0
2022-10-25Merge tag 'drm-misc-next-2022-10-20' of git://anongit.freedesktop.org/drm/drm...Dave Airlie88-1246/+3476
2022-10-24drm/i915/guc: Add compute reglist for guc err captureAlan Previn1-0/+4
2022-10-24drm/i915/guc: Add error-capture init warnings when neededAlan Previn1-9/+69
2022-10-24drm/i915: Improve long running compute w/a for GuC submissionJohn Harrison2-6/+29
2022-10-24drm/i915: Make the heartbeat play nice with long pre-emption timeoutsJohn Harrison1-0/+39
2022-10-24drm/i915: Fix compute pre-emption w/a to apply to compute enginesJohn Harrison1-12/+12
2022-10-24drm/i915/guc: Limit scheduling properties to avoid overflowJohn Harrison5-10/+119
2022-10-24drm/client: Switch drm_client_buffer_delete() to unlocked drm_gem_vunmapDmitry Osipenko1-1/+1
2022-10-24drm/amd/display: Revert logic for plane modifiersJoaquín Ignacio Aramendía1-43/+7
2022-10-24drm/amdkfd: correct the cache info for gfx1036Jesse Zhang1-1/+52
2022-10-24drm/amdkfd: update gfx1037 Lx cache settingPrike Liang1-1/+52
2022-10-24drm/amdgpu: skip mes self test for gc 11.0.3 in recoverYuBiao Wang1-1/+1
2022-10-24drm/amd: Add IMU fw version to fw version queriesDavid Francis4-1/+18
2022-10-24drm/amd/display: Don't return false if no streamAlvin Lee1-1/+1
2022-10-24drm/amd/display: Remove wrong pipe control lockRodrigo Siqueira1-11/+1
2022-10-24drm/amd/pm: allow gfxoff on gc_11_0_3Kenneth Feng2-0/+2
2022-10-24drm/amdkfd: Fix memory leak in kfd_mem_dmamap_userptr()Rafael Mendonca1-3/+3
2022-10-24drm/amdgpu: Remove ATC L2 access for MMHUB 2.1.xLijo Lazar1-20/+8