summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-xe-fixes-2024-04-18' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie2024-04-192-12/+17
|\
| * drm/xe/vm: prevent UAF with asid based lookupMatthew Auld2024-04-171-10/+11
| * drm/xe: Fix bo leak in intel_fb_bo_framebuffer_initMaarten Lankhorst2024-04-171-2/+6
* | Merge tag 'drm-misc-fixes-2024-04-18' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2024-04-1917-57/+186
|\ \
| * | drm/panel: novatek-nt36682e: don't unregister DSI deviceDmitry Baryshkov2024-04-161-2/+0
| * | drm/panel: visionox-rm69299: don't unregister DSI deviceDmitry Baryshkov2024-04-161-2/+0
| * | drm/nouveau/dp: Don't probe eDP ports twice harderLyude Paul2024-04-151-5/+8
| * | drm/nouveau/kms/nv50-: Disable AUX bus for disconnected DP portsLyude Paul2024-04-151-0/+10
| * | drm/v3d: Don't increment `enabled_ns` twiceMaíra Canal2024-04-151-4/+0
| * | drm/vmwgfx: Sort primary plane formats by order of preferenceZack Rusin2024-04-151-2/+2
| * | drm/vmwgfx: Fix crtc's atomic check conditionalZack Rusin2024-04-151-3/+8
| * | drm/vmwgfx: Fix prime import/exportZack Rusin2024-04-158-22/+117
| * | drm/ttm: stop pooling cached NUMA pages v2Christian König2024-04-151-10/+28
| * | drm: nv04: Fix out of bounds accessMikhail Kobuk2024-04-151-6/+7
| * | nouveau: fix instmem race condition around ptr storesDave Airlie2024-04-151-1/+6
* | | drm/radeon: silence UBSAN warning (v3)Alex Deucher2024-04-171-5/+5
* | | drm/radeon: make -fstrict-flex-arrays=3 happyAlex Deucher2024-04-171-2/+6
* | | drm/amdgpu: fix visible VRAM handling during faultsChristian König2024-04-175-57/+53
* | | drm/amdgpu: validate the parameters of bo mapping operations more clearlyxinhui pan2024-04-171-26/+46
* | | Revert "drm/amd/display: fix USB-C flag update after enc10 feature init"Alex Deucher2024-04-172-7/+5
* | | drm/amdkfd: Fix memory leak in create_process failureFelix Kuehling2024-04-171-2/+2
* | | drm/amdgpu: remove invalid resource->start check v2Christian König2024-04-171-4/+0
| |/ |/|
* | amdkfd: use calloc instead of kzalloc to avoid integer overflowDave Airlie2024-04-121-2/+2
* | Merge tag 'drm-msm-next-2024-04-11' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2024-04-128-20/+54
|\ \
| * | drm/msm/adreno: Set highest_bank_bit for A619Luca Weiss2024-04-051-0/+4
| * | drm/msm: fix the `CRASHDUMP_READ` target of `a6xx_get_shader_block()`Miguel Ojeda2024-04-051-1/+1
| * | drm/msm/dp: fix typo in dp_display_handle_port_status_changed()Abhinav Kumar2024-04-011-2/+2
| * | drm/msm/dpu: make error messages at dpu_core_irq_register_callback() more sen...Dmitry Baryshkov2024-04-011-4/+4
| * | drm/msm/dp: assign correct DP controller ID to x1e80100 interface tableKuogee Hsieh2024-03-291-3/+31
| * | drm/msm/dpu: don't allow overriding data from catalogDmitry Baryshkov2024-03-291-5/+5
| * | drm/msm: Add newlines to some debug printsStephen Boyd2024-03-292-5/+5
| * | drm/msm/dp: fix runtime PM leak on connect failureJohan Hovold2024-03-291-0/+1
| * | drm/msm/dp: fix runtime PM leak on disconnectJohan Hovold2024-03-291-0/+1
* | | Merge tag 'drm-xe-fixes-2024-04-11' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie2024-04-125-15/+9
|\ \ \
| * | | drm/xe: Label RING_CONTEXT_CONTROL as maskedAshutosh Dixit2024-04-112-4/+3
| * | | drm/xe/xe_migrate: Cast to output precision before multiplying operandsHimal Prasad Ghimiray2024-04-111-4/+4
| * | | drm/xe/hwmon: Cast result to output precision on left shift of operandKarthik Poosa2024-04-111-2/+2
| * | | drm/xe/display: Fix double mutex initializationLucas De Marchi2024-04-111-5/+0
* | | | Merge tag 'drm-misc-fixes-2024-04-11' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2024-04-128-25/+72
|\ \ \ \ | | |_|/ | |/| |
| * | | drm/vmwgfx: Enable DMA mappings with SEVZack Rusin2024-04-091-5/+6
| * | | drm/client: Fully protect modes[] with dev->mode_config.mutexVille Syrjälä2024-04-081-1/+2
| * | | gpu: host1x: Do not setup DMA for virtual devicesThierry Reding2024-04-081-8/+0
| * | | nouveau: fix function cast warningArnd Bergmann2024-04-051-1/+6
| * | | nouveau/gsp: Avoid addressing beyond end of rpc->entriesKees Cook2024-04-051-1/+1
| * | | Revert "drm/qxl: simplify qxl_fence_wait"Alex Constantino2024-04-051-5/+45
| * | | drm/ast: Fix soft lockupJammy Huang2024-04-051-0/+3
| * | | drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr()Boris Brezillon2024-04-041-4/+9
* | | | Merge tag 'amd-drm-fixes-6.9-2024-04-10' of https://gitlab.freedesktop.org/ag...Dave Airlie2024-04-1132-127/+652
|\ \ \ \
| * | | | drm/amdgpu: differentiate external rev id for gfx 11.5.0Yifan Zhang2024-04-101-1/+4
| * | | | drm/amd/display: Adjust dprefclk by down spread percentage.Zhongwei2024-04-092-4/+54