summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/i915
AgeCommit message (Expand)Author
2024-11-05The first field of struct cfdriver is a pointer. Put NULL rather than 0 here.Miod Vallat
2024-10-18drm/i915/hdcp: fix connector refcountingJonathan Gray
2024-10-11drm/i915/gem: fix bitwise and logical AND mixupJonathan Gray
2024-09-24___linux__ -> __linux__Jonathan Gray
2024-09-20remove unneeded semicolons; checked by millert@Jonathan Gray
2024-09-19don't warn when returning early in hdcp functionsJonathan Gray
2024-09-19drm/i915/guc: prevent a possible int overflow in wq offsetsJonathan Gray
2024-09-12drm/i915/fence: Mark debug_fence_free() with __maybe_unusedJonathan Gray
2024-09-12drm/i915/fence: Mark debug_fence_init_onstack() with __maybe_unusedJonathan Gray
2024-09-12drm/i915: Do not attempt to load the GSC multiple timesJonathan Gray
2024-08-29unstub pdev_to_i915()Jonathan Gray
2024-08-29call pci_set_drvdata() on attachJonathan Gray
2024-08-19correct vm_fault_gtt() merge error in rev 1.19Jonathan Gray
2024-08-15drm/i915/gem: Adjust vma offset for framebuffer mmap offsetJonathan Gray
2024-08-15drm/i915/gem: Fix Virtual Memory mapping boundaries calculationJonathan Gray
2024-08-13drm/i915/pxp/mtl: Update pxp-firmware packet sizeJonathan Gray
2024-08-13drm/i915/mtl: Wake GT before sending H2G messageJonathan Gray
2024-08-13drm/i915/mtl: Don't set PIPE_CONTROL_FLUSH_L3Jonathan Gray
2024-08-13drm/i915: Fix possible int overflow in skl_ddi_calculate_wrpll()Jonathan Gray
2024-08-13drm/i915/hdcp: Fix HDCP2_STREAM_STATUS macroJonathan Gray
2024-08-13i915/perf: Remove code to update PWR_CLK_STATE for gen12Jonathan Gray
2024-08-13drm/i915: Prevent potential null-ptr-deref in engine_init_commonJonathan Gray
2024-08-13syncJonathan Gray
2024-08-13drm/i915/mtl: Remove the 'force_probe' requirement for Meteor LakeJonathan Gray
2024-08-13force primary and console on Meteor LakeJonathan Gray
2024-08-13drm/i915: Annotate more of the BIOS fb takeover failure pathsJonathan Gray
2024-08-13drm/i915: Try to relocate the BIOS fb to the start of ggttJonathan Gray
2024-08-13drm/i915: Tweak BIOS fb reuse checkJonathan Gray
2024-08-13drm/i915/fbdev: Fix smem_start for LMEMBAR stolen objectsJonathan Gray
2024-08-13drm/i915: Simplify intel_initial_plane_config() calling conventionJonathan Gray
2024-08-13drm/i915: Split the smem and lmem plane readout apartJonathan Gray
2024-08-13drm/i915: s/phys_base/dma_addr/Jonathan Gray
2024-08-13drm/i915: Fix MTL initial plane readoutJonathan Gray
2024-08-13drm/i915: Fix region start during initial plane readoutJonathan Gray
2024-08-13drm/i915: Fix PTE decode during initial plane readoutJonathan Gray
2024-08-13drm/i915: Rename the DSM/GSM registersJonathan Gray
2024-08-13drm/i915: Disable the "binder"Jonathan Gray
2024-08-13drm/i915: Bypass LMEMBAR/GTTMMADR for MTL stolen memory accessJonathan Gray
2024-08-13drm/i915: Remove ad-hoc lmem/stolen debugsJonathan Gray
2024-08-12drm/i915: Print memory region info during probeJonathan Gray
2024-08-12drm/i915: Use struct resource for memory region IO as wellJonathan Gray
2024-08-12drm/i915: Enable GGTT updates with binder in MTLJonathan Gray
2024-08-12drm/i915: Toggle binder context ready statusJonathan Gray
2024-08-12drm/i915: Implement GGTT update method with MI_UPDATE_GTTJonathan Gray
2024-08-12drm/i915: Parameterize binder context creationJonathan Gray
2024-08-12drm/i915: Implement for_each_sgt_daddr_nextJonathan Gray
2024-08-12drm/i915: Create a kernel context for GGTT updatesJonathan Gray
2024-08-12drm/i915: Lift runtime-pm acquire callbacks out of intel_wakeref.mutexJonathan Gray
2024-08-12remove unused vars in local functionsJonathan Gray
2024-08-12use INTEL_INFO for early platform tests in inteldrm_attach()Jonathan Gray