messages from 2024-10-11 19:28:13 to 2024-10-14 09:32:04 UTC [more...]
[PATCH v4 00/12] drm: Introduce DRM client library
2024-10-14 9:32 UTC (17+ messages)
` [PATCH v4 01/12] drm/i915: Select DRM_CLIENT_SELECTION
` [PATCH v4 02/12] drm/xe: "
` [PATCH v4 03/12] drm/fbdev-dma: Select FB_DEFERRED_IO
` [PATCH v4 04/12] drm/fbdev: Select fbdev I/O helpers from modules that require them
` [PATCH v4 05/12] drm/fbdev: Store fbdev module parameters in separate file
` [PATCH v4 06/12] drm/client: Move client event handlers to drm_client_event.c
` [PATCH v4 07/12] drm/client: Move suspend/resume into DRM client callbacks
` [PATCH v4 08/12] drm/amdgpu: Suspend and resume internal clients with client helpers
` [PATCH v4 09/12] drm/nouveau: Suspend and resume "
` [PATCH v4 10/12] drm/radeon: "
` [PATCH v4 11/12] drm/client: Make client support optional
` [PATCH v4 12/12] drm/client: Add client-lib module
` ✓ CI.Patch_applied: success for drm: Introduce DRM client library (rev4)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
[PATCH 1/2] drm/xe/ufence: Prefetch ufence addr to catch bogus address
2024-10-14 9:27 UTC (3+ messages)
` [PATCH 2/2] drm/xe/ufence: Warn if mmget_not_zero() fails
[PATCH v9 00/26] Fix xe_force_wake_get() failure handling
2024-10-14 9:25 UTC (39+ messages)
` ✓ CI.Patch_applied: success for Fix xe_force_wake_get() failure handling (rev10)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` [PATCH v9 01/26] drm/xe: Add member initialized_domains to xe_force_wake()
` [PATCH v9 02/26] drm/xe/forcewake: Change awake_domain datatype
` [PATCH v9 03/26] drm/xe/forcewake: Add a helper xe_force_wake_ref_has_domain()
` [PATCH v9 04/26] drm/xe: Error handling in xe_force_wake_get()
` [PATCH v9 05/26] drm/xe: Modify xe_force_wake_put to handle _get returned mask
` [PATCH v9 06/26] drm/xe/device: Update handling of xe_force_wake_get return
` [PATCH v9 07/26] drm/xe/hdcp: "
` [PATCH v9 08/26] drm/xe/gsc: "
` [PATCH v9 09/26] drm/xe/gt: "
` [PATCH v9 10/26] drm/xe/xe_gt_idle: "
` [PATCH v9 11/26] drm/xe/devcoredump: "
` [PATCH v9 12/26] drm/xe/tests/mocs: Update xe_force_wake_get() return handling
` [PATCH v9 13/26] drm/xe/mocs: Update handling of xe_force_wake_get return
` [PATCH v9 14/26] drm/xe/xe_drm_client: "
` [PATCH v9 15/26] drm/xe/xe_gt_debugfs: "
` [PATCH v9 16/26] drm/xe/guc: "
` [PATCH v9 17/26] drm/xe/huc: "
` [PATCH v9 18/26] drm/xe/oa: Handle force_wake_get failure in xe_oa_stream_init()
` [PATCH v9 19/26] drm/xe/pat: Update handling of xe_force_wake_get return
` [PATCH v9 20/26] drm/xe/gt_tlb_invalidation_ggtt: "
` [PATCH v9 21/26] drm/xe/xe_reg_sr: "
` [PATCH v9 22/26] drm/xe/query: "
` [PATCH v9 23/26] drm/xe/vram: "
` [PATCH v9 24/26] drm/xe: forcewake debugfs open fails on xe_forcewake_get failure
` [PATCH v9 25/26] drm/xe: Ensure __must_check for xe_force_wake_get() return
` [PATCH v9 26/26] drm/xe: Change return type to void for xe_force_wake_put
` ✓ CI.Build: success for Fix xe_force_wake_get() failure handling (rev10)
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "
[PATCH 0/9] Add support for 3 VDSC engines 12 slices
2024-10-14 9:14 UTC (17+ messages)
` [PATCH 1/9] drm/i915/display: Prepare for dsc 3 stream splitter
` [PATCH 2/9] drm/i915/vdsc: Use VDSC0/VDSC1 for LEFT/RIGHT VDSC engine
` [PATCH 3/9] drm/i915/vdsc: Add register bits for VDSC2 engine
` [PATCH 4/9] drm/i915/vdsc: Add support for read/write PPS for DSC3
` [PATCH 5/9] drm/i915/dp: Add check for hdisplay divisible by slice count
` [PATCH 6/9] drm/i915/display: Add DSC pixel replication
` [PATCH 7/9] drm/i915/dp: Compute pixel replication count for DSC 12 slices case
` [PATCH 8/9] drm/i915/dsc: Account for Odd pixel removal
` [PATCH 9/9] drm/i915/dp: Add support for 3 vdsc engines and 12 slices
` ✓ CI.Patch_applied: success for Add support for 3 VDSC engines 12 slices (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
[PATCH v3] drm/xe: add system memory page iterator support to xe_res_cursor
2024-10-14 8:18 UTC (3+ messages)
[PATCH v2] drm/xe/ufence: ufence can be signaled right after wait_woken
2024-10-14 8:06 UTC (11+ messages)
` ✓ CI.Patch_applied: success for drm/xe/ufence: ufence can be signaled right after wait_woken (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.FULL: failure "
[PATCH v4 0/5] Add support for EU stall sampling
2024-10-14 7:54 UTC (14+ messages)
` [PATCH v4 1/5] drm/xe/topology: Add a function to find the index of the last DSS in a mask
` [PATCH v4 2/5] drm/xe/eustall: Introduce API for EU stall sampling
` [PATCH v4 3/5] drm/xe/eustall: Implement EU stall sampling APIs
` [PATCH v4 4/5] drm/xe/query: Add a device query to get EU stall data information
` [PATCH v4 5/5] drm/xe/eustall: Add workaround 22016596838 which applies to PVC
` ✓ CI.Patch_applied: success for Add support for EU stall sampling
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "
[PATCH v3 00/12] drm: Introduce DRM client library
2024-10-14 7:07 UTC (4+ messages)
` [PATCH v3 07/12] drm/client: Move suspend/resume into DRM client callbacks
[PATCH 0/9] Add support for 3 VDSC engines 12 slices
2024-10-14 7:07 UTC (11+ messages)
` [PATCH 1/9] drm/i915/display: Prepare for dsc 3 stream splitter
` [PATCH 2/9] drm/i915/vdsc: Use VDSC0/VDSC1 for LEFT/RIGHT VDSC engine
` [PATCH 3/9] drm/i915/vdsc: Add register bits for VDSC2 engine
` [PATCH 4/9] drm/i915/vdsc: Add support for read/write PPS for DSC3
` [PATCH 5/9] drm/i915/dp: Add check for hdisplay divisible by slice count
` [PATCH 6/9] drm/i915/display: Add DSC pixel replication
` [PATCH 7/9] drm/i915/dp: Compute pixel replication count for DSC 12 slices case
` [PATCH 8/9] drm/i915/dsc: Account for Odd pixel removal
` [PATCH 9/9] drm/i915/dp: Add support for 3 vdsc engines and 12 slices
` ✗ CI.Patch_applied: failure for Add support for 3 VDSC engines "
linux-next: manual merge of the drm-xe tree with the drm-intel tree
2024-10-14 3:24 UTC
[PATCH 0/2] drm: add two missing DRM_DISPLAY_DSC_HELPER selects
2024-10-14 3:20 UTC (4+ messages)
` [PATCH 2/2] drm/msm: add another DRM_DISPLAY_DSC_HELPER selection
[PATCH v4 0/4] drm/xe/vf: Post-migration recovery worker basis
2024-10-13 17:39 UTC (5+ messages)
` [PATCH v4 1/4] drm/xe/vf: React to MIGRATED interrupt
` [PATCH v4 2/4] drm/xe/vf: Send RESFIX_DONE message at end of VF restore
[PATCH 0/5] GuC Buffer Cache
2024-10-13 17:30 UTC (7+ messages)
` [PATCH 1/5] drm/xe/guc: Introduce the "
[PATCH 0/7] DP DSC min/max src bpc fixes
2024-10-13 15:46 UTC (9+ messages)
` [PATCH 4/7] drm/i915/dp: Drop max_requested_bpc for dsc pipe_min/max bpp
` [PATCH 5/7] drm/i915/dp: Refactor pipe_bpp limits with dsc
` [PATCH 6/7] drm/i915/dp: Use clamp for pipe_bpp limits with DSC
` [PATCH 7/7] drm/i915/dp: Set the DSC link limits intel_dp_compute_config_link_bpp_limits
[PATCH v2 00/10] Add xe3lpd edp enabling
2024-10-13 15:23 UTC (8+ messages)
` [PATCH v2 03/10] drm/i915/xe3lpd: Add new display power wells
` [PATCH v2 05/10] drm/i915/xe3lpd: Add cdclk changes
` [PATCH v2 07/10] drm/i915/xe3lpd: Add C20 Phy consolidated programming table
[PATCH] drm/xe: Log unreliable MMIO reads during forcewake
2024-10-13 12:46 UTC (11+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "
[PATCH v2 0/2] compute mode change refactoring
2024-10-12 23:45 UTC (12+ messages)
` [PATCH v2 2/2] drm/xe: Use the filelist from drm for ccs_mode change
[PATCH AUTOSEL 6.11 14/16] drm/xe/mcr: Use Xe2_LPM steering tables for Xe2_HPM
2024-10-12 11:26 UTC
[PATCH v1 0/5] drm/xe/sriov: Don't migrate dmabuf BO to System RAM while running in VM
2024-10-12 9:27 UTC (15+ messages)
` [PATCH v1 1/5] PCI/P2PDMA: Don't enforce ACS check for functions of same device
` [PATCH v1 2/5] drm/xe/dmabuf: Don't migrate BO to System RAM while running in VF mode
` [PATCH v1 3/5] drm/xe/pf: Add a helper function to get a VF's starting address in LMEM
` [PATCH v1 4/5] drm/xe/bo: Create a new sg for dmabuf BOs that are associated with a VF
` [PATCH v1 5/5] drm/xe/pt: Add an additional check for dmabuf BOs while updating PTEs
` ✓ CI.Patch_applied: success for drm/xe/sriov: Don't migrate dmabuf BO to System RAM while running in VM
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✗ CI.BAT: failure "
` ✗ CI.FULL: "
[PATCH 0/1] drm/xe: enable lite restore
2024-10-12 6:06 UTC (9+ messages)
` ✓ CI.Patch_applied: success for drm/xe: enable lite restore (rev3)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "
[PATCH topic/xe-for-ci] drm/xe/ptl: Add GuC firmware definition
2024-10-12 4:43 UTC (11+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "
[PATCH topic/xe-for-ci] drm/xe/ptl: Define HuC FW version for PTL
2024-10-12 4:01 UTC (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "
[PATCH 00/18] GPU debug support (eudebug) v2
2024-10-12 2:55 UTC (4+ messages)
` [PATCH 12/18] drm/xe/eudebug: implement userptr_vma access
[PATCH v2 1/3] drm/xe/query: Increase timestamp width
2024-10-12 2:54 UTC (8+ messages)
` [PATCH v2 2/3] drm/xe/query: Move timestamp reg to hwe_read_timestamp()
` [PATCH v2 3/3] drm/xe/query: Tidy up error EFAULT returns
[PATCH] drm/xe/xe_sync: initialise ufence.signalled
2024-10-12 2:08 UTC (2+ messages)
[PATCH topic/core-for-CI] Revert "perf/core: Only copy-to-user after completely unlocking all locks, v3."
2024-10-12 1:26 UTC (4+ messages)
` ✓ CI.checksparse: success for "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "
[PATCH][next] drm/xe/guc: Fix dereference before Null check
2024-10-12 0:34 UTC (2+ messages)
` ✗ CI.FULL: failure for drm/xe/guc: Fix dereference before NULL check (rev4)
[PATCH linux-next] drm/i915/dp: use string choice helpers
2024-10-11 23:38 UTC (2+ messages)
` ✗ CI.FULL: failure for "
[PATCH linux-next] drm/i915/ddi: use string choice helpers
2024-10-11 21:54 UTC (2+ messages)
` ✗ CI.FULL: failure for "
[PATCH] drm/i915/dp: Fix memory leak in parse_lfp_panel_dtd()
2024-10-11 20:57 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox