aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
2024-03-13drm/xe: Skip VMAs pin when requesting signal to the last XE_EXECJosé Roberto de Souza1-18/+23
2024-03-13drm/xe: Use xe_assert in xe_device_assert_mem_accessMatthew Brost1-1/+1
2024-03-13drm/xe/xe_exec : In xe_exec_ioctl remove deadcodeHimal Prasad Ghimiray1-4/+1
2024-03-13drm/xe: Return if kobj creation is failedHimal Prasad Ghimiray1-1/+3
2024-03-13drm/xe/xe_tracer: Align fence output format in ftrace logShuicheng Lin1-3/+3
2024-03-13drm/xe: Group live kunit testsLucas De Marchi6-21/+12
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+1
2024-03-13drm/xe: Invalidate userptr VMA on page pin faultMatthew Brost4-16/+29
2024-03-13drm/xe/lnl: Enable display supportBalasubramani Vivekanandan1-0/+1
2024-03-12drm/xe/uapi: Add IP version and stepping to GT list queryMatt Roper1-0/+8
2024-03-11Merge tag 'linux_kselftest-kunit-6.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-4/+4
2024-03-11Merge branch 'pm-runtime'Rafael J. Wysocki1-1/+1
2024-03-11drm/xe/hdcp: Fix condition for hdcp gsc cs requirementSuraj Kandpal1-1/+1
2024-03-08drm/xe/pvc: Fix WA 18020744125Lucas De Marchi1-0/+5
2024-03-08drm/xe: Remove unused FF_SLICE_CS_CHICKEN2Lucas De Marchi1-3/+0
2024-03-08drm/xe/gsc: Fix kernel doc for xe_gsc_create_host_session_idSuraj Kandpal1-1/+1
2024-03-07drm/xe: Fix NULL check in xe_ggtt_init()Maarten Lankhorst1-2/+1
2024-03-07drm/xe: Declare __xe_lrc_*_ggtt_addr with __maybe__unusedDawei Li1-1/+1
2024-03-07drm/xe: Return immediately on tile_init failureRodrigo Vivi1-2/+3
2024-03-06drm/xe: Return immediately on tile_init failureRodrigo Vivi1-2/+3
2024-03-06drm/xe: Remove unused 'create' parameter from queue property logicNirmoy Das1-19/+11
2024-03-06drm/xe: Drop WA 16015675438Lucas De Marchi3-15/+1
2024-03-06drm/xe/hdcp: Enable HDCP for XESuraj Kandpal4-5/+214
2024-03-06drm/xe: Use gsc_proxy_init_done to check proxy statusSuraj Kandpal3-3/+31
2024-03-06drm/xe/hdcp: Use xe_device structSuraj Kandpal1-7/+8
2024-03-05drm/xe: Do not grab forcewakes when issuing GGTT TLB invalidation via GuCMatthew Brost2-7/+2
2024-03-05drm/xe/xelpg: Extend some workarounds to graphics version 12.74Matt Roper2-4/+5
2024-03-05drm/xe/xelpg: Recognize graphics version 12.74 as Xe_LPGMatt Roper2-2/+3
2024-03-05drm/xe: Pipeline evict / restore of pinned BOs during suspend / resumeMatthew Brost2-9/+1
2024-03-04drm/xe: Convert xe_pm_runtime_{get, put} to void and protect from recursionRodrigo Vivi2-13/+16
2024-03-04drm/xe: Create a xe_pm_runtime_resume_and_get variant for displayRodrigo Vivi3-5/+19
2024-03-04drm/xe: Fix display runtime_pm handlingRodrigo Vivi3-1/+19
2024-03-04drm/xe: Replace 'grouped target' in Makefile with pattern ruleDafna Hirschfeld1-1/+2
2024-03-04drm/xe: Fix ref counting leak on page faultMatthew Brost1-2/+4
2024-03-04drm/xe: Remove obsolete async_ops from struct xe_vmMika Kuoppala1-24/+0
2024-03-04drm/xe/guc: Fix missing topology initZhanjun Dong1-2/+1
2024-03-04drm/xe/xe2: fix 64-bit division in pte_update_sizeArnd Bergmann1-1/+1
2024-03-04drm/xe/kunit: fix link failure with built-in xeArnd Bergmann3-3/+5
2024-03-04drm/xe: Implement capture of HWSP and HWCTXMaarten Lankhorst1-1/+63
2024-03-04drm/xe: Add infrastructure for delayed LRC captureMaarten Lankhorst6-4/+35
2024-03-04drm/xe: Move lrc snapshot capturing to xe_lrc.cMaarten Lankhorst5-34/+63
2024-03-04drm/xe: Replace 'grouped target' in Makefile with pattern ruleDafna Hirschfeld1-1/+2
2024-03-01drm/xe: Fix ref counting leak on page faultMatthew Brost1-2/+4
2024-02-29drm/xe/mocs: Fix DG2 kunitLucas De Marchi1-2/+6
2024-02-29drm/xe/mocs: Allow odd number of entries on testLucas De Marchi1-30/+37
2024-02-29drm/xe/mocs: Move warn/assertion upLucas De Marchi2-3/+6
2024-02-29drm/xe/mocs: Be explicit when logging number of entriesLucas De Marchi1-2/+3
2024-02-29drm/xe/mocs: Refactor mocs/l3cc loopLucas De Marchi2-18/+18
2024-02-29drm/xe: Fix build error in xe_ggtt.cMatthew Brost1-0/+1
2024-02-29drm/xe: Add LRC parsing for more GPU instructionsMatt Roper4-0/+53