index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-21
drm/xe: Only set xe_vma_op.map fields for GPUVA map operations
Matthew Brost
1
-41
/
+18
2023-12-21
drm/xe: Remove GEN[0-9]*_ prefixes
Lucas De Marchi
11
-52
/
+52
2023-12-21
drm/xe/mocs: Bring comment about mocs back to reality
Lucas De Marchi
1
-21
/
+11
2023-12-21
drm/xe: Fold GEN11_MOCS_ENTRIES into gen12_mocs_desc
Lucas De Marchi
1
-116
/
+112
2023-12-21
drm/xe/bo: don't hold dma-resv lock over drm_gem_handle_create
Matthew Auld
1
-8
/
+12
2023-12-21
drm/xe/guc: Use valid scratch register for posting read
Michal Wajdeczko
1
-1
/
+1
2023-12-21
drm/xe/guc: Fix handling of GUC_HXG_TYPE_NO_RESPONSE_BUSY
Michal Wajdeczko
1
-3
/
+14
2023-12-21
drm/xe/guc: Copy response data from proper registers
Michal Wajdeczko
1
-1
/
+1
2023-12-21
drm/xe/guc: Fix wrong assert about full_len
Michal Wajdeczko
1
-1
/
+1
2023-12-21
drm/xe/dg2: Wa_18028616096 now applies to all DG2
Matt Roper
1
-6
/
+1
2023-12-21
drm/xe/uapi: Be more specific about the vm_bind prefetch region
Rodrigo Vivi
1
-7
/
+8
2023-12-21
drm/xe/uapi: Differentiate WAIT_OP from WAIT_MASK
Rodrigo Vivi
1
-7
/
+7
2023-12-21
drm/xe/uapi: Standardize the FLAG naming and assignment
Rodrigo Vivi
1
-1
/
+1
2023-12-21
drm/xe/uapi: Rename query's mem_usage to mem_regions
Rodrigo Vivi
1
-8
/
+8
2023-12-21
drm/xe/uapi: Rename *_mem_regions masks
Rodrigo Vivi
1
-4
/
+4
2023-12-21
drm/xe/uapi: Change rsvd to pad in struct drm_xe_class_instance
Francois Dugast
1
-1
/
+4
2023-12-21
drm/xe/uapi: Add _FLAG to uAPI constants usable for flags
Francois Dugast
4
-30
/
+30
2023-12-21
drm/xe/uapi: Add missing DRM_ prefix in uAPI constants
Francois Dugast
7
-78
/
+78
2023-12-21
drm/xe: Make xe_mmio_tile_vram_size() static
Brian Welty
3
-7
/
+4
2023-12-21
drm/xe/pmu: Drop interrupt pmu event
Aravind Iddamsetty
3
-40
/
+5
2023-12-21
drm/xe/uapi: Remove unused QUERY_CONFIG_GT_COUNT
Francois Dugast
1
-1
/
+0
2023-12-21
drm/xe/uapi: Remove unused QUERY_CONFIG_MEM_REGION_COUNT
Francois Dugast
1
-2
/
+0
2023-12-21
drm/xe/uapi: Kill VM_MADVISE IOCTL
Rodrigo Vivi
6
-321
/
+7
2023-12-21
drm/xe/uapi: Remove GT_TYPE_REMOTE
Rodrigo Vivi
1
-2
/
+0
2023-12-21
drm/xe/uapi: Remove useless XE_QUERY_CONFIG_NUM_PARAM
Francois Dugast
1
-1
/
+1
2023-12-21
drm/xe/guc: Promote guc_to_gt/xe helpers to .h
Michal Wajdeczko
7
-60
/
+11
2023-12-21
drm/xe/display: Add writing of remapped dpt
Juha-Pekka Heikkila
1
-6
/
+46
2023-12-21
drm/xe/display: Don't try to use vram if not available
Juha-Pekka Heikkila
1
-5
/
+6
2023-12-21
drm/xe/hdcp: Define intel_hdcp_gsc_check_status in Xe
Suraj Kandpal
1
-0
/
+10
2023-12-21
drm/xe/display: Create a dummy version for vga decode
Uma Shankar
2
-0
/
+17
2023-12-21
drm/xe/display: Add Xe implementation for fence checks used by fbc code
Jouni Högander
3
-0
/
+14
2023-12-21
drm/xe/display: Add i915_gem.h compatibility header
Jouni Högander
2
-0
/
+10
2023-12-21
drm/xe/display: Xe stolen memory handling for fbc support
Jouni Högander
2
-0
/
+80
2023-12-21
drm/xe/display: Add empty define for i915_ggtt_clear_scanout
Jouni Högander
1
-0
/
+1
2023-12-21
drm/xe/display: Add empty def for i915_gem_object_flush_if_display
Jouni Högander
1
-0
/
+2
2023-12-21
drm/xe/display: Add i915_active.h compatibility header
Jouni Högander
1
-0
/
+22
2023-12-21
drm/xe/display: Add frontbuffer setter/getter for xe_bo
Jouni Högander
1
-0
/
+12
2023-12-21
drm/xe/display: Add macro to get i915 device from xe_bo
Jouni Högander
1
-0
/
+3
2023-12-21
drm/xe/display: Add struct i915_active for Xe
Jouni Högander
1
-0
/
+13
2023-12-21
drm/xe/display: Use acpi_target_system_state only if ACPI_SLEEP is enabled
Francois Dugast
1
-2
/
+11
2023-12-21
drm/xe/display: fix error handling flow when device probing fails
Koby Elbaz
1
-2
/
+2
2023-12-21
drm/xe/display: ensure clear-color surfaces are cpu mappable
Matthew Auld
1
-0
/
+17
2023-12-21
drm/xe/display: Silence kernel-doc warnings related to display
Lucas De Marchi
1
-0
/
+2
2023-12-21
drm/xe/display: Improve s2idle handling.
Maarten Lankhorst
3
-14
/
+4
2023-12-21
drm/xe/display: Implement display support
Maarten Lankhorst
59
-51
/
+2873
2023-12-21
drm/xe: Use pool of ordered wq for GuC submission
Matthew Brost
2
-4
/
+71
2023-12-21
drm/xe: Raise GT frequency before GuC/HuC load
Vinay Belgaumkar
4
-2
/
+57
2023-12-21
drm/xe: Fix build with KUNIT=m
Lucas De Marchi
1
-1
/
+1
2023-12-21
drm/xe: Drop EXECLIST_CONTROL from error state dump
Matt Roper
2
-6
/
+0
2023-12-21
drm/xe/tests: Fix migrate test
Pallavi Mishra
1
-1
/
+1
[next]