summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2-10/+9
2024-01-05drm/nouveau/dp: Honor GSP link training retry timeoutsLyude Paul1-22/+42
2024-01-05nouveau: push event block/allowing out of the fence contextDave Airlie2-6/+27
2024-01-05nouveau/gsp: always free the alloc messages on r535Dave Airlie1-2/+1
2024-01-05nouveau/gsp: don't free ctrl messages on errorsDave Airlie3-61/+100
2024-01-05nouveau/gsp: convert gsp errors to generic errorsDave Airlie1-5/+21
2024-01-05drm/nouveau/gsp: Fix ACPI MXDM/MXDS method invocationsLyude Paul1-2/+8
2024-01-05nouveau/gsp: free userd allocation.Dave Airlie1-0/+1
2024-01-05nouveau/gsp: free acpi object after useDave Airlie1-0/+1
2024-01-05nouveau: fix disp disabling with GSPDave Airlie1-2/+4
2024-01-05nouveau/gsp: drop some acpi related debugDave Airlie2-16/+0
2024-01-05nouveau/gsp: add three notifier callbacks that we see in normal operation (v2)Dave Airlie1-2/+5
2024-01-05Merge tag 'amd-drm-fixes-6.7-2024-01-04' of https://gitlab.freedesktop.org/ag...Dave Airlie9-85/+400
2024-01-04drm/amd/pm: Use gpu_metrics_v1_5 for SMUv13.0.6Asad Kamal1-5/+24
2024-01-04drm/amd/pm: Add gpu_metrics_v1_5Asad Kamal2-0/+83
2024-01-04drm/amd/pm: Add mem_busy_percent for GCv9.4.3 apuAsad Kamal1-1/+3
2024-01-04drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP displays ...Joshua Ashton2-8/+13
2024-01-04drm/amdgpu: skip gpu_info fw loading on navi12Alex Deucher1-9/+2
2024-01-04drm/amd/display: add nv12 bounding boxAlex Deucher1-1/+109
2024-01-04Merge tag 'drm-misc-fixes-2024-01-03' of git://anongit.freedesktop.org/drm/dr...Dave Airlie7-9/+32
2024-01-04drm/amd/pm: Update metric table for jpeg/vcn dataAsad Kamal1-1/+9
2024-01-04drm/amd/pm: Use separate metric table for APUAsad Kamal2-58/+156
2024-01-04drm/amd/display: pbn_div need be updated for hotplug eventWayne Lin1-2/+1
2023-12-27drm/i915/perf: Update handling of MMIO triggered reportsUmesh Nerlige Ramappa1-5/+34
2023-12-27drm/i915/dp: Fix passing the correct DPCD_REV for drm_dp_set_phy_test_patternKhaled Almahallawy1-1/+1
2023-12-22Merge tag 'drm-intel-fixes-2023-12-21' of git://anongit.freedesktop.org/drm/d...Dave Airlie4-6/+57
2023-12-20drm/mgag200: Fix gamma lut not initialized for G200ER, G200EV, G200SEJocelyn Falempe5-5/+25
2023-12-19drm/amdgpu: re-create idle bo's PTE during VM state machine resetZhenGuo Yin1-0/+1
2023-12-19drm/amd/display: dereference variable before checking for zeroJosip Pavic1-1/+1
2023-12-19drm/amd/display: get dprefclk ss info from integration info tableCharlene Liu2-5/+16
2023-12-19drm/amd/display: Add case for dcn35 to support usb4 dmub hpd eventWayne Lin1-8/+18
2023-12-19drm/amd/display: disable FPO and SubVP for older DMUB versions on DCN32xHamza Mahfooz1-0/+6
2023-12-19drm/amdkfd: svm range always mapped flag not working on APUPhilip Yang1-6/+12
2023-12-19drm/amd/display: Revert " drm/amd/display: Use channel_width = 2 for vram tab...Alvin Lee1-7/+1
2023-12-19drm/bridge: ps8640: Fix size mismatch warning w/ lenDouglas Anderson1-1/+1
2023-12-18drm/bridge: ti-sn65dsi86: Never store more than msg->size bytes in AUX xferDouglas Anderson1-1/+3
2023-12-18drm/bridge: parade-ps8640: Never store more than msg->size bytes in AUX xferDouglas Anderson1-2/+3
2023-12-18drm/i915/dmc: Don't enable any pipe DMC eventsVille Syrjälä1-2/+41
2023-12-18drm/i915/mtl: Fix HDMI/DP PLL clock selectionImre Deak1-1/+2
2023-12-18drm/i915: Reject async flips with bigjoinerVille Syrjälä1-0/+11
2023-12-18drm/i915/hwmon: Fix static analysis tool reported issuesKarthik Poosa1-2/+2
2023-12-18drm/i915/display: Get bigjoiner config before dsc config during readoutAnkit Nautiyal1-1/+1
2023-12-15drm/nouveau/kms/nv50-: Don't allow inheritance of headless iorsLyude Paul1-1/+1
2023-12-15drm/nouveau: Fixup gk20a instobj hierarchyThierry Reding1-9/+9
2023-12-15Merge tag 'drm-misc-fixes-2023-12-14' of git://anongit.freedesktop.org/drm/dr...Dave Airlie4-7/+8
2023-12-15Merge tag 'amd-drm-fixes-6.7-2023-12-13' of https://gitlab.freedesktop.org/ag...Dave Airlie16-34/+84
2023-12-15Merge tag 'drm-intel-fixes-2023-12-13' of git://anongit.freedesktop.org/drm/d...Dave Airlie8-24/+59
2023-12-14drm/amdgpu: warn when there are still mappings when a BO is destroyed v2Christian König1-0/+2
2023-12-14drm/amdgpu: fix tear down order in amdgpu_vm_pt_freeChristian König1-1/+2
2023-12-14drm/amd: Fix a probing order problem on SDMA 2.4Mario Limonciello1-2/+2