aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2023-10-26drm/amd/display: Remove power sequencing checkAgustin Gutierrez1-2/+1
2023-10-26drm/amd/display: Set the DML2 attribute to false in all DCNs older than versi...Rodrigo Siqueira13-2/+15
2023-10-26drm/amd/pm: Fix the return value in default caseMa Jun1-3/+1
2023-10-26drm/amdgpu: Add API to get full IP versionLijo Lazar1-0/+7
2023-10-26drm/amdgpu: add tmz support for GC IP v11.5.0Jiadong Zhu1-0/+1
2023-10-26drm/amd/pm: drop unneeded dpm features disablement for SMU 14.0.0Jiadong Zhu1-1/+2
2023-10-26drm/amdgpu: modify if condition in nbio_v7_7.cLi Ma1-2/+2
2023-10-26drm/amdkfd: Fix shift out-of-bounds issueJesse Zhang1-1/+1
2023-10-26drm/amdgpu: refine ras error kernel log printYang Wang2-39/+82
2023-10-26drm/amdgpu: fix find ras error node errorYang Wang1-4/+3
2023-10-26drm/amd/display: reprogram det size while seamless bootHugo Hu3-0/+33
2023-10-26drm/amd/pm: record mca debug mode in RASTao Zhou1-0/+1
2023-10-26drm/amdgpu: move buffer funcs setting up a levelAlex Deucher11-84/+19
2023-10-26drm/syncobj: fix DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLEErik Kurzinger1-1/+2
2023-10-26drm/sched: Convert the GPU scheduler to variable number of run-queuesLuben Tuikov10-22/+92
2023-10-26drm/ci: do not automatically retry on errorHelen Koike1-14/+0
2023-10-26drm/ci: export kernel configHelen Koike2-1/+2
2023-10-26drm/ci: increase i915 job timeout to 1h30mHelen Koike1-0/+5
2023-10-26drm/ci: add subset-1-gfx to LAVA_TAGS and adjust shardsHelen Koike2-10/+15
2023-10-26drm/ci: clean up xfails (specially flakes list)Helen Koike33-287/+162
2023-10-26drm/ci: uprev IGT and make sure core_getversion is runHelen Koike3-9/+26
2023-10-26drm/ci: add helper script update-xfails.pyHelen Koike2-0/+221
2023-10-26drm/ci: fix DEBIAN_ARCH and get amdgpu probingHelen Koike4-8/+8
2023-10-26drm/ci: uprev mesa version: fix container build & crosvmHelen Koike4-3/+22
2023-10-26drm/ci: Enable CONFIG_BACKLIGHT_CLASS_DEVICERob Clark2-0/+2
2023-10-26drm/ci: force-enable CONFIG_MSM_MMCC_8996 as built-inDmitry Baryshkov1-0/+1
2023-10-26drm/ci: pick up -external-fixes from the merge target repoDmitry Baryshkov1-0/+5
2023-10-26drm/vc4: tests: Fix UAF in the mock helpersMaxime Ripard2-2/+2
2023-10-25file, i915: fix file reference for mmap_singleton()Christian Brauner1-3/+1
2023-10-25drm/amd: Disable ASPM for VI w/ all Intel systemsMario Limonciello1-1/+1
2023-10-25drm/i915/pmu: Check if pmu is closed before stopping eventUmesh Nerlige Ramappa1-0/+9
2023-10-25drm/i915/mcr: Hold GT forcewake during steering operationsMatt Roper1-2/+22
2023-10-25drm/logicvc: Kconfig: select REGMAP and REGMAP_MMIOSui Jingfeng1-0/+2
2023-10-25Merge tag 'amd-drm-next-6.7-2023-10-20' of https://gitlab.freedesktop.org/agd...Dave Airlie58-1464/+1452
2023-10-24drm/rockchip: vop: Add NV15, NV20 and NV30 supportJonas Karlman3-17/+86
2023-10-24drm/fourcc: Add NV20 and NV30 YUV formatsJonas Karlman1-0/+8
2023-10-24drm/rockchip: vop2: rename window formats to show window type using themAndy Yan1-15/+15
2023-10-24drm/rockchip: vop2: Add more supported 10bit formatsAndy Yan2-6/+61
2023-10-24drm/rockchip: vop2: remove the unsupported format of cluster windowAndy Yan2-26/+1
2023-10-24drm/rockchip: vop: fix format bpp calculationAndy Yan1-2/+16
2023-10-24drm/bridge: synopsys: dw-mipi-dsi: Fix hcomponent lbcc for burst modeLiu Ying1-6/+12
2023-10-24drm/client: Convert drm_client_buffer_addfb() to drm_mode_addfb2()Geert Uytterhoeven1-8/+5
2023-10-24drm/i915/perf: Determine context valid in OA reportsUmesh Nerlige Ramappa1-2/+2
2023-10-24Merge tag 'topic/vmemdup-user-array-2023-10-24-1' of git://anongit.freedeskto...Dave Airlie2-4/+4
2023-10-23drm/vc4: fix typoDario Binacchi1-1/+1
2023-10-23drm/amdkfd: reserve a fence slot while locking the BOChristian König1-1/+1
2023-10-23Merge tag 'drm-msm-next-2023-10-17' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie81-1400/+2214
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie47-157/+290
2023-10-21drm/amdgpu: Remove redundant call to priority_is_valid()Luben Tuikov1-7/+8
2023-10-20drm/amd/display: Fix stack size issue on DML2Rodrigo Siqueira1-45/+54