summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/imagination: Ensure PVR_MIPS_PT_PAGE_COUNT is never zeroMatt Coster2024-04-291-2/+3
* drm/ttm: Print the memory decryption status just onceZack Rusin2024-04-251-1/+1
* drm/vmwgfx: Fix Legacy Display UnitIan Forbes2024-04-251-0/+1
* fbdev: fix incorrect address computation in deferred IONam Cao2024-04-241-1/+1
* drm/atomic-helper: fix parameter order in drm_format_conv_state_copy() callLucas Stach2024-04-191-2/+2
* drm/gma500: Remove lid codePatrik Jakobsson2024-04-184-94/+1
* 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/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
* accel/ivpu: Fix deadlock in context_xaJacek Lawrynowicz2024-04-081-1/+1
* accel/ivpu: Fix missed error message after VPU renameJacek Lawrynowicz2024-04-081-1/+1
* accel/ivpu: Return max freq for DRM_IVPU_PARAM_CORE_CLOCK_RATEJacek Lawrynowicz2024-04-084-20/+17
* accel/ivpu: Improve clarity of MMU error messagesWachowski, Karol2024-04-081-4/+4
* accel/ivpu: Put NPU back to D3hot after failed resumeJacek Lawrynowicz2024-04-081-0/+1
* accel/ivpu: Fix PCI D0 state entry in resumeWachowski, Karol2024-04-081-2/+2
* accel/ivpu: Remove d3hot_after_power_off WAJacek Lawrynowicz2024-04-084-20/+14
* accel/ivpu: Check return code of ipc->lock initWachowski, Karol2024-04-081-2/+6
* 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-052-5/+52
* 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
* drm/display: fix typoOleksandr Natalenko2024-04-011-2/+2
* drm/prime: Unbreak virtgpu dma-buf exportRob Clark2024-03-281-1/+6
* nouveau/uvmm: fix addr/range calcs for remap operationsDave Airlie2024-03-281-3/+3
* drm/nouveau/gr/gf100: Remove second semicolonColin Ian King2024-03-281-1/+1
* drm/panfrost: fix power transition timeout warningsChristian Hewitt2024-03-281-3/+3
* drm/qxl: remove unused variable from `qxl_process_single_command()`Miguel Ojeda2024-03-281-3/+1
* drm/qxl: remove unused `count` variable from `qxl_surface_id_alloc()`Miguel Ojeda2024-03-281-2/+0
* drm/vmwgfx: Create debugfs ttm_resource_manager entry only if neededJocelyn Falempe2024-03-271-6/+9
* drm/rockchip: vop2: Remove AR30 and AB30 format supportAndy Yan2024-03-261-2/+0
* fbdev: Select I/O-memory framebuffer ops for SBusThomas Zimmermann2024-03-251-0/+3
* Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann2024-03-2511042-204322/+653510
|\
| * Linux 6.9-rc1v6.9-rc1Linus Torvalds2024-03-241-2/+2
| * Merge tag 'efi-fixes-for-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-244-2/+14
| |\
| | * efi: fix panic in kdump kernelOleksandr Tymoshenko2024-03-241-0/+2
| | * x86/efistub: Don't clear BSS twice in mixed modeArd Biesheuvel2024-03-241-1/+2
| | * x86/efistub: Call mixed mode boot services on the firmware's stackArd Biesheuvel2024-03-241-0/+9
| | * efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or higher...KONDO KAZUMA(近藤 和真)2024-03-221-1/+1