aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2024-01-15drm/ci: Update xfails for newly added msm testsVignesh Raman4-16/+27
2024-01-15drm/ci: Add msm testsRob Clark1-0/+49
2024-01-15drm/xe: Fix bounds checking in __xe_bo_placement_for_flags()Brian Welty1-6/+6
2024-01-15drm/xe/migrate: Fix CCS copy for small VRAM copy chunksThomas Hellström2-50/+80
2024-01-15drm/xe: unlock on error path in xe_vm_add_compute_exec_queue()Dan Carpenter1-3/+4
2024-01-15drm/xe/selftests: Fix an error pointer dereference bugDan Carpenter1-3/+2
2024-01-15drm/xe/device: clean up on error in probe()Dan Carpenter1-1/+1
2024-01-15drm/xe: Fix build bug for GCC 11Paul E. McKenney1-1/+0
2024-01-15drm/xe: Check skip_guc_pc before setting SLPC flagVinay Belgaumkar2-1/+9
2024-01-15drm/xe: Fix modifying exec_queue priority in xe_migrate_initBrian Welty4-9/+14
2024-01-15drm/xe: Fix guc_exec_queue_set_priorityBrian Welty1-1/+1
2024-01-15drm/xe: Annotate xe_ttm_stolen_mgr::mapping with __iomemThomas Hellström1-2/+2
2024-01-15drm/xe: Annotate multiple mmio pointers with __iomemThomas Hellström1-3/+3
2024-01-15drm/xe: Annotate xe_mem_region::mapping with __iomemThomas Hellström2-3/+3
2024-01-15drm/xe: Use __iomem for the regs pointerThomas Hellström1-1/+1
2024-01-15drm/xe/vm: Fix an error pathThomas Hellström1-3/+5
2024-01-15drm/xe: Fix exec IOCTL long running exec queue ring full conditionMatthew Brost1-3/+4
2024-01-15drm/xe: Fix definition of intel_wakeref_tJosé Roberto de Souza1-1/+1
2024-01-15drm/ttm: fix ttm pool initialization for no-dma-device driversFedor Pchelkin1-2/+7
2024-01-15drm/panel: nt36523: Set 120Hz fps for xiaomi,elish panelsJianhua Lu1-4/+2
2024-01-15Merge drm/drm-next into drm-intel-nextJani Nikula2081-29600/+412461
2024-01-15nouveau/gsp: handle engines in runl without nonstall interrupts.Dave Airlie3-7/+7
2024-01-15drm/i915/psr: CAN_PSR and CAN_PANEL_REPLAY can be now local definesJouni Högander2-6/+6
2024-01-15drm/i915/display: No need for full modeset due to psrJouni Högander2-14/+0
2024-01-15Merge tag 'drm-misc-next-fixes-2024-01-11' of git://anongit.freedesktop.org/d...Dave Airlie2-13/+11
2024-01-12Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+4
2024-01-12Merge tag 'fbdev-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+2
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1377-20901/+123006
2024-01-12drm/xe: display support should not depend on EXPERTJani Nikula1-1/+1
2024-01-12drm/xe: Fix bounds checking in __xe_bo_placement_for_flags()Brian Welty1-6/+6
2024-01-12drm/xe/migrate: Cap PTEs written by MI_STORE_DATA_IMM to 510Matt Roper1-5/+14
2024-01-12drm: Clean-up superfluously selecting VT_HW_CONSOLE_BINDINGLukas Bulwahn4-4/+0
2024-01-12drm/hyperv: Remove firmware framebuffers with aperture helperThomas Zimmermann1-6/+2
2024-01-12drm/xe: Fix potential deadlock in __fini_dbmMichal Wajdeczko1-11/+16
2024-01-12drm/xe: Allow to exclude part of GGTT from allocationsMichal Wajdeczko2-0/+74
2024-01-12drm/panel: Simplify with dev_err_probe()Chen Haonan1-12/+6
2024-01-12drm/panel: Add support for Novatek NT36672E panel driverRitesh Kumar3-0/+654
2024-01-12drm/panel/raydium-rm692e5: select CONFIG_DRM_DISPLAY_DP_HELPERArnd Bergmann1-0/+2
2024-01-12drm/panel: samsung-s6d7aa0: drop DRM_BUS_FLAG_DE_HIGH for lsl080al02Artur Weber1-1/+1
2024-01-12drm/panel: Add driver for BOE TH101MB31IG002-28A panelAlexander Warnecke3-0/+334
2024-01-12drm: panel: simple: convert LG LB070WV8 fixed mode into display timingsAlexander Stein1-12/+12
2024-01-12drm: panel-simple: add missing bus flags for Tianma tm070jvhg[30/33]Markus Niebel1-0/+2
2024-01-12drm/xe/guc: Use HXG definitions on HXG messagesMichal Wajdeczko1-28/+44
2024-01-11drm/xe/guc: Return CTB response lengthMichal Wajdeczko1-1/+1
2024-01-11drm/xe/guc: Treat non-response message after BUSY as unexpectedMichal Wajdeczko1-1/+5
2024-01-11drm/xe: Split GuC communication initializationMichal Wajdeczko2-4/+18
2024-01-11drm/v3d: Show the memory-management stats on debugfsMaíra Canal1-0/+15
2024-01-11drm/v3d: Free the job and assign it to NULL if initialization failsMaíra Canal1-7/+28
2024-01-11drm/ttm/tests: Fix argument in ttm_tt_kunit_init()Karolina Stolarek1-2/+1
2024-01-11drm/vc4: don't check if plane->state->fb == state->fbMaíra Canal1-4/+1