summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-232-41/+11
|\
| * xen/drmfront: use xenbus_setup_ring() and xenbus_teardown_ring()Juergen Gross2022-05-191-32/+11
| * xen/drm: switch xen_drm_front to use INVALID_GRANT_REFJuergen Gross2022-05-192-11/+2
* | Merge tag 'drm-intel-fixes-2022-05-20' of git://anongit.freedesktop.org/drm/d...Dave Airlie2022-05-218-16/+74
|\ \
| * | drm/i915: Use i915_gem_object_ggtt_pin_ww for reloc_iomapMaarten Lankhorst2022-05-191-4/+2
| * | i915/guc/reset: Make __guc_reset_context aware of guilty enginesUmesh Nerlige Ramappa2022-05-165-12/+12
| * | drm/i915/dmc: Add MMIO range restrictionsAnusha Srivatsa2022-05-162-0/+60
| |/
* | Merge tag 'drm-misc-fixes-2022-05-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-05-211-0/+1
|\ \
| * | drm/dp/mst: fix a possible memory leak in fetch_monitor_name()Hangyu Hua2022-05-171-0/+1
* | | drm/amd: Don't reset dGPUs if the system is going to s2idleMario Limonciello2022-05-183-1/+17
| |/ |/|
* | Merge tag 'drm-misc-fixes-2022-05-13' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-05-143-5/+7
|\|
| * drm/vc4: hdmi: Fix build error for implicit function declarationHui Tang2022-05-121-0/+1
| * Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixesMaarten Lankhorst2022-05-1178-375/+832
| |\
| * | drm/nouveau: Fix a potential theorical leak in nouveau_get_backlight_name()Christophe JAILLET2022-05-061-4/+5
| * | drm/nouveau/tegra: Stop using iommu_present()Robin Murphy2022-05-061-1/+1
* | | drm/vmwgfx: Disable command buffers on svga3 without gbobjectsZack Rusin2022-05-131-4/+7
* | | drm/vmwgfx: Initialize drm_mode_fb_cmd2Zack Rusin2022-05-131-1/+1
* | | drm/vmwgfx: Fix fencing on SVGAv3Zack Rusin2022-05-135-19/+53
* | | Merge tag 'amd-drm-fixes-5.18-2022-05-11' of https://gitlab.freedesktop.org/a...Dave Airlie2022-05-134-13/+22
|\ \ \
| * | | drm/amdgpu/ctx: only reset stable pstate if the user changed it (v2)Alex Deucher2022-05-111-0/+5
| * | | Revert "drm/amd/pm: keep the BACO feature enabled for suspend"Alex Deucher2022-05-111-7/+1
| * | | drm/amd/display: undo clearing of z10 related function pointersEric Yang2022-05-061-5/+0
| * | | drm/amdgpu: vi: disable ASPM on Intel Alder Lake based systemsRichard Gong2022-05-061-1/+16
| | |/ | |/|
* / | drm/i915: Fix race in __i915_vma_remove_closedKarol Herbst2022-05-091-4/+7
|/ /
* | Merge tag 'drm-msm-fixes-2022-04-30' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie2022-05-063-18/+0
|\ \
| * | drm/msm/dp: remove fail safe mode related codeKuogee Hsieh2022-04-273-18/+0
* | | Merge tag 'drm-misc-fixes-2022-05-05' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-05-061-0/+1
|\ \ \ | | |/ | |/|
| * | drm/bridge: ite-it6505: add missing Kconfig option selectFabien Parent2022-05-041-0/+1
* | | drm/amd/display: Avoid reading audio pattern past AUDIO_CHANNELS_COUNTHarry Wentland2022-05-041-1/+1
* | | drm/amdgpu: do not use passthrough mode in Xen dom0Marek Marczykowski-Górecki2022-05-041-1/+3
* | | Merge tag 'amd-drm-fixes-5.18-2022-04-27' of https://gitlab.freedesktop.org/a...Dave Airlie2022-04-2910-140/+165
|\ \ \
| * | | drm/amdgpu: keep mmhub clock gating being enabled during s2idle suspendPrike Liang2022-04-271-0/+10
| * | | drm/amd/pm: fix the deadlock issue observed on SIEvan Quan2022-04-274-55/+39
| * | | drm/amd/display: Fix memory leak in dcn21_clock_source_createMiaoqian Lin2022-04-271-0/+1
| * | | drm/amdgpu: don't runtime suspend if there are displays attached (v3)Alex Deucher2022-04-271-35/+70
| * | | drm/amdkfd: CRIU add support for GWS queuesDavid Yat Sin2022-04-272-4/+8
| * | | drm/amdkfd: Fix GWS queue countDavid Yat Sin2022-04-271-46/+37
* | | | Merge tag 'drm-intel-fixes-2022-04-28' of git://anongit.freedesktop.org/drm/d...Dave Airlie2022-04-293-12/+30
|\ \ \ \
| * | | | drm/i915/fbc: Consult hw.crtc instead of uapi.crtcVille Syrjälä2022-04-261-1/+1
| * | | | drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addressesImre Deak2022-04-261-1/+1
| * | | | drm/i915: Check EDID for HDR static metadata when choosing blcJouni Högander2022-04-251-8/+26
| * | | | drm/i915: Fix DISP_POS_Y and DISP_HEIGHT definesHans de Goede2022-04-251-2/+2
* | | | | Merge tag 'drm-misc-fixes-2022-04-27' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-04-291-3/+0
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | drm/sun4i: Remove obsolete references to PHYS_OFFSETSamuel Holland2022-04-261-3/+0
* | | | Merge tag 'drm-misc-fixes-2022-04-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-04-2311-92/+94
|\| | |
| * | | drm/amdgpu: partial revert "remove ctx->lock" v2Christian König2022-04-213-6/+18
| * | | Revert "drm: of: Lookup if child node has panel or bridge"Bjorn Andersson2022-04-211-17/+0
| * | | Revert "drm: of: Properly try all possible cases for bridge/panel detection"Bjorn Andersson2022-04-211-50/+49
| * | | drm/vc4: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usageMiaoqian Lin2022-04-211-1/+1
| * | | drm/vmwgfx: Fix gem refcounting and memory evictionsZack Rusin2022-04-203-30/+28