intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-22 20:06:55 to 2021-06-24 06:49:00 UTC [more...]

[Intel-gfx] [PATCH v14 00/12] Restricted DMA
 2021-06-24  6:05 UTC  (11+ messages)
` [Intel-gfx] [PATCH v14 01/12] swiotlb: Refactor swiotlb init functions
` [Intel-gfx] [PATCH v14 06/12] swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing

[Intel-gfx] [PATCH 00/47] GuC submission support
 2021-06-24  7:05 UTC  (34+ messages)
` [Intel-gfx] [PATCH 01/47] drm/i915/guc: Relax CTB response timeout
` [Intel-gfx] [PATCH 02/47] drm/i915/guc: Improve error message for unsolicited CT response
` [Intel-gfx] [PATCH 03/47] drm/i915/guc: Increase size of CTB buffers
` [Intel-gfx] [PATCH 04/47] drm/i915/guc: Add non blocking CTB send function
` [Intel-gfx] [PATCH 05/47] drm/i915/guc: Add stall timer to "
` [Intel-gfx] [PATCH 06/47] drm/i915/guc: Optimize CTB writes and reads
` [Intel-gfx] [PATCH 07/47] drm/i915/guc: Module load failure test for CT buffer creation
` [Intel-gfx] [PATCH 08/47] drm/i915/guc: Add new GuC interface defines and structures
` [Intel-gfx] [PATCH 09/47] drm/i915/guc: Remove GuC stage descriptor, add lrc descriptor
` [Intel-gfx] [PATCH 10/47] drm/i915/guc: Add lrc descriptor context lookup array
` [Intel-gfx] [PATCH 11/47] drm/i915/guc: Implement GuC submission tasklet
` [Intel-gfx] [PATCH 12/47] drm/i915/guc: Add bypass tasklet submission path to GuC
` [Intel-gfx] [PATCH 13/47] drm/i915/guc: Implement GuC context operations for new inteface
` [Intel-gfx] [PATCH 14/47] drm/i915/guc: Insert fence on context when deregistering
` [Intel-gfx] [PATCH 15/47] drm/i915/guc: Defer context unpin until scheduling is disabled
` [Intel-gfx] [PATCH 16/47] drm/i915/guc: Disable engine barriers with GuC during unpin
` [Intel-gfx] [PATCH 17/47] drm/i915/guc: Extend deregistration fence to schedule disable
` [Intel-gfx] [PATCH 18/47] drm/i915: Disable preempt busywait when using GuC scheduling
` [Intel-gfx] [PATCH 19/47] drm/i915/guc: Ensure request ordering via completion fences
` [Intel-gfx] [PATCH 21/47] drm/i915/guc: Ensure G2H response has space in buffer
` [Intel-gfx] [PATCH 22/47] drm/i915/guc: Update intel_gt_wait_for_idle to work with GuC
` [Intel-gfx] [PATCH 23/47] drm/i915/guc: Update GuC debugfs to support new GuC
` [Intel-gfx] [PATCH 24/47] drm/i915/guc: Add several request trace points
` [Intel-gfx] [PATCH 26/47] drm/i915/guc: GuC virtual engines
` [Intel-gfx] [PATCH 28/47] drm/i915: Hold reference to intel_context over life of i915_request
` [Intel-gfx] [PATCH 30/47] drm/i915/guc: Direct all breadcrumbs for a class to single breadcrumbs
` [Intel-gfx] [PATCH 31/47] drm/i915/guc: Reset implementation for new GuC interface
` [Intel-gfx] [PATCH 33/47] drm/i915/guc: Add disable interrupts to guc sanitize
` [Intel-gfx] [PATCH 36/47] drm/i915/guc: Handle engine reset failure notification
` [Intel-gfx] [PATCH 39/47] drm/i915/guc: Don't complain about reset races
` [Intel-gfx] [PATCH 43/47] drm/i915/guc: Hook GuC scheduling policies up
` [Intel-gfx] [PATCH 44/47] drm/i915/guc: Connect reset modparam updates to GuC policy flags
` [Intel-gfx] [PATCH 46/47] drm/i915/guc: Add golden context to GuC ADS

[Intel-gfx] [PATCH] drm/i915: keep backlight_enable on until turn eDP display off
 2021-06-24  6:28 UTC  (7+ messages)
` [Intel-gfx] [PATCH v3] "
` [Intel-gfx] [PATCH v4] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: keep backlight_enable on until turn eDP display off (rev4)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 0/6] KVM: Remove uses of struct page from x86 and arm64 MMU
 2021-06-24  4:28 UTC  (9+ messages)
` [Intel-gfx] [PATCH 1/6] KVM: x86/mmu: release audited pfns
` [Intel-gfx] [PATCH 2/6] KVM: mmu: also return page from gfn_to_pfn
` [Intel-gfx] [PATCH 3/6] KVM: x86/mmu: avoid struct page in MMU
` [Intel-gfx] [PATCH 4/6] KVM: arm64/mmu: "
` [Intel-gfx] [PATCH 5/6] KVM: mmu: remove over-aggressive warnings
` [Intel-gfx] [PATCH 6/6] drm/i915/gvt: use gfn_to_pfn's page instead of pfn
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for KVM: Remove uses of struct page from x86 and arm64 MMU

[Intel-gfx] [PATCH 1/2] drm/i915: Extend QGV point restrict mask to 0x3
 2021-06-23 22:19 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: Implement PSF GV point support

[Intel-gfx] [PATCH] drm/i915/display: Fix shared dpll mismatch for bigjoiner slave
 2021-06-23 21:53 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v5 0/1] drm/i915/dg1: Add HWMON power sensor support
 2021-06-23 21:18 UTC  (3+ messages)
` [Intel-gfx] [PATCH v5 1/1] "

[Intel-gfx] [PATCH] drm/i915: add back the avail tracking
 2021-06-23 21:16 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH 00/15] implicit fencing/dma-resv rules for shared buffers
 2021-06-23 21:04 UTC  (43+ messages)
` [Intel-gfx] [PATCH 01/15] dma-resv: Fix kerneldoc
` [Intel-gfx] [PATCH 02/15] dma-buf: Switch to inline kerneldoc
  ` [Intel-gfx] [PATCH] "
` [Intel-gfx] [PATCH 03/15] dma-buf: Document dma-buf implicit fencing/resv fencing rules
  ` [Intel-gfx] [PATCH] "
` [Intel-gfx] [PATCH 04/15] drm/panfrost: Shrink sched_lock
` [Intel-gfx] [PATCH 05/15] drm/panfrost: Use xarray and helpers for depedency tracking
` [Intel-gfx] [PATCH 06/15] drm/panfrost: Fix implicit sync
` [Intel-gfx] [PATCH 07/15] drm/atomic-helper: make drm_gem_plane_helper_prepare_fb the default
  ` [Intel-gfx] [PATCH] "
` [Intel-gfx] [PATCH 14/15] drm/gem: Tiny kernel clarification for drm_gem_fence_array_add
` [Intel-gfx] [PATCH 15/15] RFC: drm/amdgpu: Implement a proper implicit fencing uapi
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for implicit fencing/dma-resv rules for shared buffers (rev5)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/ttm: fix static warning
 2021-06-23 20:12 UTC  (6+ 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 1/6] drm/i915/display/psr: Handle SU Y granularity
 2021-06-23 19:21 UTC  (12+ messages)
` [Intel-gfx] [PATCH 2/6] drm/i915/display/adl_p: Implement Wa_22012278275
` [Intel-gfx] [PATCH 3/6] drm/i915/display/adl_p: Implement Wa_16011168373
` [Intel-gfx] [PATCH 4/6] drm/i915/xelpd: Handle PSR2 SDP indication in the prior scanline
` [Intel-gfx] [PATCH 5/6] drm/i915/display/adl_p: Implement Wa_16011303918
` [Intel-gfx] [PATCH 6/6] drm/i915/display/adl_p: Implement PSR changes

[Intel-gfx] [PATCH v2 1/2] drm/i915: support forcing the page size with lmem
 2021-06-23 19:20 UTC  (6+ messages)
` [Intel-gfx] [PATCH v2 2/2] drm/i915/gtt: ignore min_page_size for paging structures
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/2] drm/i915: support forcing the page size with lmem
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v9 0/3] drm/i915: Move system memory to TTM for discrete
 2021-06-23 18:31 UTC  (7+ messages)
` [Intel-gfx] [PATCH v9 1/3] drm/i915: Update object placement flags to be mutable
` [Intel-gfx] [PATCH v9 2/3] drm/i915/ttm: Adjust gem flags and caching settings after a move
` [Intel-gfx] [PATCH v9 3/3] drm/i915/ttm: Use TTM for system memory
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: Move system memory to TTM for discrete (rev9)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 1/2] ALSA: hda: Release controller display power during shutdown/reboot
 2021-06-23 17:41 UTC  (6+ messages)
` [Intel-gfx] [PATCH 2/2] ALSA: hda: Release codec "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] ALSA: hda: Release controller "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 12/15] drm/simple-helper: drm_gem_simple_display_pipe_prepare_fb as default
 2021-06-23 17:34 UTC  (3+ messages)
` [Intel-gfx] [PATCH] "

[Intel-gfx] [PATCH v6 0/3] drm/i915: Move system memory to TTM for discrete
 2021-06-23 16:40 UTC  (5+ messages)
` [Intel-gfx] [PATCH v6 1/3] drm/i915: Update object placement flags to be mutable

[Intel-gfx] [PATCH 1/3] drm/i915/ttm: consider all placements for the page alignment
 2021-06-23 14:43 UTC  (13+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915: support forcing the page size with lmem
` [Intel-gfx] [PATCH 3/3] drm/i915/gtt: ignore min_page_size for paging structures
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/3] drm/i915/ttm: consider all placements for the page alignment
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH v2 00/17] drm/i915: DDI buf trans cleaup and fixes
 2021-06-23 14:36 UTC  (12+ messages)
` [Intel-gfx] [PATCH v2 13/17] drm/i915: Deduplicate icl DP HBR2 vs. eDP HBR3 table
` [Intel-gfx] [PATCH v2 14/17] drm/i915: Fix ehl edp hbr2 vswing table
` [Intel-gfx] [PATCH v2 15/17] drm/i915: Clean up jsl/ehl buf trans functions
` [Intel-gfx] [PATCH v2 16/17] drm/i915: Nuke buf_trans hdmi functions
` [Intel-gfx] [PATCH v2 17/17] drm/i915: Add the missing adls vswing tables

[Intel-gfx] [PATCH] ALSA: hda: Release display power reference during shutdown/reboot
 2021-06-23 13:44 UTC  (9+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for ALSA: hda: Release display power reference during shutdown/reboot (rev2)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for ALSA: hda: Release display power reference during shutdown/reboot (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915: allow DG1 autoprobe for CONFIG_BROKEN
 2021-06-23 13:03 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915/selftest: Extend ctx_timestamp ICL workaround to GEN11
 2021-06-23 12:31 UTC  (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/selftest: Extend ctx_timestamp ICL workaround to GEN11 (rev2)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v4 00/17] New uAPI drm properties for color management
 2021-06-23 11:26 UTC  (20+ messages)
` [Intel-gfx] [PATCH v4 09/17] drm/uAPI: Add "active color range" drm property as feedback for userspace
` [Intel-gfx] [PATCH v4 15/17] drm/uAPI: Move "Broadcast RGB" property from driver specific to general context
` [Intel-gfx] [PATCH v4 17/17] drm/amd/display: Add handling for new "Broadcast RGB" property

[Intel-gfx] [PATCH] Revert "drm: add a locked version of drm_is_current_master"
 2021-06-23 11:25 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Revert "drm: add a locked version of drm_is_current_master" (rev2)

[Intel-gfx] [PATCH v13 00/12] Restricted DMA
 2021-06-21 17:59 UTC  (7+ messages)
` [Intel-gfx] [PATCH v13 01/12] swiotlb: Refactor swiotlb init functions

[Intel-gfx] Allow mdev drivers to directly create the vfio_device (v4)
 2021-06-23  1:21 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915: return DRIVER_NAME for the fence driver name
 2021-06-23 10:12 UTC  (3+ messages)

[Intel-gfx] [drm-intel:drm-intel-gt-next 7/8] drivers/gpu/drm/i915/intel_region_ttm.c:181:6: error: no previous prototype for 'intel_region_ttm_node_free'
 2021-06-23 10:04 UTC 

[Intel-gfx] [PATCH v8 0/3] drm/i915: Move system memory to TTM for discrete
 2021-06-23  8:40 UTC  (7+ messages)
` [Intel-gfx] [PATCH v8 1/3] drm/i915: Update object placement flags to be mutable
` [Intel-gfx] [PATCH v8 2/3] drm/i915/ttm: Adjust gem flags and caching settings after a move
` [Intel-gfx] [PATCH v8 3/3] drm/i915/ttm: Use TTM for system memory
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: Move system memory to TTM for discrete (rev8)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] New uAPI for color management proposal and feedback request
 2021-06-23  7:29 UTC  (5+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915/display: fix level 0 adjustement on display ver >= 12
 2021-06-22 23:37 UTC  (7+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/display: use max_level to control loop
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/display: fix level 0 adjustement on display ver >= 12
` [Intel-gfx] ✗ Fi.CI.IGT: failure "


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