messages from 2021-12-22 14:54:11 to 2022-01-05 00:27:47 UTC [more...]
[Intel-gfx] [PATCH v2 0/6] Add missing format_mod_supported functions
2021-12-23 15:03 UTC (8+ messages)
` [Intel-gfx] [PATCH v2 1/6] drm/plane: Make format_mod_supported truly optional
` [Intel-gfx] [PATCH v2 2/6] drm/plane: Fix typo in format_mod_supported documentation
[Intel-gfx] [PATCH] drm/i915: Lock timeline mutex directly in error path of eb_pin_timeline
2022-01-05 0:27 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
[Intel-gfx] [PATCH v9 0/6] More preparation for multi gt patches
2022-01-04 23:34 UTC (11+ messages)
` [Intel-gfx] [PATCH v9 2/6] drm/i915: Use to_gt() helper for GGTT accesses
` [Intel-gfx] [PATCH v10 "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for More preparation for multi gt patches (rev3)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
[Intel-gfx] [PATCH] drm/i915/gem: Use local pointer ttm for __i915_ttm_move
2022-01-04 23:30 UTC (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gem: Use local pointer ttm for __i915_ttm_move (rev4)
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH] drm/i915: Check return intel_context_timeline_lock of in eb_pin_timeline
2022-01-04 23:06 UTC (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH 0/3] Update to GuC version 69.0.3
2022-01-04 21:45 UTC (10+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Update to GuC version 69.0.3 (rev3)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Update to GuC version 69.0.3 (rev4)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✓ Fi.CI.BAT: success for Update to GuC version 69.0.3 (rev5)
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH 0/7] drm/i915/mst: DP MST ESI handling improvements
2022-01-04 20:59 UTC (10+ messages)
` [Intel-gfx] [PATCH 1/7] drm/i915/mst: fix intel_dp_mst_hpd_irq() indentation
` [Intel-gfx] [PATCH 2/7] drm/i915/mst: abstract intel_dp_ack_sink_irq_esi()
` [Intel-gfx] [PATCH 3/7] drm/i915/mst: debug log 4 bytes of ESI right after reading
` [Intel-gfx] [PATCH 4/7] drm/i915/mst: abstract handling of link status in DP MST
` [Intel-gfx] [PATCH 5/7] drm/i915/mst: read link status only when requested by sink in ESI
` [Intel-gfx] [PATCH 6/7] drm/i915/mst: ack sink irq ESI for link status changes
` [Intel-gfx] [PATCH 7/7] drm/i915/mst: only ack the ESI we actually handled
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/mst: DP MST ESI handling improvements
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH 1/2] drm/dp: note that DPCD 0x2002-0x2003 match 0x200-0x201
2022-01-04 20:59 UTC (4+ messages)
` [Intel-gfx] [PATCH 2/2] drm/mst: use DP_GET_SINK_COUNT() for sink count in ESI
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/2] drm/dp: note that DPCD 0x2002-0x2003 match 0x200-0x201
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
[Intel-gfx] [PATCH] drm/i915/dmc: Eliminate remnant GEN<n> references
2022-01-04 19:16 UTC (4+ messages)
[Intel-gfx] [PATCH v5 0/6] drm/i915: Asynchronous vma unbinding
2022-01-04 17:52 UTC (11+ messages)
` [Intel-gfx] [PATCH v5 1/6] drm/i915: Initial introduction of vma resources
` [Intel-gfx] [PATCH v5 2/6] drm/i915: Use the vma resource as argument for gtt binding / unbinding
` [Intel-gfx] [PATCH v5 3/6] drm/i915: Don't pin the object pages during pending vma binds
` [Intel-gfx] [PATCH v5 4/6] drm/i915: Use vma resources for async unbinding
` [Intel-gfx] [PATCH v5 5/6] drm/i915: Asynchronous migration selftest
` [Intel-gfx] [PATCH v5 6/6] drm/i915: Use struct vma_resource instead of struct vma_snapshot
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Asynchronous vma unbinding (rev5)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH v3 0/5] Panel replay phase1 implementation
2022-01-04 16:44 UTC (9+ messages)
` [Intel-gfx] [PATCH v3 1/5] drm/i915/panelreplay: dpcd register definition for panelreplay
` [Intel-gfx] [PATCH v3 3/5] drm/i915/panelreplay: Initializaton and compute config for panel replay
[Intel-gfx] [PATCH v4 0/4] drm/i915: Asynchronous vma unbinding
2022-01-04 16:07 UTC (15+ messages)
` [Intel-gfx] [PATCH v4 1/4] drm/i915: Initial introduction of vma resources
` [Intel-gfx] [PATCH v4 2/4] drm/i915: Use the vma resource as argument for gtt binding / unbinding
` [Intel-gfx] [PATCH v4 3/4] drm/i915: Use vma resources for async unbinding
` [Intel-gfx] [PATCH v4 4/4] drm/i915: Use struct vma_resource instead of struct vma_snapshot
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Asynchronous vma unbinding (rev4)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH 1/2] drm/i915: split out intel_vtd.[ch] from i915_drv.h
2022-01-04 15:30 UTC (4+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/vtd: rename functions to have the usual prefix
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [1/2] drm/i915: split out intel_vtd.[ch] from i915_drv.h
[Intel-gfx] [PATCH] drm/i915/psr: remove useless enum
2022-01-04 14:51 UTC (4+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
[Intel-gfx] [PATCH v6 1/6] drm: move the buddy allocator from i915 into common drm
2022-01-04 14:11 UTC (12+ messages)
` [Intel-gfx] [PATCH v6 2/6] drm: improve drm_buddy_alloc function
` [Intel-gfx] [PATCH v6 3/6] drm: implement top-down allocation method
` [Intel-gfx] [PATCH v6 4/6] drm: implement a method to free unused pages
` [Intel-gfx] [PATCH v6 5/6] drm/amdgpu: move vram inline functions into a header
` [Intel-gfx] [PATCH v6 6/6] drm/amdgpu: add drm buddy support to amdgpu
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v6,1/6] drm: move the buddy allocator from i915 into common drm
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [RFC 0/7] Add GuC Error Capture Support
2022-01-04 13:56 UTC (11+ messages)
` [Intel-gfx] [RFC 2/7] drm/i915/guc: Update GuC ADS size for error capture lists
` [Intel-gfx] [RFC 7/7] drm/i915/guc: Print the GuC error capture output register list
[Intel-gfx] [PATCH v2] drm/i915/dsi: let HW maintain the HS-TRAIL timing
2022-01-04 6:11 UTC (3+ messages)
` [Intel-gfx] [PATCH v3] "
[Intel-gfx] [PATCH v4 1/6] drm: move the buddy allocator from i915 into common drm
2022-01-03 7:41 UTC (5+ messages)
` [Intel-gfx] [PATCH v4 2/6] drm: improve drm_buddy_alloc function
[Intel-gfx] [PATCH] drm/i915/mst: update slot information for 128b/132b
2021-12-31 17:08 UTC (7+ messages)
` [Intel-gfx] [PATCH v2] "
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/mst: update slot information for 128b/132b (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/mst: update slot information for 128b/132b (rev3)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH] drm/i915/pcode: rename sandybridge_pcode_* to snb_pcode_*
2021-12-31 15:35 UTC (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH 3/3] drm/atomic: Make private objs proper objects
2021-12-31 13:23 UTC
[Intel-gfx] [PATCH v5 0/2] GPD Win Max display fixes
2021-12-31 10:51 UTC (8+ messages)
` [Intel-gfx] [PATCH v5 1/2] drm/i915/opregion: add support for mailbox #5 EDID
` [Intel-gfx] [PATCH v5 2/2] drm: Add orientation quirk for GPD Win Max
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for GPD Win Max display fixes (rev7)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH] x86/quirks: Fix logic to apply quirk once
2021-12-30 7:26 UTC (3+ messages)
[Intel-gfx] [PATCH] drm/i915/dp: make intel_dp_pack_aux() static again
2021-12-29 11:47 UTC (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PULL] drm-intel-next-fixes for v5.17-rc1
2021-12-29 11:44 UTC
[Intel-gfx] [PULL] drm-intel-fixes
2021-12-29 11:30 UTC
[Intel-gfx] [PATCH] drm/i915: Increment composite fence seqno
2021-12-29 11:29 UTC (3+ messages)
[Intel-gfx] question about an intel-gfx issue (4447)
2021-12-29 3:45 UTC
[Intel-gfx] [PATCH] drm/i915/dsi: Get trail_cnt by division of tclk_trail_ns and tlpx_ns
2021-12-28 10:13 UTC (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH v2 1/1] drm/i915/dsi: Drop double check ACPI companion device for NULL
2021-12-27 10:57 UTC (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [v2,1/1] "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH i-g-t 00/11] Fixes for i915_hangman and gem_exec_capture
2021-12-27 6:02 UTC (7+ 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 v5 1/6] drm: move the buddy allocator from i915 into common drm
2021-12-26 20:59 UTC (7+ messages)
` [Intel-gfx] [PATCH v5 2/6] drm: improve drm_buddy_alloc function
` [Intel-gfx] [PATCH v5 3/6] drm: implement top-down allocation method
` [Intel-gfx] [PATCH v5 4/6] drm: implement a method to free unused pages
` [Intel-gfx] [PATCH v5 5/6] drm/amdgpu: move vram inline functions into a header
` [Intel-gfx] [PATCH v5 6/6] drm/amdgpu: add drm buddy support to amdgpu
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [v5,1/6] drm: move the buddy allocator from i915 into common drm
[Intel-gfx] [PATCH] ALSA: hda/hdmi: Disable silent stream on GLK
2021-12-25 8:17 UTC (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH] drm/i915/guc: Log engine resets
2021-12-24 11:57 UTC (12+ messages)
[Intel-gfx] [PATCH] drm/i915/guc: Use lockless list for destroyed contexts
2021-12-23 18:05 UTC (9+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH v2] drm/i915/guc: Check for wedged before doing stuff
2021-12-23 18:00 UTC (2+ messages)
[Intel-gfx] [PATCH] drm/i915/guc: Report error on invalid reset notification
2021-12-23 17:58 UTC (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PULL] drm-intel-gt-next
2021-12-23 12:47 UTC
[Intel-gfx] [PATCH] drm/i915: Use trylock instead of blocking lock for __i915_gem_free_objects
2021-12-23 11:31 UTC (11+ 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] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Use trylock instead of blocking lock for __i915_gem_free_objects. (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH] drm/i915: remove circ_buf.h includes
2021-12-23 10:52 UTC (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
[Intel-gfx] [PATCH v2] drm/i915/bios: fix slab-out-of-bounds access
2021-12-23 10:49 UTC (2+ messages)
[Intel-gfx] [PULL] drm-misc-next-fixes
2021-12-23 9:23 UTC
[Intel-gfx] [PATCH] drm/i915/fbc: Remember to update FBC state even when not reallocating CFB
2021-12-23 7:15 UTC (2+ messages)
[Intel-gfx] mmotm 2021-12-22-19-02 uploaded (drivers/gpu/drm/i915/display/intel_backlight.o)
2021-12-23 6:38 UTC
[Intel-gfx] [PATCH] drm/i915/execlists: Weak parallel submission support for execlists
2021-12-23 2:29 UTC (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/execlists: Weak parallel submission support for execlists (rev3)
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH] drm/i915/execlists: Weak parallel submission support for execlists
2021-12-22 22:21 UTC (3+ messages)
[Intel-gfx] [PATCH 0/7] Fix stealing guc_ids + test
2021-12-22 20:38 UTC (6+ messages)
` [Intel-gfx] [PATCH 4/7] drm/i915/guc: Don't hog IRQs when destroying contexts
[Intel-gfx] [PATCH 0/6] drm/i915: Extend parse_ddi_port() to all g4x+ platforms
2021-12-22 20:28 UTC (6+ messages)
` [Intel-gfx] [PATCH 6/6] drm/i915/hdmi: Ignore DP++ TMDS clock limit for native HDMI ports
` [Intel-gfx] [PATCH v2 "
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Extend parse_ddi_port() to all g4x+ platforms (rev2)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
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;
as well as URLs for NNTP newsgroup(s).