summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-122-4/+4
|\
| * pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young2023-12-202-4/+4
* | Merge tag 'fbdev-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-121-6/+2
|\ \
| * | drm/hyperv: Remove firmware framebuffers with aperture helperThomas Zimmermann2024-01-121-6/+2
* | | Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2024-01-121377-20901/+123006
|\ \ \ | |/ / |/| |
| * | Merge tag 'drm-intel-gt-next-2023-12-15' of git://anongit.freedesktop.org/drm...Dave Airlie2024-01-1013-44/+37
| |\ \
| | * | drm/i915: Use kmap_local_page() in gem/i915_gem_execbuffer.cZhao Liu2023-12-151-5/+5
| | * | drm/i915: Use kmap_local_page() in i915_cmd_parser.cZhao Liu2023-12-151-2/+2
| | * | drm/i915: Use memcpy_from_page() in gt/uc/intel_uc_fw.cZhao Liu2023-12-151-4/+1
| | * | drm/i915: Use kmap_local_page() in gem/selftests/i915_gem_context.cZhao Liu2023-12-151-4/+4
| | * | drm/i915: Use kmap_local_page() in gem/selftests/i915_gem_coherency.cZhao Liu2023-12-151-8/+4
| | * | drm/i915: Use kmap_local_page() in gem/selftests/huge_pages.cZhao Liu2023-12-151-3/+3
| | * | drm/i915: Use kmap_local_page() in gem/i915_gem_shmem.cZhao Liu2023-12-151-2/+4
| | * | drm/i915: Use memcpy_[from/to]_page() in gem/i915_gem_pyhs.cZhao Liu2023-12-151-8/+2
| | * | drm/i915: Use kmap_local_page() in gem/i915_gem_object.cZhao Liu2023-12-151-5/+3
| | * | drm/i915: Add Wa_14019877138Haridhar Kalvala2023-12-142-0/+6
| | * | drm/i915/hwmon: Fix static analysis tool reported issuesKarthik Poosa2023-12-131-2/+2
| | * | drm/i915/selftests: Fix spelling mistake "initialiased" -> "initialised"Colin Ian King2023-12-111-1/+1
| * | | Merge tag 'amd-drm-next-6.8-2024-01-05' of https://gitlab.freedesktop.org/agd...Dave Airlie2024-01-09197-2109/+4090
| |\ \ \
| | * | | drm/amd/display: Allow z8/z10 from driverCharlene Liu2024-01-051-0/+2
| | * | | drm/amd/display: fix bandwidth validation failure on DCN 2.1Melissa Wen2024-01-051-1/+1
| | * | | drm/amdgpu: apply the RV2 system aperture fix to RN/CZN as wellAlex Deucher2024-01-054-5/+15
| | * | | drm/amd/display: Move fixpt_from_s3132 to amdgpu_dmHarry Wentland2024-01-052-15/+15
| | * | | drm/amd/display: Fix recent checkpatch errors in amdgpu_dmHarry Wentland2024-01-053-6/+5
| | * | | Revert "drm/amdkfd: Relocate TBA/TMA to opposite side of VM hole"Kaibo Ma2024-01-051-13/+13
| | * | | drm/amd/display: avoid stringop-overflow warnings for dp_decide_lane_settings()Arnd Bergmann2024-01-052-2/+2
| | * | | drm/amd/display: Fix power_helpers.c codestyleMarcelo Mendes Spessoto Junior2024-01-051-1/+1
| | * | | drm/amd/display: Fix hdcp_log.h codestyleMarcelo Mendes Spessoto Junior2024-01-051-4/+6
| | * | | drm/amd/display: Fix hdcp2_execution.c codestyleMarcelo Mendes Spessoto Junior2024-01-051-4/+2
| | * | | drm/amd/display: Fix hdcp_psp.h codestyleMarcelo Mendes Spessoto Junior2024-01-051-5/+5
| | * | | drm/amd/display: Fix freesync.c codestyleMarcelo Mendes Spessoto Junior2024-01-051-2/+2
| | * | | drm/amd/display: Fix hdcp_psp.c codestyleMarcelo Mendes Spessoto Junior2024-01-051-2/+2
| | * | | drm/amd/display: Fix hdcp1_execution.c codestyleMarcelo Mendes Spessoto Junior2024-01-051-2/+2
| | * | | drm/amd/pm/smu7: fix a memleak in smu7_hwmgr_backend_initZhipeng Lu2024-01-051-1/+5
| | * | | drm/amdkfd: Fix iterator used outside loop in 'kfd_add_peer_prop()'Srinivasan Shanmugam2024-01-051-11/+13
| | * | | drm/amdgpu: Drop 'fence' check in 'to_amdgpu_amdkfd_fence()'Srinivasan Shanmugam2024-01-051-1/+1
| | * | | drm/amdkfd: Confirm list is non-empty before utilizing list_first_entry in kf...Srinivasan Shanmugam2024-01-051-9/+12
| | * | | drm/amdgpu: Fix '*fw' from request_firmware() not released in 'amdgpu_ucode_r...Srinivasan Shanmugam2024-01-051-1/+5
| | * | | drm/amdgpu: Fix variable 'mca_funcs' dereferenced before NULL check in 'amdgp...Srinivasan Shanmugam2024-01-051-4/+4
| | * | | drm/amdgpu: add param to specify fw bo location for front-door loadingLe Ma2024-01-054-2/+10
| | * | | drm/amdgpu: Remove unreachable code in 'atom_skip_src_int()'Srinivasan Shanmugam2024-01-051-1/+0
| | * | | drm/amd/display: Removing duplicate copyright textMarcelo Mendes Spessoto Junior2024-01-051-28/+0
| | * | | drm/amdgpu: skip gpu_info fw loading on navi12Alex Deucher2024-01-051-9/+2
| | * | | drm/amd/display: add nv12 bounding boxAlex Deucher2024-01-051-1/+109
| | * | | drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP displays ...Joshua Ashton2024-01-052-8/+13
| | * | | Revert "drm/amdgpu: enable mca debug mode on APU by default"Hawking Zhang2024-01-051-2/+1
| | * | | drm/amd/pm: Add mem_busy_percent for GCv9.4.3 apuAsad Kamal2024-01-051-1/+3
| | * | | drm/amdkfd: Fix type of 'dbg_flags' in 'struct kfd_process'Srinivasan Shanmugam2024-01-031-1/+1
| | * | | drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_he...Srinivasan Shanmugam2024-01-031-0/+3
| | * | | drm/amdgpu: Drop redundant unsigned >=0 comparision 'amdgpu_gfx_rlc_init_micr...Srinivasan Shanmugam2024-01-031-6/+5