index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
drm
/
i915
Age
Commit message (
Expand
)
Author
2024-09-24
___linux__ -> __linux__
Jonathan Gray
2024-09-20
remove unneeded semicolons; checked by millert@
Jonathan Gray
2024-09-19
don't warn when returning early in hdcp functions
Jonathan Gray
2024-09-19
drm/i915/guc: prevent a possible int overflow in wq offsets
Jonathan Gray
2024-09-12
drm/i915/fence: Mark debug_fence_free() with __maybe_unused
Jonathan Gray
2024-09-12
drm/i915/fence: Mark debug_fence_init_onstack() with __maybe_unused
Jonathan Gray
2024-09-12
drm/i915: Do not attempt to load the GSC multiple times
Jonathan Gray
2024-08-29
unstub pdev_to_i915()
Jonathan Gray
2024-08-29
call pci_set_drvdata() on attach
Jonathan Gray
2024-08-19
correct vm_fault_gtt() merge error in rev 1.19
Jonathan Gray
2024-08-15
drm/i915/gem: Adjust vma offset for framebuffer mmap offset
Jonathan Gray
2024-08-15
drm/i915/gem: Fix Virtual Memory mapping boundaries calculation
Jonathan Gray
2024-08-13
drm/i915/pxp/mtl: Update pxp-firmware packet size
Jonathan Gray
2024-08-13
drm/i915/mtl: Wake GT before sending H2G message
Jonathan Gray
2024-08-13
drm/i915/mtl: Don't set PIPE_CONTROL_FLUSH_L3
Jonathan Gray
2024-08-13
drm/i915: Fix possible int overflow in skl_ddi_calculate_wrpll()
Jonathan Gray
2024-08-13
drm/i915/hdcp: Fix HDCP2_STREAM_STATUS macro
Jonathan Gray
2024-08-13
i915/perf: Remove code to update PWR_CLK_STATE for gen12
Jonathan Gray
2024-08-13
drm/i915: Prevent potential null-ptr-deref in engine_init_common
Jonathan Gray
2024-08-13
sync
Jonathan Gray
2024-08-13
drm/i915/mtl: Remove the 'force_probe' requirement for Meteor Lake
Jonathan Gray
2024-08-13
force primary and console on Meteor Lake
Jonathan Gray
2024-08-13
drm/i915: Annotate more of the BIOS fb takeover failure paths
Jonathan Gray
2024-08-13
drm/i915: Try to relocate the BIOS fb to the start of ggtt
Jonathan Gray
2024-08-13
drm/i915: Tweak BIOS fb reuse check
Jonathan Gray
2024-08-13
drm/i915/fbdev: Fix smem_start for LMEMBAR stolen objects
Jonathan Gray
2024-08-13
drm/i915: Simplify intel_initial_plane_config() calling convention
Jonathan Gray
2024-08-13
drm/i915: Split the smem and lmem plane readout apart
Jonathan Gray
2024-08-13
drm/i915: s/phys_base/dma_addr/
Jonathan Gray
2024-08-13
drm/i915: Fix MTL initial plane readout
Jonathan Gray
2024-08-13
drm/i915: Fix region start during initial plane readout
Jonathan Gray
2024-08-13
drm/i915: Fix PTE decode during initial plane readout
Jonathan Gray
2024-08-13
drm/i915: Rename the DSM/GSM registers
Jonathan Gray
2024-08-13
drm/i915: Disable the "binder"
Jonathan Gray
2024-08-13
drm/i915: Bypass LMEMBAR/GTTMMADR for MTL stolen memory access
Jonathan Gray
2024-08-13
drm/i915: Remove ad-hoc lmem/stolen debugs
Jonathan Gray
2024-08-12
drm/i915: Print memory region info during probe
Jonathan Gray
2024-08-12
drm/i915: Use struct resource for memory region IO as well
Jonathan Gray
2024-08-12
drm/i915: Enable GGTT updates with binder in MTL
Jonathan Gray
2024-08-12
drm/i915: Toggle binder context ready status
Jonathan Gray
2024-08-12
drm/i915: Implement GGTT update method with MI_UPDATE_GTT
Jonathan Gray
2024-08-12
drm/i915: Parameterize binder context creation
Jonathan Gray
2024-08-12
drm/i915: Implement for_each_sgt_daddr_next
Jonathan Gray
2024-08-12
drm/i915: Create a kernel context for GGTT updates
Jonathan Gray
2024-08-12
drm/i915: Lift runtime-pm acquire callbacks out of intel_wakeref.mutex
Jonathan Gray
2024-08-12
remove unused vars in local functions
Jonathan Gray
2024-08-12
use INTEL_INFO for early platform tests in inteldrm_attach()
Jonathan Gray
2024-08-10
drm/i915/huc: Allow for very slow HuC loading
Jonathan Gray
2024-08-10
reduce diff to linux in ggtt_probe_common()
Jonathan Gray
2024-08-09
enable GuC authentication of HuC
Jonathan Gray
[next]