public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2019-10-02 14:47:20 to 2019-10-03 19:24:58 UTC [more...]

[PATCH v2 00/22] LMEM basics
 2019-10-03 19:24 UTC  (6+ messages)
` [PATCH v2 01/22] drm/i915/stolen: make the object creation interface consistent
` [PATCH v2 02/22] drm/i915: introduce intel_memory_region
` [PATCH v2 03/22] drm/i915/region: support contiguous allocations
` [PATCH v2 04/22] drm/i915/region: support volatile objects
` [PATCH v2 05/22] drm/i915: Add memory region information to device_info

[PATCH] drm/i915/dp: remove static variable for aux last status
 2019-10-03 19:22 UTC  (7+ messages)
` ✗ Fi.CI.BAT: failure for "
` ✗ Fi.CI.BAT: failure for drm/i915/dp: remove static variable for aux last status (rev2)
` ✓ Fi.CI.BAT: success for drm/i915/dp: remove static variable for aux last status (rev3)
` ✗ Fi.CI.IGT: failure "

[CI v6 1/6] drm/i915/display/icl: Save Master transcoder in slave's crtc_state for Transcoder Port Sync
 2019-10-03 19:15 UTC  (7+ messages)
` [CI v6 2/6] drm/i915/display/icl: Enable TRANSCODER PORT SYNC for tiled displays across separate ports
` [CI v6 3/6] drm/i915/display/icl: HW state readout for transcoder port sync config
` [CI v6 4/6] drm/i915/display/icl: Enable master-slaves in trans port sync
` [CI v6 5/6] drm/i915/display/icl: Disable transcoder port sync as part of crtc_disable() sequence
` [CI v6 6/6] drm/i915/display/icl: In port sync mode disable slaves first then master
` ✓ Fi.CI.BAT: success for series starting with [CI,v6,1/6] drm/i915/display/icl: Save Master transcoder in slave's crtc_state for Transcoder Port Sync

[PATCH] TGL HAX drm/i915/tgl: Interrupts are overrated
 2019-10-03 18:58 UTC  (2+ messages)

[PATCH i-g-t v2 1/2] tests/kms_getfb: Add getfb2 tests
 2019-10-03 18:46 UTC  (2+ messages)
` [PATCH i-g-t v2 2/2] NOMERGE: Import drm.h up to 54ecb8f7028c

[PATCH] drm/i915: Add Sphinx-compatible references to struct fields
 2019-10-03 18:45 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for "

[RESEND PATCH v2] drm: Add getfb2 ioctl
 2019-10-03 18:31 UTC 

[PATCH v2 1/2] drm/i915: Fix audio power up sequence for gen10+ display
 2019-10-03 18:26 UTC  (4+ messages)
` [PATCH v2 2/2] drm/i915: extend audio CDCLK>=2*BCLK constraint to more platforms
` ✓ Fi.CI.BAT: success for series starting with [v2,1/2] drm/i915: Fix audio power up sequence for gen10+ display
` ✗ Fi.CI.IGT: failure "

[PULL] drm-intel-fixes
 2019-10-03 18:12 UTC  (2+ messages)

[RFC 0/6] DP Phy compliace auto test
 2019-10-03 17:36 UTC  (8+ messages)
` [RFC 1/6] drm/dp: get/set phy compliance pattern
` [RFC 2/6] drm/i915/dp: Move vswing/pre-emphasis adjustment calculation
` [RFC 3/6] drm/i915/dp: Preparation for DP phy compliance auto test
` [RFC 4/6] drm/i915/dp: Register definition for DP compliance register
` [RFC 5/6] drm/i915/dp: Update the pattern as per request
` [RFC 6/6] drm/i915/dp: Program vswing, pre-emphasis, test-pattern
` ✓ Fi.CI.BAT: success for DP Phy compliace auto test

[PATCH 1/4] drm/i915/vga: rename intel_vga_msr_write() to intel_vga_reset_io_mem()
 2019-10-03 17:34 UTC  (11+ messages)
` [PATCH 2/4] drm/i915: split out i915_switcheroo.[ch] from i915_drv.c
` [PATCH 4/4] drm/i915: move gmbus setup down to intel_modeset_init()
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915/vga: rename intel_vga_msr_write() to intel_vga_reset_io_mem()
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915/vga: rename intel_vga_msr_write() to intel_vga_reset_io_mem() (rev2)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

struct_mutex batch
 2019-10-03 17:04 UTC  (44+ messages)
` [PATCH 01/22] dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling)
  ` [PATCH v2] "
  ` [PATCH v3] "
    ` [Intel-gfx] "
` [PATCH 02/22] drm/mm: Pack allocated/scanned boolean into a bitfield
` [PATCH 03/22] drm/i915: Only track bound elements of the GTT
` [PATCH 04/22] drm/i915: Mark up address spaces that may need to allocate
` [PATCH 05/22] drm/i915: Pull i915_vma_pin under the vm->mutex
` [PATCH 06/22] drm/i915: Push the i915_active.retire into a worker
` [PATCH 07/22] drm/i915: Coordinate i915_active with its own mutex
` [PATCH 08/22] drm/i915: Move idle barrier cleanup into engine-pm
` [PATCH 09/22] drm/i915: Drop struct_mutex from around i915_retire_requests()
` [PATCH 10/22] drm/i915: Remove the GEM idle worker
` [PATCH 11/22] drm/i915: Merge wait_for_timelines with retire_request
` [PATCH 12/22] drm/i915/gem: Retire directly for mmap-offset shrinking
` [PATCH 13/22] drm/i915: Move request runtime management onto gt
` [PATCH 14/22] drm/i915: Move global activity tracking from GEM to GT
` [PATCH 15/22] drm/i915: Remove logical HW ID
` [PATCH 16/22] drm/i915: Move context management under GEM
  ` [PATCH] "
` [PATCH 17/22] drm/i915/overlay: Drop struct_mutex guard
` [PATCH 18/22] drm/i915: Drop struct_mutex guard from debugfs/framebuffer_info
` [PATCH 19/22] drm/i915: Remove struct_mutex guard for debugfs/opregion
` [PATCH 20/22] drm/i915: Drop struct_mutex from suspend state save/restore
` [PATCH 21/22] drm/i915/selftests: Drop vestigal struct_mutex guards
` [PATCH 22/22] drm/i915: Drop struct_mutex from around GEM initialisation
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/22] dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling)
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/22] dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling) (rev4)
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v3] dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling) (rev9)
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915: Implement a better i945gm vblank irq vs. C-states workaround
 2019-10-03 16:39 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v10 RESEND 0/6] DC3CO Support for TGL test with DC3CO IGT
 2019-10-03 16:37 UTC  (9+ messages)
` [PATCH v10 1/6] drm/i915/tgl: Add DC3CO required register and bits
` [PATCH v10 2/6] drm/i915/tgl: Add DC3CO mask to allowed_dc_mask and gen9_dc_mask
` [PATCH v10 3/6] drm/i915/tgl: Enable DC3CO state in "DC Off" power well
` [PATCH v10 4/6] drm/i915/tgl: Do modeset to enable and configure DC3CO exitline
` [PATCH v10 5/6] drm/i915/tgl: Switch between dc3co and dc5 based on display idleness
` [PATCH v10 6/6] drm/i915/tgl: Add DC3CO counter in i915_dmc_info
` ✓ Fi.CI.BAT: success for DC3CO Support for TGL test with DC3CO IGT
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/execlists: Skip redundant resubmission
 2019-10-03 15:28 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 1/6] drm/i915: Polish possible_clones setup
 2019-10-03 15:28 UTC  (12+ messages)
` [PATCH 2/6] drm/i915: Simplfy LVDS crtc_mask setup
` [PATCH 3/6] drm/i915: s/crtc_mask/pipe_mask/
` [PATCH 4/6] drm/i915: Allow ICL+ DSI on any pipe
` [PATCH 5/6] drm/i915: Simplify pipe_mask setup even further
` [PATCH 6/6] drm/i915/mst: Document the userspace fail with possible_crtcs
` ✓ Fi.CI.BAT: success for series starting with [1/6] drm/i915: Polish possible_clones setup
` ✗ Fi.CI.IGT: failure "

[PATCH i-g-t] i915_hangman: Force error capture
 2019-10-03 15:23 UTC 

[PATCH] drm/i915/tc: Implement the TC cold exit sequence
 2019-10-03 14:50 UTC  (2+ messages)

[PATCH] drm/i915/tgl: Add the Thunderbolt PLL divider values
 2019-10-03 14:49 UTC  (11+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` [PATCH v2] "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/tgl: Add the Thunderbolt PLL divider values (rev2)
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/tgl: Add the Thunderbolt PLL divider values (rev3)
` ✓ Fi.CI.BAT: success "

[PATCH v3 1/4] drm/edid: Abstract away cea_edid_modes[]
 2019-10-03 14:16 UTC  (6+ messages)
  ` [PATCH v3 2/4] drm/edid: Add CTA-861-G modes with VIC >= 193
  ` [PATCH v3 3/4] drm/edid: Throw away the dummy VIC 0 cea mode

[PATCH 1/2] dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling)
 2019-10-03 14:02 UTC  (7+ messages)
` [PATCH 2/2] drm/mm: Pack allocated/scanned boolean into a bitfield

[PATCH] dma-fence: Use non-atomic bitops while under the lock
 2019-10-03 12:20 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "
` [Intel-gfx] [PATCH] "

[RFC v3 0/9] Gen12 E2E compression
 2019-10-03 12:00 UTC  (8+ messages)
` [RFC v3 2/9] drm/i915: Use intel_tile_height() instead of re-implementing
` [RFC v3 3/9] drm/i915: Move CCS stride alignment W/A inside intel_fb_stride_alignment
` [RFC v3 4/9] drm/i915/tgl: Gen-12 render decompression

[PATCH 1/2] drm/i915: Fix audio power up sequence for gen10/11
 2019-10-03  9:58 UTC  (4+ messages)

[PATCH] drm/i915/vbt: Child device size remains unchanged through VBT 229
 2019-10-03  9:00 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH 1/2] drm/i915: use DRM_ERROR() instead of drm_err()
 2019-10-03  8:32 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: use DRM_DEBUG_KMS() instead of drm_dbg(DRM_UT_KMS, ...)
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: use DRM_ERROR() instead of drm_err()
` ✓ Fi.CI.IGT: "

[PULL] drm-misc-fixes
 2019-10-03  8:10 UTC 

[PATCH] drm/i915/selftests: Exercise potential false lite-restore
 2019-10-03  8:03 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/selftests: Exercise potential false lite-restore (rev8)
` ✓ Fi.CI.BAT: success for drm/i915/selftests: Exercise potential false lite-restore (rev9)
` ✗ Fi.CI.IGT: failure "

[PATCH V6] drm/drm_vblank: Change EINVAL by the correct errno
 2019-10-03  7:42 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for drm/drm_vblank: Change EINVAL by the correct errno (rev6)
` ✓ Fi.CI.IGT: "

struct_mutex is over the hill and far away
 2019-10-03  7:35 UTC  (5+ messages)
` [PATCH 21/27] drm/i915: Move context management under GEM

[PULL] drm-misc-fixes
 2019-10-03  7:26 UTC  (2+ messages)

[PATCH v10 0/6] DC3CO Support for TGL
 2019-10-03  6:37 UTC  (4+ messages)
` ✗ Fi.CI.IGT: failure for DC3CO Support for TGL (rev15)

[PATCH] drm/i915/gt: Warn CI about an unrecoverable wedge
 2019-10-03  6:22 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH tip/core/rcu 3/9] drivers/gpu: Replace rcu_swap_protected() with rcu_replace()
 2019-10-03  1:43 UTC 

[RFC PATCH] drm/i915/debugfs: Only wedge if we have reset available
 2019-10-03  1:07 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[Bug 205065] New: workqueue: PF_MEMALLOC task 173(kswapd0) is flushing !WQ_MEM_RECLAIM events:gen6_pm_rps_work [i915]
 2019-10-02 23:35 UTC  (3+ messages)

[drm-intel:drm-intel-next-queued 4/4] include/linux/spinlock.h:393:9: sparse: sparse: context imbalance in 'gen12_fwtable_read8' - different lock contexts for basic block
 2019-10-02 21:27 UTC 

[PATCH 01/30] drm/i915/selftests: Exercise potential false lite-restore
 2019-10-02 20:41 UTC  (14+ messages)
` [PATCH 05/30] drm/i915: Mark up address spaces that may need to allocate
` [PATCH 08/30] drm/i915: Coordinate i915_active with its own mutex
` [PATCH 13/30] drm/i915/gem: Retire directly for mmap-offset shrinking
` [PATCH 14/30] drm/i915: Move request runtime management onto gt
` [PATCH 22/30] drm/i915: Remove logical HW ID
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/30] drm/i915/selftests: Exercise potential false lite-restore (rev2)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH] drm/i915/selftests: Extract random_offset() for use with a prng
 2019-10-02 20:31 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH i-g-t] i915/gem_exec_schedule: Replace vgem fence with sync_file
 2019-10-02 19:56 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH] drm/i915/mg: Use tc_port instead of port parameter to MG registers
 2019-10-02 19:11 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH v2] drm/i915/selftests: Exercise potential false lite-restore
 2019-10-02 18:34 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] drm/i915/gem: Refactor tests on obj->ops->flags
 2019-10-02 16:31 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH v2 00/21] drm/dp: Various helper improvements and cleanups
 2019-10-02 16:14 UTC  (3+ messages)

[PATCH i-g-t] i915/gem_eio: Relax timeout for forced resets
 2019-10-02 15:33 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