Intel-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-16 19:54:24 to 2019-08-19 14:19:23 UTC [more...]

[PULL] drm-misc-next
 2019-08-19 14:19 UTC 

[PATCH 1/3] dma-buf: Introduce selftesting framework
 2019-08-19 14:17 UTC  (5+ messages)
` [PATCH 2/3] dma-buf: Add selftests for dma-fence
` [PATCH 3/3] dma-fence: Set the timestamp after the notifying the cb_list
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] dma-buf: Introduce selftesting framework
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915/tgl: disable DDIC
 2019-08-19 13:26 UTC  (4+ messages)

[PATCH v5 0/9] DC3CO Support for TGL
 2019-08-19 13:23 UTC  (5+ messages)
` [PATCH v5 5/9] drm/i915/tgl: Add helper function to prefer dc3co over dc5

[PATCH] drm/i915/selftests: Serialize against vma moves
 2019-08-19 12:49 UTC  (3+ messages)
` [PATCH] drm/i915: "

[PATCH v2 00/40] Tiger Lake batch 3
 2019-08-19 11:59 UTC  (45+ messages)
` [PATCH v2 01/40] drm/i915/tgl: disable DDIC
` [PATCH v2 02/40] drm/i915/tgl: add support for reading the timestamp frequency
` [PATCH v2 03/40] drm/i915/tgl: Move transcoders to pipes' powerwells
` [PATCH v2 04/40] drm/i915/tgl: update DMC firmware to 2.04
` [PATCH v2 05/40] drm/i915/psr: Make PSR registers relative to transcoders
` [PATCH v2 06/40] drm/i915: Add transcoder restriction to PSR2
` [PATCH v2 07/40] drm/i915: Do not unmask PSR interruption in IRQ postinstall
` [PATCH v2 08/40] drm/i915/psr: Only handle interruptions of the transcoder in use
` [PATCH v2 09/40] drm/i915/bdw+: Enable PSR in any eDP port
` [PATCH v2 10/40] drm/i915: Guard and warn if more than one eDP panel is present
` [PATCH v2 11/40] drm/i915: Do not read PSR2 register in transcoders without PSR2
` [PATCH v2 12/40] drm/i915/tgl: PSR link standby is not supported anymore
` [PATCH v2 13/40] drm/i915/tgl: Access the right register when handling PSR interruptions
` [PATCH v2 14/40] drm/i915/tgl: Add maximum resolution supported by PSR2 HW
` [PATCH v2 15/40] drm/i915: Fix DP-MST crtc_mask
` [PATCH v2 16/40] drm/i915: Add for_each_new_intel_connector_in_state()
` [PATCH v2 17/40] drm: Add for_each_oldnew_intel_crtc_in_state_reverse()
` [PATCH v2 18/40] drm/i915: Disable pipes in reverse order
` [PATCH v2 19/40] drm/i915/tgl: Select master transcoder in DP MST
` [PATCH v2 20/40] drm/i915/tgl: Introduce initial Tiger Lake workarounds
` [PATCH v2 21/40] drm/i915/tgl: Enable VD HCP/MFX sub-pipe power gating
` [PATCH v2 22/40] drm/i915/tgl: Do not apply WaIncreaseDefaultTLBEntries from GEN12 onwards
` [PATCH v2 23/40] drm/i915/tgl: Register state context definition for Gen12
` [PATCH v2 24/40] drm/i915/tgl: move DP_TP_* to transcoder
` [PATCH v2 25/40] drm/i915/tgl: Implement TGL DisplayPort training sequence
` [PATCH v2 26/40] HACK: drm/i915/tgl: Gen12 render context size
` [PATCH v2 27/40] drm/i915/tgl: add Gen12 default indirect ctx offset
` [PATCH v2 28/40] drm/i915/tgl: add GEN12_MAX_CONTEXT_HW_ID
` [PATCH v2 29/40] drm/i915/tgl: Gen12 csb support
` [PATCH v2 30/40] drm/i915/tgl: Report valid VDBoxes with SFC capability
` [PATCH v2 31/40] rm/i915/tgl: Move GTCR register to cope with GAM MMIO address remap
` [PATCH v2 32/40] drm/i915/tgl: Updated Private PAT programming
` [PATCH v2 33/40] drm/i915/tgl/perf: use the same oa ctx_id format as icl
` [PATCH v2 34/40] drm/i915/perf: add a parameter to control the size of OA buffer
` [PATCH v2 35/40] drm/i915/tgl: Add perf support on TGL
` [PATCH v2 36/40] drm/i915/tgl: Gen-12 display loses Yf tiling and legacy CCS support
` [PATCH v2 37/40] drm/framebuffer/tgl: Format modifier for Intel Gen-12 render compression
` [PATCH v2 38/40] drm/i915/tgl: Gen-12 render decompression
` [PATCH v2 39/40] drm/framebuffer/tgl: Format modifier for Intel Gen-12 media compression
` [PATCH v2 40/40] drm/i915/tgl: "
` ✗ Fi.CI.CHECKPATCH: warning for Tiger Lake batch 3 (rev2)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH v7 0/9] drm: cec: convert DRM drivers to the new notifier API
 2019-08-19 12:00 UTC  (4+ messages)

Lock dropping
 2019-08-19 11:36 UTC  (28+ messages)
` [PATCH 01/18] drm/i915: Always wrap the ring offset before resetting
` [PATCH 02/18] drm/i915/gt: Mark up the nested engine-pm timeline lock as irqsafe
` [PATCH 03/18] drm/i915: Use 0 for the unordered context
` [PATCH 04/18] drm/i915: Only emit the 'send bug report' once for a GPU hang
` [PATCH 05/18] drm/i915: i915_active.retire() is optional
` [PATCH 06/18] drm/i915: Generalise the clflush dma-worker
` [PATCH 07/18] drm/i915: Replace PIN_NONFAULT with calls to PIN_NOEVICT
` [PATCH 08/18] drm/i915: Track ggtt fence reservations under its own mutex
` [PATCH 09/18] drm/i915: Only track bound elements of the GTT
` [PATCH 10/18] drm/i915: Pull obj->userfault tracking under the ggtt->mutex
` [PATCH 11/18] drm/i915: Replace i915_vma_put_fence()
` [PATCH 12/18] drm/i915: Make shrink/unshrink be atomic
` [PATCH 13/18] drm/i915: Make i915_vma.flags atomic_t for mutex reduction
` [PATCH 14/18] drm/i915: Pull i915_vma_pin under the vm->mutex
` [PATCH 15/18] drm/i915: Push the i915_active.retire into a worker
` [PATCH 16/18] drm/i915: Coordinate i915_active with its own mutex
` [PATCH 17/18] drm/i915: Move idle barrier cleanup into engine-pm
` [PATCH 18/18] drm/i915: Drop struct_mutex from around i915_retire_requests()
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/18] drm/i915: Always wrap the ring offset before resetting
` ✗ Fi.CI.BAT: failure "

[PATCH 0/1] Turn on GuC/HuC auto mode again
 2019-08-19 11:15 UTC  (6+ messages)
` [PATCH 1/1] drm/i915/uc: "
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH 01/18] drm/i915/guc: Use a local cancel_port_requests
 2019-08-19 10:06 UTC  (3+ messages)

[PATCH v3 0/3] Send a hotplug when edid changes
 2019-08-19  9:05 UTC  (9+ messages)

[v7 01/16] drm: Add Enhanced Gamma LUT precision structure
 2019-08-19  7:59 UTC  (4+ messages)
` [v7, "

linux-next: manual merge of the drm-misc tree with the drm tree
 2019-08-19  3:18 UTC 

[PATCH] drm/i915: Use 0 for the unordered context
 2019-08-18 22:43 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 0/3] Don't fail on GuC failure
 2019-08-18 15:57 UTC  (12+ messages)
` [PATCH 1/3] drm/i915/guc: Don't open log relay if GuC is not running
` [PATCH 2/3] drm/i915/uc: Don't always fail on unavailable GuC firmware
` [PATCH 3/3] drm/i915/uc: Never fail on HuC firmware errors
` ✓ Fi.CI.BAT: success for Don't fail on GuC failure
` ✓ Fi.CI.IGT: "

[PATCH i-g-t] i915/gem_ctx_engine: Scheduler required for reordering requests
 2019-08-18 12:56 UTC 

[CI] drm/i915: Propagate fence errors
 2019-08-18 12:31 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH i-g-t] i915/gem_concurrent_blit: Do not try to idle while submitting in parallel
 2019-08-18  9:49 UTC 

[PATCH 1/6] dma-buf: Introduce selftesting framework
 2019-08-18  9:08 UTC  (19+ messages)
` [PATCH 2/6] dma-buf: Add selftests for dma-fence
` [PATCH 3/6] dma-fence: Shrink size of struct dma_fence
` [PATCH 4/6] dma-fence: Avoid list_del during fence->cb_list iteration
` [PATCH 5/6] dma-fence: Simply wrap dma_fence_signal_locked with dma_fence_signal
  ` [PATCH v3] "
` [PATCH 6/6] dma-fence: Store the timestamp in the same union as the cb_list
  ` [PATCH v2] "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/6] dma-buf: Introduce selftesting framework (rev2)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/6] dma-buf: Introduce selftesting framework (rev3)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH 0/3] Don't fail on uc init step
 2019-08-18  5:45 UTC  (9+ messages)
` [PATCH 1/3] drm/i915/uc: Cleanup fw fetch only if it was successful
` [PATCH 2/3] drm/i915/uc: Cleanup fw fetch on every GuC/HuC init failure
` [PATCH 3/3] drm/i915/uc: Never fail on uC preparation step
` ✓ Fi.CI.BAT: success for Don't fail on uc init step
` ✗ Fi.CI.IGT: failure "

[PATCH] dma-buf: Shrink size of struct dma_fence
 2019-08-18  1:11 UTC  (6+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[CI] drm/i915/selftests: Check the context size
 2019-08-17 22:58 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/selftests: Check the context size (rev4)
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/gen11: Allow usage of all GPIO pins
 2019-08-17 21:30 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/gen11: Allow usage of all GPIO pins (rev3)
` ✓ Fi.CI.BAT: success for drm/i915/gen11: Allow usage of all GPIO pins (rev4)
` ✓ Fi.CI.IGT: "

[PATCH v4] drm/i915/uc: Add explicit DISABLED state for firmware
 2019-08-17 17:38 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/uc: Add explicit DISABLED state for firmware (rev4)
` ✗ Fi.CI.IGT: failure "

[PATCH 0/5] hmm & mmu_notifier debug/lockdep annotations
 2019-08-17 16:09 UTC  (6+ messages)
` [PATCH 3/5] mm, notifier: Catch sleeping/blocking for !blockable

[PATCH] drm/connector: Allow max possible encoders to attach to a connector
 2019-08-17 16:06 UTC  (6+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/connector: Allow max possible encoders to attach to a connector (rev2)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Always wrap the ring offset before resetting
 2019-08-17 14:35 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/selftests: Check the context size
 2019-08-17 13:50 UTC  (8+ messages)
` [PATCH v3] "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/selftests: Check the context size (rev3)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[CI] drm/i915/execlists: Lift process_csb() out of the irq-off spinlock
 2019-08-17 12:18 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[CI 1/2] drm/i915/gt: Mark context->active_count as protected by timeline->mutex
 2019-08-17 10:07 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [CI,1/2] "

[PATCH v3 0/5] More WOPCM fixes
 2019-08-17  8:33 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for More WOPCM fixes (rev3)

[PATCH 1/2] drm/i915/buddy: tidy up i915_buddy_fini
 2019-08-17  6:09 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/2] "

[PATCH] drm/i915: Switch obj->mm.lock lockdep annotations on its head
 2019-08-17  5:32 UTC  (7+ messages)

[PATCH] drm/i915: Only emit the 'send bug report' once for a GPU hang
 2019-08-17  3:46 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH] drm/i915: Sanitize PHY state during display core uninit
 2019-08-17  2:58 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH] drm/i915/gtt: Fold gen8 insertions into one
 2019-08-17  2:12 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/gtt: Fold gen8 insertions into one (rev2)

[PATCH] drm/i915/gen11: Allow usage of all GPIO pins
 2019-08-17  0:50 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] drm/i915: Use the associated uncore for the vm
 2019-08-16 23:01 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH] drm/kms: Catch mode_object lifetime errors
 2019-08-16 22:42 UTC  (4+ messages)

[PATCH 00/39] Tiger Lake batch 3
 2019-08-16 21:59 UTC  (5+ messages)
` [PATCH 08/39] drm/i915/tgl: Change PSR2 transcoder restriction
` ✓ Fi.CI.IGT: success for Tiger Lake batch 3

Linux Kernel 5.2.8 (uvc or i915?)
 2019-08-16 21:35 UTC  (6+ messages)
  ` [Intel-gfx] "
    ` Linux Kernel 5.2.8 (uvc or i915? <<<)

[PATCH 0/6] Some more display uncore prep work
 2019-08-16 21:22 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).