intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-20 20:40:53 to 2021-07-21 16:12:57 UTC [more...]

[Intel-gfx] [PATCH v2 00/14] drm/i915/guc: Enable GuC based power management features
 2021-07-21 16:11 UTC  (15+ messages)
` [Intel-gfx] [PATCH 01/14] drm/i915/guc: SQUASHED PATCH - DO NOT REVIEW
` [Intel-gfx] [PATCH 02/14] drm/i915/guc/slpc: Initial definitions for SLPC
` [Intel-gfx] [PATCH 03/14] drm/i915/guc/slpc: Gate Host RPS when SLPC is enabled
` [Intel-gfx] [PATCH 04/14] drm/i915/guc/slpc: Adding SLPC communication interfaces
` [Intel-gfx] [PATCH 05/14] drm/i915/guc/slpc: Allocate, initialize and release SLPC
` [Intel-gfx] [PATCH 06/14] drm/i915/guc/slpc: Enable SLPC and add related H2G events
` [Intel-gfx] [PATCH 07/14] drm/i915/guc/slpc: Add methods to set min/max frequency
` [Intel-gfx] [PATCH 08/14] drm/i915/guc/slpc: Add get max/min freq hooks
` [Intel-gfx] [PATCH 09/14] drm/i915/guc/slpc: Add debugfs for SLPC info
` [Intel-gfx] [PATCH 10/14] drm/i915/guc/slpc: Enable ARAT timer interrupt
` [Intel-gfx] [PATCH 11/14] drm/i915/guc/slpc: Cache platform frequency limits
` [Intel-gfx] [PATCH 12/14] drm/i915/guc/slpc: Sysfs hooks for SLPC
` [Intel-gfx] [PATCH 13/14] drm/i915/guc/slpc: Add SLPC selftest
` [Intel-gfx] [PATCH 14/14] drm/i915/guc/rc: Setup and enable GUCRC feature

[Intel-gfx] [PATCH 0/6] Fix the debugfs splat from mock selftests (v3)
 2021-07-21 16:12 UTC  (11+ messages)
` [Intel-gfx] [PATCH 1/6] drm/i915: Call i915_globals_exit() after i915_pmu_exit()
` [Intel-gfx] [PATCH 2/6] drm/i915: Call i915_globals_exit() if pci_register_device() fails
` [Intel-gfx] [PATCH 3/6] drm/i915: Use a table for i915_init/exit (v2)
` [Intel-gfx] [PATCH 4/6] drm/ttm: Force re-init if ttm_global_init() fails
` [Intel-gfx] [PATCH 5/6] drm/ttm: Initialize debugfs from ttm_global_init()
` [Intel-gfx] [PATCH 6/6] drm/i915: Make the kmem slab for i915_buddy_block a global
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Fix the debugfs splat from mock selftests (rev3)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] refactor the i915 GVT support
 2021-07-21 15:53 UTC  (22+ messages)
` [Intel-gfx] [PATCH 01/21] drm/i915/gvt: integrate into the main Makefile
` [Intel-gfx] [PATCH 02/21] drm/i915/gvt: remove module refcounting in intel_gvt_{, un}register_hypervisor
` [Intel-gfx] [PATCH 03/21] drm/i915/gvt: remove enum hypervisor_type
` [Intel-gfx] [PATCH 04/21] drm/i915/gvt: move the gvt code into kvmgt.ko
` [Intel-gfx] [PATCH 05/21] drm/i915/gvt: remove intel_gvt_ops
` [Intel-gfx] [PATCH 06/21] drm/i915/gvt: remove the map_gfn_to_mfn and set_trap_area ops
` [Intel-gfx] [PATCH 07/21] drm/i915/gvt: remove the unused from_virt_to_mfn op
` [Intel-gfx] [PATCH 08/21] drm/i915/gvt: merge struct kvmgt_vdev into struct intel_vgpu
` [Intel-gfx] [PATCH 09/21] drm/i915/gvt: merge struct kvmgt_guest_info into strut intel_vgpu
` [Intel-gfx] [PATCH 10/21] drm/i915/gvt: remove vgpu->handle
` [Intel-gfx] [PATCH 11/21] drm/i915/gvt: devirtualize ->{read, write}_gpa
` [Intel-gfx] [PATCH 12/21] drm/i915/gvt: devirtualize ->{get, put}_vfio_device
` [Intel-gfx] [PATCH 13/21] drm/i915/gvt: devirtualize ->set_edid and ->set_opregion
` [Intel-gfx] [PATCH 14/21] drm/i915/gvt: devirtualize ->detach_vgpu
` [Intel-gfx] [PATCH 15/21] drm/i915/gvt: devirtualize ->inject_msi
` [Intel-gfx] [PATCH 16/21] drm/i915/gvt: devirtualize ->is_valid_gfn
` [Intel-gfx] [PATCH 17/21] drm/i915/gvt: devirtualize ->gfn_to_mfn
` [Intel-gfx] [PATCH 18/21] drm/i915/gvt: devirtualize ->{enable, disable}_page_track
` [Intel-gfx] [PATCH 19/21] drm/i915/gvt: devirtualize ->dma_{, un}map_guest_page
` [Intel-gfx] [PATCH 20/21] drm/i915/gvt: devirtualize dma_pin_guest_page
` [Intel-gfx] [PATCH 21/21] drm/i915/gvt: remove struct intel_gvt_mpt

[Intel-gfx] [PATCH] drm/i915: Correct the docs for intel_engine_cmd_parser
 2021-07-21 15:52 UTC  (8+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH v2 1/2] drm/i915: document caching related bits
 2021-07-21 15:51 UTC  (7+ messages)
` [Intel-gfx] [PATCH v2 2/2] drm/i915/ehl: unconditionally flush the pages on acquire
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/2] drm/i915: document caching related bits
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] 5.14-rc2 warnings with kvmgvt
 2021-07-21 15:43 UTC  (3+ messages)

[Intel-gfx] [PATCH 0/7] drm/i915: Migrate memory to SMEM when imported cross-device
 2021-07-21 15:47 UTC  (6+ messages)
` [Intel-gfx] [PATCH 3/7] drm/i915/gem: Unify user object creation

[Intel-gfx] [PATCH 0/6] Fix the debugfs splat from mock selftests
 2021-07-21 15:20 UTC  (6+ messages)
` [Intel-gfx] [PATCH 3/6] drm/i915: Always call i915_globals_exit() from i915_exit()

[Intel-gfx] [PATCH 0/6] Fix the debugfs splat from mock selftests
 2021-07-21 15:12 UTC  (10+ messages)
` [Intel-gfx] [PATCH 3/6] drm/i915: Use a table for i915_init/exit
` [Intel-gfx] [PATCH 4/6] drm/ttm: Force re-init if ttm_global_init() fails
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Fix the debugfs splat from mock selftests (rev2)

[Intel-gfx] [PATCH 1/3] drm/plane: remove drm_helper_get_plane_damage_clips
 2021-07-21 14:25 UTC  (6+ messages)
` [Intel-gfx] [PATCH 2/3] drm/plane: check that fb_damage is set up when used
` [Intel-gfx] [PATCH 3/3] drm/plane: Move drm_plane_enable_fb_damage_clips into core
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/plane: remove drm_helper_get_plane_damage_clips
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH v8 0/5] drm: address potential UAF bugs with drm_master ptrs
 2021-07-21 13:23 UTC  (5+ messages)

[Intel-gfx] [PATCH v2 03/14] vfio: Introduce a vfio_uninit_group_dev() API call
 2021-07-21 11:33 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/gvt: Fix cached atomics setting for Windows VM
 2021-07-21 11:13 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] misc vgaarb cleanups
 2021-07-21  8:30 UTC  (5+ messages)
` [Intel-gfx] [PATCH 1/7] vgaarb: remove VGA_DEFAULT_DEVICE

[Intel-gfx] [PATCH] drm/i915/gvt: Convert from atomic_t to refcount_t on intel_vgpu_ppgtt_spt->refcount
 2021-07-21  9:40 UTC  (3+ messages)

[Intel-gfx] [PATCH 0/4] Nuke legacy hw_id
 2021-07-21  9:25 UTC  (12+ messages)
` [Intel-gfx] [PATCH 1/4] drm/i915/gt: fix platform prefix
` [Intel-gfx] [PATCH 2/4] drm/i915/gt: nuke unused legacy engine hw_id
` [Intel-gfx] [PATCH 3/4] drm/i915/gt: rename legacy engine->hw_id to engine->gen6_hw_id
` [Intel-gfx] [PATCH 4/4] drm/i915/gt: nuke gen6_hw_id
` [Intel-gfx] ✗ Fi.CI.DOCS: warning for Nuke legacy hw_id
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v2 00/14] Provide core infrastructure for managing open/release
 2021-07-21  9:18 UTC  (8+ messages)
` [Intel-gfx] [PATCH v2 02/14] vfio/mbochs: Fix missing error unwind in mbochs_probe()
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Provide core infrastructure for managing open/release (rev5)

[Intel-gfx] [PULL] drm-misc-next
 2021-07-21  8:44 UTC  (3+ messages)

[Intel-gfx] [PATCH 0/7] drm/i915: Migrate memory to SMEM when imported cross-device (v7)
 2021-07-21  8:31 UTC  (11+ messages)
` [Intel-gfx] [PATCH 2/7] drm/i915/gem: Refactor placement setup for i915_gem_object_create* (v2)
` [Intel-gfx] [PATCH 6/7] drm/i915/gem: Correct the locking and pin pattern for dma-buf (v6)
` [Intel-gfx] [PATCH 7/7] drm/i915/gem: Migrate to system at dma-buf attach time (v6)

[Intel-gfx] [PATCH CI 1/4] drm: Add function to convert rect in 16.16 fixed format to regular format
 2021-07-21  8:20 UTC  (9+ messages)
` [Intel-gfx] [PATCH CI 2/4] drm/i915/display/psr: Use plane damage clips to calculate damaged area

[Intel-gfx] [PATCH 00/18] Series to merge a subset of GuC submission
 2021-07-21  1:51 UTC  (26+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] [PATCH 01/18] drm/i915/guc: Add new GuC interface defines and structures
` [Intel-gfx] [PATCH 02/18] drm/i915/guc: Remove GuC stage descriptor, add LRC descriptor
` [Intel-gfx] [PATCH 03/18] drm/i915/guc: Add LRC descriptor context lookup array
` [Intel-gfx] [PATCH 04/18] drm/i915/guc: Implement GuC submission tasklet
` [Intel-gfx] [PATCH 05/18] drm/i915/guc: Add bypass tasklet submission path to GuC
` [Intel-gfx] [PATCH 06/18] drm/i915/guc: Implement GuC context operations for new inteface
` [Intel-gfx] [PATCH 07/18] drm/i915/guc: Insert fence on context when deregistering
` [Intel-gfx] [PATCH 08/18] drm/i915/guc: Defer context unpin until scheduling is disabled
` [Intel-gfx] [PATCH 09/18] drm/i915/guc: Disable engine barriers with GuC during unpin
` [Intel-gfx] [PATCH 10/18] drm/i915/guc: Extend deregistration fence to schedule disable
` [Intel-gfx] [PATCH 11/18] drm/i915: Disable preempt busywait when using GuC scheduling
` [Intel-gfx] [PATCH 12/18] drm/i915/guc: Ensure request ordering via completion fences
` [Intel-gfx] [PATCH 13/18] drm/i915/guc: Disable semaphores when using GuC scheduling
` [Intel-gfx] [PATCH 14/18] drm/i915/guc: Ensure G2H response has space in buffer
` [Intel-gfx] [PATCH 15/18] drm/i915/guc: Update intel_gt_wait_for_idle to work with GuC
` [Intel-gfx] [PATCH 16/18] drm/i915/guc: Update GuC debugfs to support new GuC
` [Intel-gfx] [PATCH 17/18] drm/i915/guc: Add trace point for GuC submit
` [Intel-gfx] [PATCH 18/18] drm/i915: Add intel_context tracing
` [Intel-gfx] ✓ Fi.CI.BAT: success for Series to merge a subset of GuC submission
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 00/16] Enable GuC based power management features
 2021-07-21  1:11 UTC  (19+ messages)
` [Intel-gfx] [PATCH 09/16] drm/i915/guc/slpc: Add get max/min freq hooks
` [Intel-gfx] [PATCH 10/16] drm/i915/guc/slpc: Add debugfs for slpc info
` [Intel-gfx] [PATCH 12/16] drm/i915/guc/slpc: Cache platform frequency limits for slpc
` [Intel-gfx] [PATCH 14/16] drm/i915/guc/slpc: Sysfs hooks "
` [Intel-gfx] [PATCH 15/16] drm/i915/guc/slpc: slpc selftest
` [Intel-gfx] [PATCH 16/16] drm/i915/guc/rc: Setup and enable GUCRC feature

[Intel-gfx] [PATCH v2 00/50] Begin enabling Xe_HP SDV and DG2 platforms
 2021-07-20 23:49 UTC  (11+ messages)
` [Intel-gfx] [PATCH v2 06/50] drm/i915/xehp: Extra media engines - Part 1 (engine definitions)
` [Intel-gfx] [PATCH v2 09/50] drm/i915/xehp: Xe_HP forcewake support
` [Intel-gfx] [PATCH v2 11/50] drm/i915/xehp: Handle new device context ID format
` [Intel-gfx] [PATCH v2 12/50] drm/i915/xehp: New engine context offsets

[Intel-gfx] [PATCH 1/2] drm/i915/display/adl_p: Implement PSR changes
 2021-07-20 23:08 UTC  (3+ messages)

[Intel-gfx] [PATCH 00/51] GuC submission support
 2021-07-20 21:46 UTC  (8+ messages)
` [Intel-gfx] [PATCH 26/51] drm/i915/guc: Reset implementation for new GuC interface
` [Intel-gfx] [PATCH 42/51] drm/i915/guc: Implement banned contexts for GuC submission
` [Intel-gfx] [PATCH 47/51] drm/i915/selftest: Increase some timeouts in live_requests

[Intel-gfx] [RFC PATCH 00/42] Parallel submission aka multi-bb execbuf
 2021-07-20 20:58 UTC  (38+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "
` [Intel-gfx] [RFC PATCH 02/42] drm/i915/guc: Allow flexible number of context ids
` [Intel-gfx] [RFC PATCH 05/42] drm/i915/guc: Don't allow requests not ready to consume all guc_ids
` [Intel-gfx] [RFC PATCH 06/42] drm/i915/guc: Introduce guc_submit_engine object
` [Intel-gfx] [RFC PATCH 08/42] drm/i915/guc: Non-static lrc descriptor registration buffer
` [Intel-gfx] [RFC PATCH 09/42] drm/i915/guc: Take GT PM ref when deregistering context
` [Intel-gfx] [RFC PATCH 10/42] drm/i915: Add GT PM unpark worker
` [Intel-gfx] [RFC PATCH 12/42] drm/i915/guc: Don't call switch_to_kernel_context with GuC submission
` [Intel-gfx] [RFC PATCH 13/42] drm/i915/guc: Selftest for GuC flow control
` [Intel-gfx] [RFC PATCH 14/42] drm/i915: Add logical engine mapping
` [Intel-gfx] [RFC PATCH 15/42] drm/i915: Expose logical engine instance to user
` [Intel-gfx] [RFC PATCH 16/42] drm/i915/guc: Introduce context parent-child relationship
` [Intel-gfx] [RFC PATCH 17/42] drm/i915/guc: Implement GuC parent-child context pin / unpin functions
` [Intel-gfx] [RFC PATCH 18/42] drm/i915/guc: Add multi-lrc context registration
` [Intel-gfx] [RFC PATCH 19/42] drm/i915/guc: Ensure GuC schedule operations do not operate on child contexts
` [Intel-gfx] [RFC PATCH 20/42] drm/i915/guc: Assign contexts in parent-child relationship consecutive guc_ids
` [Intel-gfx] [RFC PATCH 21/42] drm/i915/guc: Add hang check to GuC submit engine
` [Intel-gfx] [RFC PATCH 22/42] drm/i915/guc: Add guc_child_context_destroy
` [Intel-gfx] [RFC PATCH 23/42] drm/i915/guc: Implement multi-lrc submission
` [Intel-gfx] [RFC PATCH 24/42] drm/i915/guc: Insert submit fences between requests in parent-child relationship
` [Intel-gfx] [RFC PATCH 25/42] drm/i915/guc: Implement multi-lrc reset
` [Intel-gfx] [RFC PATCH 26/42] drm/i915/guc: Update debugfs for GuC multi-lrc
` [Intel-gfx] [RFC PATCH 28/42] drm/i915/guc: Add basic GuC multi-lrc selftest
` [Intel-gfx] [RFC PATCH 29/42] drm/i915/guc: Implement BB boundary preemption for multi-lrc
` [Intel-gfx] [RFC PATCH 30/42] i915/drm: Move secure execbuf check to execbuf2
` [Intel-gfx] [RFC PATCH 31/42] drm/i915: Move input/exec fence handling to i915_gem_execbuffer2
` [Intel-gfx] [RFC PATCH 32/42] drm/i915: Move output "
` [Intel-gfx] [RFC PATCH 33/42] drm/i915: Return output fence from i915_gem_do_execbuffer
` [Intel-gfx] [RFC PATCH 34/42] drm/i915: Store batch index in struct i915_execbuffer
` [Intel-gfx] [RFC PATCH 35/42] drm/i915: Allow callers of i915_gem_do_execbuffer to override the batch index
` [Intel-gfx] [RFC PATCH 36/42] drm/i915: Teach execbuf there can be more than one batch in the objects list
` [Intel-gfx] [RFC PATCH 37/42] drm/i915: Only track object dependencies on first request
` [Intel-gfx] [RFC PATCH 38/42] drm/i915: Force parallel contexts to use copy engine for reloc
` [Intel-gfx] [RFC PATCH 39/42] drm/i915: Multi-batch execbuffer2
` [Intel-gfx] [RFC PATCH 40/42] drm/i915: Eliminate unnecessary VMA calls for multi-BB submission
` [Intel-gfx] [RFC PATCH 41/42] drm/i915: Enable multi-bb execbuf
` [Intel-gfx] [RFC PATCH 42/42] drm/i915/execlists: Parallel submission support for execlists


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).