summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-hotfixes-stable-2022-10-20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-211-0/+1
|\
| * nouveau: fix migrate_to_ram() for faulting pageAlistair Popple2022-10-201-0/+1
* | Merge tag 'drm-misc-fixes-2022-10-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-10-215-22/+30
|\ \
| * | drm/panfrost: replace endian-specific types with native onesSteven Price2022-10-201-18/+18
| * | drm/connector: Set DDC pointer in drmm_connector_initMaxime Ripard2022-10-201-1/+1
| * | drm: tests: Fix a buffer overflow in format_helper_testDavid Gow2022-10-201-1/+1
| * | Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann2022-10-201185-38649/+109564
| |\|
| * | drm/amdgpu: use DRM_SCHED_FENCE_DONT_PIPELINE for VM updatesChristian König2022-10-191-1/+8
| * | drm/sched: add DRM_SCHED_FENCE_DONT_PIPELINE flagChristian König2022-10-191-1/+2
* | | Merge tag 'amd-drm-fixes-6.1-2022-10-20' of https://gitlab.freedesktop.org/ag...Dave Airlie2022-10-212-5/+21
|\ \ \
| * | | drm/amdgpu: fix sdma doorbell init ordering on APUsAlex Deucher2022-10-202-5/+21
* | | | Merge tag 'amd-drm-fixes-6.1-2022-10-19' of https://gitlab.freedesktop.org/ag...Dave Airlie2022-10-2134-91/+204
|\| | |
| * | | drm/amdgpu: Fix for BO move issueArunpravin Paneer Selvam2022-10-181-0/+3
| * | | drm/amdgpu: dequeue mes scheduler during finiYuBiao Wang2022-10-181-3/+39
| * | | drm/amd/pm: enable thermal alert on smu_v13_0_10Kenneth Feng2022-10-181-6/+4
| * | | drm/amdgpu: Program GC registers through RLCG interface in gfx_v11/gmc_v11Yifan Zha2022-10-183-9/+13
| * | | drm/amdkfd: Fix type of reset_type parameter in hqd_destroy() callbackNathan Chancellor2022-10-181-2/+3
| * | | drm/amd/display: Increase frame size limit for display_mode_vba_util_32.oGuenter Roeck2022-10-181-1/+1
| * | | drm/amd/pm: add SMU IP v13.0.4 IF version define to V7Tim Huang2022-10-181-1/+1
| * | | drm/amd/pm: update SMU IP v13.0.4 driver interface versionTim Huang2022-10-181-2/+15
| * | | drm/amd/pm: Init pm_attr_list when dpm is disabledZhenGuo Yin2022-10-181-2/+2
| * | | drm/amd/pm: disable cstate feature for gpu reset scenarioEvan Quan2022-10-183-0/+25
| * | | drm/amd/pm: fulfill SMU13.0.7 cstate control interfaceEvan Quan2022-10-181-0/+12
| * | | drm/amd/pm: fulfill SMU13.0.0 cstate control interfaceEvan Quan2022-10-181-0/+11
| * | | drm/amdgpu: Add sriov vf ras support in amdgpu_ras_asic_supportedYiPeng Chai2022-10-181-5/+9
| * | | drm/amdgpu: Enable ras support for mp0 v13_0_0 and v13_0_10YiPeng Chai2022-10-181-0/+10
| * | | drm/amdgpu: Enable gmc soft reset on gmc_v11_0_3YiPeng Chai2022-10-181-0/+1
| * | | drm/amdgpu: skip mes self test for gc 11.0.3Likun Gao2022-10-181-1/+2
| * | | drm/amd/pm: skip loading pptable from driver on secure board for smu_v13_0_10Kenneth Feng2022-10-181-1/+2
| * | | drm/amd/amdgpu: enable gfx clock gating features on smu_v13_0_10Kenneth Feng2022-10-182-1/+6
| * | | drm/amd/pm: remove the pptable id override on smu_v13_0_10Kenneth Feng2022-10-181-3/+0
| * | | drm/amd/pm: temporarily disable thermal alert on smu_v13_0_10Kenneth Feng2022-10-181-4/+6
| * | | drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 properly"Asher Song2022-10-181-12/+13
| * | | drm/amdgpu: Refactor mode2 reset logic for v11.0.7Victor Zhao2022-10-181-8/+17
| * | | Revert "drm/amdgpu: let mode2 reset fallback to default when failure"Victor Zhao2022-10-189-20/+2
| * | | Revert "drm/amdgpu: add debugfs amdgpu_reset_level"Victor Zhao2022-10-184-17/+0
| * | | drm/amdgpu: set vm_update_mode=0 as default for Sienna Cichlid in SRIOV caseDanijel Slivka2022-10-183-1/+15
| | |/ | |/|
* | | Merge tag 'drm-misc-fixes-2022-10-13' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-10-212-0/+30
|\ \ \ | |/ / |/| / | |/
| * drm/vc4: hdmi: Check the HSM rate at runtime_resumeMaxime Ripard2022-10-131-0/+20
| * drm/vc4: hdmi: Enforce the minimum rate at runtime_resumeMaxime Ripard2022-10-131-0/+9
| * drm/vc4: Add module dependency on hdmi-codecMaxime Ripard2022-10-131-0/+1
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-165-7/+7
|\ \
| * | treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-114-6/+6
| * | treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* | | Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-144-44/+96
|\ \ \
| * | | nouveau/dmem: evict device private memory during releaseAlistair Popple2022-10-121-0/+48
| * | | nouveau/dmem: refactor nouveau_dmem_fault_copy_one()Alistair Popple2022-10-121-30/+28
| * | | mm: free device private pages have zero refcountAlistair Popple2022-10-122-2/+2
| * | | mm/memory.c: fix race when faulting a device private pageAlistair Popple2022-10-123-12/+18
* | | | drm/amd/display: Fix build breakage with CONFIG_DEBUG_FS=nNathan Chancellor2022-10-141-1/+1