messages from 2022-01-12 10:57:11 to 2022-01-13 20:24:01 UTC [more...]
[Intel-gfx] [PATCH v3 00/11] Start cleaning up register definitions
2022-01-13 20:23 UTC (8+ messages)
` [Intel-gfx] [PATCH v3 03/11] drm/i915: Parameterize ECOSKPD
[Intel-gfx] [PATCH v3 i-g-t 00/15] Fixes for i915_hangman and gem_exec_capture
2022-01-13 20:10 UTC (19+ messages)
` [Intel-gfx] [PATCH v3 i-g-t 01/15] tests/i915/i915_hangman: Add descriptions
` [Intel-gfx] [PATCH v3 i-g-t 02/15] lib/hang: Fix igt_require_hang_ring to work with all engines
` [Intel-gfx] [PATCH v3 i-g-t 03/15] tests/i915/i915_hangman: Update capture test to use engine structure
` [Intel-gfx] [igt-dev] "
` [Intel-gfx] [PATCH v3 i-g-t 04/15] tests/i915/i915_hangman: Explicitly test per engine reset vs full GPU reset
` [Intel-gfx] [PATCH v3 i-g-t 05/15] tests/i915/i915_hangman: Add uevent test & fix detector
` [Intel-gfx] [PATCH v3 i-g-t 06/15] tests/i915/i915_hangman: Use the correct context in hangcheck_unterminated
` [Intel-gfx] [PATCH v3 i-g-t 07/15] lib/store: Refactor common store code into helper function
` [Intel-gfx] [igt-dev] "
` [Intel-gfx] [PATCH v3 i-g-t 08/15] tests/i915/i915_hangman: Add alive-ness test after error capture
` [Intel-gfx] [PATCH v3 i-g-t 09/15] tests/i915/i915_hangman: Remove reliance on context persistance
` [Intel-gfx] [PATCH v3 i-g-t 10/15] tests/i915/i915_hangman: Run background task on all engines
` [Intel-gfx] [PATCH v3 i-g-t 11/15] tests/i915/i915_hangman: Don't let background contexts cause a ban
` [Intel-gfx] [PATCH v3 i-g-t 12/15] tests/i915/gem_exec_fence: Configure correct context
` [Intel-gfx] [PATCH v3 i-g-t 13/15] lib/i915: Add helper for non-destructive engine property updates
` [Intel-gfx] [PATCH v3 i-g-t 14/15] tests/i915/i915_hangman: Configure engine properties for quicker hangs
` [Intel-gfx] [PATCH v3 i-g-t 15/15] tests/i915/gem_exec_capture: Restore engines
[Intel-gfx] [PATCH] drm/i915/display/adlp: Implement new step in the TC voltage swing prog sequence
2022-01-13 20:08 UTC (7+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH] drm/i915/display/ehl: Update voltage swing table
2022-01-13 20:03 UTC (6+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH 0/2] Remove some hacks required for GuC 62.0.0
2022-01-13 19:48 UTC (6+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915/selftests: Add a cancel request selftest that triggers a reset
` [Intel-gfx] [PATCH 2/2] drm/i915/guc: Remove hacks for reset and schedule disable G2H being received out of order
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Remove some hacks required for GuC 62.0.0 (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
[Intel-gfx] [PATCH 0/2] Flush G2H handler during a GT reset
2022-01-13 19:16 UTC (5+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915: Allocate intel_engine_coredump_alloc with ALLOW_FAIL
` [Intel-gfx] [PATCH 2/2] drm/i915/guc: Flush G2H handler during a GT reset
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
[Intel-gfx] [PATCH] drm/i915: Flip guc_id allocation partition
2022-01-13 18:11 UTC (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Flip guc_id allocation partition (rev3)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Flip guc_id allocation partition (rev4)
[Intel-gfx] [PATCH 0/2] Remove some hacks required for GuC 62.0.0
2022-01-13 18:01 UTC (8+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915/selftests: Add a cancel request selftest that triggers a reset
` [Intel-gfx] [PATCH 2/2] drm/i915/guc: Remove hacks for reset and schedule disable G2H being received out of order
[Intel-gfx] [PATCH v2 i-g-t 00/15] Fixes for i915_hangman and gem_exec_capture
2022-01-13 16:59 UTC (16+ messages)
` [Intel-gfx] [PATCH v2 i-g-t 01/15] tests/i915/i915_hangman: Add descriptions
` [Intel-gfx] [PATCH v2 i-g-t 02/15] lib/hang: Fix igt_require_hang_ring to work with all engines
` [Intel-gfx] [PATCH v2 i-g-t 03/15] tests/i915/i915_hangman: Update capture test to use engine structure
` [Intel-gfx] [PATCH v2 i-g-t 04/15] tests/i915/i915_hangman: Explicitly test per engine reset vs full GPU reset
` [Intel-gfx] [PATCH v2 i-g-t 05/15] tests/i915/i915_hangman: Add uevent test & fix detector
` [Intel-gfx] [PATCH v2 i-g-t 06/15] tests/i915/i915_hangman: Use the correct context in hangcheck_unterminated
` [Intel-gfx] [PATCH v2 i-g-t 07/15] lib/store: Refactor common store code into helper function
` [Intel-gfx] [PATCH v2 i-g-t 08/15] tests/i915/i915_hangman: Add alive-ness test after error capture
` [Intel-gfx] [PATCH v2 i-g-t 09/15] tests/i915/i915_hangman: Remove reliance on context persistance
` [Intel-gfx] [PATCH v2 i-g-t 10/15] tests/i915/i915_hangman: Run background task on all engines
` [Intel-gfx] [PATCH v2 i-g-t 11/15] tests/i915/i915_hangman: Don't let background contexts cause a ban
` [Intel-gfx] [PATCH v2 i-g-t 12/15] tests/i915/gem_exec_fence: Configure correct context
` [Intel-gfx] [PATCH v2 i-g-t 13/15] lib/i915: Add helper for non-destructive engine property updates
` [Intel-gfx] [PATCH v2 i-g-t 14/15] tests/i915/i915_hangman: Configure engine properties for quicker hangs
` [Intel-gfx] [PATCH v2 i-g-t 15/15] tests/i915/gem_exec_capture: Restore engines
[Intel-gfx] [PATCH 0/5] drm/i915/opregion: fixes and cleanups
2022-01-13 16:53 UTC (10+ messages)
` [Intel-gfx] [PATCH 1/5] drm/i915/opregion: check port number bounds for SWSCI display power state
` [Intel-gfx] [PATCH 2/5] drm/i915/opregion: abstract the check for valid swsci function
` [Intel-gfx] [PATCH 3/5] drm/i915/opregion: early exit from encoder notify if SWSCI isn't there
` [Intel-gfx] [PATCH 4/5] drm/i915/opregion: handle SWSCI Mailbox #2 obsoletion
` [Intel-gfx] [PATCH 5/5] drm/i915/opregion: debug log about Mailbox #2 for backlight
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/opregion: fixes and cleanups
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
[Intel-gfx] [PATCH] drm/i915: Flip guc_id allocation partition
2022-01-13 16:00 UTC (8+ messages)
[Intel-gfx] [PATCH v5 0/6] drm/i915: Remove short term pins from execbuf by requiring lock to unbind
2022-01-13 15:01 UTC (18+ messages)
` [Intel-gfx] [PATCH v5 1/6] drm/i915: Call i915_gem_evict_vm in vm_fault_gtt to prevent new ENOSPC errors, v2
` [Intel-gfx] [PATCH v5 2/6] drm/i915: Add locking to i915_gem_evict_vm()
` [Intel-gfx] [PATCH v5 3/6] drm/i915: Add object locking to i915_gem_evict_for_node and i915_gem_evict_something, v2
` [Intel-gfx] [PATCH v5 4/6] drm/i915: Add i915_vma_unbind_unlocked, and take obj lock for i915_vma_unbind, v2
` [Intel-gfx] [PATCH v5 5/6] drm/i915: Remove support for unlocked i915_vma unbind
` [Intel-gfx] [PATCH v5 6/6] drm/i915: Remove short-term pins from execbuf, v6
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Remove short term pins from execbuf by requiring lock to unbind
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH RESEND] drm/i915/pcode: rename sandybridge_pcode_* to snb_pcode_*
2022-01-13 13:24 UTC (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/pcode: rename sandybridge_pcode_* to snb_pcode_* (rev2)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH RESEND] drm/i915/dp: make intel_dp_pack_aux() static again
2022-01-13 13:24 UTC (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dp: make intel_dp_pack_aux() static again (rev2)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH v3 0/6] Add missing format_mod_supported functions
2022-01-13 13:16 UTC (5+ messages)
` [Intel-gfx] [PATCH v3 2/6] drm/plane: Fix typo in format_mod_supported documentation
[Intel-gfx] [PULL] drm-intel-next-fixes
2022-01-13 9:33 UTC
[Intel-gfx] [PATCH][RESEND] i915: make array flex_regs static const
2022-01-13 9:21 UTC (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for i915: make array flex_regs static const (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PULL] drm-misc-next-fixes
2022-01-13 8:29 UTC
[Intel-gfx] [PATCH] drm/i915/guc: Ensure multi-lrc fini breadcrumb math is correct
2022-01-13 8:04 UTC (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH] drm/i915: Recalculate CDCLK if plane scaling ratio changes
2022-01-13 7:29 UTC (5+ messages)
[Intel-gfx] [PATCH] drm/i915: Flip guc_id allocation partition
2022-01-13 4:38 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Flip guc_id allocation partition (rev2)
[Intel-gfx] [PATCH i-g-t 00/11] Fixes for i915_hangman and gem_exec_capture
2022-01-13 4:05 UTC (8+ messages)
` [Intel-gfx] [PATCH i-g-t 08/11] lib/store: Refactor common store code into helper function
` [Intel-gfx] [igt-dev] "
[Intel-gfx] [PATCH v2 0/2] Introduce multitile support
2022-01-13 3:45 UTC (8+ messages)
` [Intel-gfx] [PATCH v2 1/2] drm/i915: Prepare for multiple GTs
` [Intel-gfx] [PATCH v2 2/2] drm/i915/gt: make a gt sysfs group and move power management files
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Introduce multitile support
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH v3 1/3] x86/quirks: Replace QFLAG_APPLY_ONCE with static locals
2022-01-13 1:28 UTC (6+ messages)
` [Intel-gfx] [PATCH v4] "
[Intel-gfx] [PATCH v3 1/3] x86/quirks: Replace QFLAG_APPLY_ONCE with static locals
2022-01-13 0:27 UTC (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [v4] x86/quirks: Replace QFLAG_APPLY_ONCE with static locals (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [v4] x86/quirks: Replace QFLAG_APPLY_ONCE with static locals (rev2)
[Intel-gfx] [RFC PATCH 0/2] Add has_psr2_sel_fech flag
2022-01-12 22:11 UTC (7+ messages)
` [Intel-gfx] [RFC PATCH 1/2] drm/i915: add new flag has_psr2_sel_fetch
` [Intel-gfx] [RFC PATCH 2/2] drm/i915: Use new has_psr2_sel_fetch flag
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Add has_psr2_sel_fech flag
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH] drm/i915: Recalculate CDCLK if plane scaling ratio changes
2022-01-12 21:13 UTC (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Recalculate CDCLK if plane scaling ratio changes (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH] drm/i915/display/vrr: Reset VRR capable property on a long hpd
2022-01-12 20:37 UTC (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
[Intel-gfx] [PATCH] drm/i915/psr: remove unused lines_to_wait vbt info
2022-01-12 20:20 UTC (5+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH 00/14] drm/i915: Plane register cleanup
2022-01-12 20:12 UTC (9+ messages)
` [Intel-gfx] [PATCH 04/14] drm/i915: Sipmplify PLANE_STRIDE masking
` [Intel-gfx] [PATCH 06/14] drm/i915: Use REG_BIT() & co. for universal plane bits
` [Intel-gfx] [PATCH 07/14] drm/i915: Clean up pre-skl primary plane registers
[Intel-gfx] [PATCH 0/2] Introduce multitile support
2022-01-12 18:46 UTC (7+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915: Prepare for multiple GTs
` [Intel-gfx] [PATCH 2/2] drm/i915/gt: make a gt sysfs group and move power management files
[Intel-gfx] [PATCH v3 1/2] drm/i915: split out intel_vtd.[ch] from i915_drv.h
2022-01-12 18:30 UTC (6+ messages)
` [Intel-gfx] [PATCH v3 2/2] drm/i915/vtd: rename functions to have the usual prefix
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v3,1/2] drm/i915: split out intel_vtd.[ch] from i915_drv.h
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH] drm/i915/selftests: Fix NULL vs IS_ERR checking for kernel_context
2022-01-12 17:53 UTC (2+ messages)
[Intel-gfx] [PATCH RESEND 1/7] drm/i915/mst: fix intel_dp_mst_hpd_irq() indentation
2022-01-12 17:27 UTC (9+ messages)
` [Intel-gfx] [PATCH RESEND 2/7] drm/i915/mst: abstract intel_dp_ack_sink_irq_esi()
` [Intel-gfx] [PATCH RESEND 3/7] drm/i915/mst: debug log 4 bytes of ESI right after reading
` [Intel-gfx] [PATCH RESEND 4/7] drm/i915/mst: abstract handling of link status in DP MST
` [Intel-gfx] [PATCH RESEND 5/7] drm/i915/mst: read link status only when requested by sink in ESI
` [Intel-gfx] [PATCH RESEND 6/7] drm/i915/mst: ack sink irq ESI for link status changes
` [Intel-gfx] [PATCH RESEND 7/7] drm/i915/mst: only ack the ESI we actually handled
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [RESEND,1/7] drm/i915/mst: fix intel_dp_mst_hpd_irq() indentation
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH - v3] drm/i915: Discard large BIOS framebuffers causing display corruption
2022-01-12 13:42 UTC (3+ messages)
[Intel-gfx] [PATCH 1/4] drm/i915: split out PCI config space registers from i915_reg.h
2022-01-12 13:24 UTC (5+ messages)
` [Intel-gfx] [PATCH 3/4] drm/i915/vga: switch to use VGA definitions from video/vga.h
[Intel-gfx] [PATCH v8 1/6] drm: move the buddy allocator from i915 into common drm
2022-01-12 7:39 UTC (2+ messages)
[Intel-gfx] [PATCH 3/3] drm/atomic: Make private objs proper objects
2022-01-12 13:12 UTC (4+ messages)
[Intel-gfx] [TGL-U][iGFX] Monitoring the freq of iGFX with kernel 5.10 on TGL-U i5-1145GRE
2022-01-12 12:45 UTC (4+ messages)
[Intel-gfx] [PATCH 0/5] drm/i915: clean up i915_drv.h, part 2, take 2
2022-01-12 11:53 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "
[Intel-gfx] [PATCH 1/4] drm/i915: Pass plane to watermark calculation functions
2022-01-12 11:01 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/4] drm/i915: Pass plane to watermark calculation functions (rev5)
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