messages from 2016-08-05 08:23:46 to 2016-08-08 07:28:56 UTC [more...]
[PATCH 1/2] drm/i915: Wrap the protected active RCU dereference in a helper
2016-08-08 7:28 UTC (2+ messages)
` [PATCH 2/2] drm/i915: Don't check for idleness before retiring after a GPU hang
Regression report] Weekly regression report WW45
2016-08-08 5:57 UTC (17+ messages)
` [Regression report] Weekly regression report WW46
` [Regression report] Weekly regression report WW48
` [Regression report] Weekly regression report WW50
` [Regression report] Weekly regression report WW51
` [Regression report] Weekly regression report WW14
` [Regression report] Weekly regression report WW20
` [Regression report] Weekly regression report WW23
` [Regression report] Weekly regression report WW24
` [Regression report] Weekly regression report WW25
` [Regression report] Weekly regression report WW26
` [Regression report] Weekly regression report WW27
` [Regression report] Weekly regression report WW28
` [Regression report] Weekly regression report WW29
` [Regression report] Weekly regression report WW30
` [Regression report] Weekly regression report WW31
` [Regression report] Weekly regression report WW32
First class VMA, take 2
2016-08-07 15:16 UTC (35+ messages)
` [PATCH 01/33] drm/i915: Add smp_rmb() to busy ioctl's RCU dance
` [PATCH 02/33] drm/i915: Do not overwrite the request with zero on reallocation
` [PATCH 03/33] drm/i915: Move missed interrupt detection from hangcheck to breadcrumbs
` [PATCH 04/33] drm/i915: Use RCU to annotate and enforce protection for breadcrumb's bh
` [PATCH 05/33] drm/i915: Reduce amount of duplicate buffer information captured on error
` [PATCH 06/33] drm/i915: Stop the machine whilst capturing the GPU crash dump
` [PATCH 07/33] drm/i915: Store the active context object on all engines upon error
` [PATCH 08/33] drm/i915: Move setting of request->batch into its single callsite
` [PATCH 09/33] drm/i915: Mark unmappable GGTT entries as PIN_HIGH
` [PATCH 10/33] drm/i915: Remove inactive/active list from debugfs
` [PATCH 11/33] drm/i915: Focus debugfs/i915_gem_pinned to show only display pins
` [PATCH 12/33] drm/i915: Reduce i915_gem_objects to only show object information
` [PATCH 13/33] drm/i915: Remove redundant WARN_ON from __i915_add_request()
` [PATCH 14/33] drm/i915: Create a VMA for an object
` [PATCH 15/33] drm/i915: Track pinned vma inside guc
` [PATCH 16/33] drm/i915: Convert fence computations to use vma directly
` [PATCH 17/33] drm/i915: Use VMA directly for checking tiling parameters
` [PATCH 18/33] drm/i915: Use VMA as the primary object for context state
` [PATCH 19/33] drm/i915: Only clflush the context object when binding
` [PATCH 20/33] drm/i915: Use VMA for ringbuffer tracking
` [PATCH 21/33] drm/i915: Use VMA for scratch page tracking
` [PATCH 22/33] drm/i915/overlay: Use VMA as the primary tracker for images
` [PATCH 23/33] drm/i915: Use VMA as the primary tracker for semaphore page
` [PATCH 24/33] drm/i915: Use VMA for render state page tracking
` [PATCH 25/33] drm/i915: Use VMA for wa_ctx tracking
` [PATCH 26/33] drm/i915: Track pinned VMA
` [PATCH 27/33] drm/i915: Print the batchbuffer offset next to BBADDR in error state
` [PATCH 28/33] drm/i915: Move per-request pid from request to ctx
` [PATCH 29/33] drm/i915: Only record active and pending requests upon a GPU hang
` [PATCH 30/33] drm/i915: Record the RING_MODE register for post-mortem debugging
` [PATCH 31/33] drm/i915: Always use the GTT for error capture
` [PATCH 32/33] drm/i915: Consolidate error object printing
` [PATCH 33/33] drm/i915: Compress GPU objects in error state
` ✗ Ro.CI.BAT: failure for series starting with [01/33] drm/i915: Add smp_rmb() to busy ioctl's RCU dance
Per-engine reset, preliminary recovery patches
2016-08-06 17:16 UTC (6+ messages)
` [PATCH 1/4] drm/i915: Record the position of the start of the request
` [PATCH 2/4] drm/i915: Simplify ELSP queue request tracking
` [PATCH 3/4] drm/i915: Update reset path to fix incomplete requests
` [PATCH 4/4] drm/i915: Separate out reset flags from the reset counter
` ✗ Ro.CI.BAT: failure for series starting with [1/4] drm/i915: Record the position of the start of the request
sandy bridge pch FDI C confusion
2016-08-06 14:38 UTC
sandy bridge pch FDI C confusion
2016-08-06 14:34 UTC
[PATCH 1/2] drm/i915: Add smp_rmb() to busy ioctl's RCU dance
2016-08-06 10:26 UTC (4+ messages)
` [PATCH 2/2] drm/i915: Do not overwrite the request with zero on reallocation
` ✗ Ro.CI.BAT: failure for series starting with [1/2] drm/i915: Add smp_rmb() to busy ioctl's RCU dance
[PATCH v8 0/6] Finally fix watermarks
2016-08-06 9:37 UTC (8+ messages)
` [PATCH v8 1/6] drm/i915/skl: Add support for the SAGV, fix underrun hangs
` [PATCH v8 2/6] drm/i915/gen9: Only copy WM results for changed pipes to skl_hw
` [PATCH v8 3/6] drm/i915/skl: Update plane watermarks atomically during plane updates
` [PATCH v8 4/6] drm/i915/skl: Ensure pipes with changed wms get added to the state
` [PATCH v8 5/6] drm/i915: Move CRTC updating in atomic_commit into it's own hook
` [PATCH v8 6/6] drm/i915/skl: Update DDB values atomically with wms/plane attrs
` ✗ Ro.CI.BAT: failure for Finally fix watermarks (rev5)
[PATCH] drm/i915: Use RCU to annotate and enforce protection for breadcrumb's bh
2016-08-06 8:46 UTC (2+ messages)
` ✗ Ro.CI.BAT: failure for "
[PATCH 0/4] drm/i915: Maarten's pre-g4x GPU reset regression fix + other reset stuff
2016-08-06 8:45 UTC (8+ messages)
` [PATCH v5 1/4] drm/i915: Fix modeset handling during gpu reset, v5
` [PATCH v2 2/4] drm/i915: Add a way to test the modeset done during gpu reset, v3
` [PATCH 3/4] drm/i915: Introduce gpu_reset_clobbers_display()
` [PATCH 4/4] drm/i915: Use the g4x+ approach on gen2 for handling display stuff around GPU reset
` ✗ Ro.CI.BAT: failure for drm/i915: Maarten's pre-g4x GPU reset regression fix + other reset stuff
[PATCH] drm/i915: Shut down displays gracefully on reboot
2016-08-06 8:29 UTC (4+ messages)
[PATCH] drm/i915: Add smp_rmb() to busy ioctl's RCU dance
2016-08-06 8:15 UTC (3+ messages)
` ✗ Ro.CI.BAT: failure for "
[PATCH] drm/i915/bxt: Bring MIPI out of reset (v2)
2016-08-06 8:15 UTC (2+ messages)
` ✗ Ro.CI.BAT: failure for drm/i915/bxt: Bring MIPI out of reset (rev2)
[PATCH] drm/i915: Add some curly braces
2016-08-06 7:41 UTC (4+ messages)
` ✗ Ro.CI.BAT: failure for "
[PATCH] drm/i915: Don't mark PCH underrun reporting as diasabled for transcoder B/C on LPT-H
2016-08-06 7:16 UTC (3+ messages)
` ✗ Ro.CI.BAT: failure for "
[PATCH] drm/i915: Prevent oops on req->engine in rcu-protected peeking
2016-08-06 6:50 UTC (4+ messages)
` ✗ Ro.CI.BAT: failure for "
[PATCH v2 00/11] Execlist based Engine reset patches
2016-08-06 6:25 UTC (13+ messages)
` [PATCH v2 01/11] drm/i915: Record the position of the start of the request
` [PATCH v2 02/11] drm/i915: Simplify ELSP queue request tracking
` [PATCH v2 03/11] drm/i915: Update reset path to fix incomplete requests
` [PATCH v2 04/11] drm/i915: Update i915.reset to handle engine resets
` [PATCH v2 05/11] drm/i915: Separate out reset flags from the reset counter
` [PATCH v2 06/11] drm/i915/tdr: Modify error handler for per engine hang recovery
` [PATCH v2 07/11] drm/i915/tdr: Add support for per engine reset recovery
` [PATCH v2 08/11] drm/i915: Skip reset request if there is one already
` [PATCH v2 09/11] drm/i915/tdr: Add engine reset count to error state
` [PATCH v2 10/11] drm/i915/tdr: Export reset count info to debugfs
` [PATCH v2 11/11] drm/i915/tdr: Enable Engine reset and recovery support
` ✗ Ro.CI.BAT: failure for Execlist based Engine reset patches (rev5)
[PATCH] drm/i915: Do not overwrite the request with zero on reallocation
2016-08-06 5:56 UTC (5+ messages)
` ✗ Ro.CI.BAT: failure for "
` [PATCH v2] "
` ✗ Ro.CI.BAT: failure for drm/i915: Do not overwrite the request with zero on reallocation (rev3)
[PATCH] drm/i915: Update comment before i915_spin_request
2016-08-06 5:29 UTC (5+ messages)
` ✗ Ro.CI.BAT: failure for "
[PATCH] drm/i915/bxt: Bring MIPI out of reset
2016-08-05 23:15 UTC (3+ messages)
` [isg-gms] "
[PATCH 0/6] drm/i915: Remaining PSR fixes
2016-08-05 22:10 UTC (3+ messages)
` [PATCH 3/6] drm/i915: Check PSR setup time vs. vblank length
` [Intel-gfx] "
[PATCH 1/2] drm/i915: Fix copy_to_user usage for pipe_crc
2016-08-05 21:50 UTC (5+ messages)
` [PATCH 2/2] drm/i915: Fix the return value of pipe crc read function
[PATCH 0/6] Allow DC state to reset the counter on screen enabled
2016-08-05 21:49 UTC (4+ messages)
` [PATCH 6/6] drm/i915: Sanitize drm crtc vblank counter after DC reset frame count
[PATCH] drm/i915: fix aliasing_ppgtt leak
2016-08-05 20:40 UTC (3+ messages)
[CI 01/19] drm/i915: Introduce i915_gem_active_wait_unlocked()
2016-08-05 20:12 UTC (24+ messages)
` [CI 02/19] drm/i915: Convert non-blocking waits for requests over to using RCU
` [CI 03/19] drm/i915: Convert non-blocking userptr "
` [CI 04/19] drm/i915/userptr: Remove superfluous interruptible=false on waiting
` [CI 05/19] drm/i915: Remove forced stop ring on suspend/unload
` [CI 06/19] drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex
` [CI 07/19] drm/i915: Simplify do_idling() (Ironlake vt-d w/a)
` [CI 08/19] drm/i915/shrinker: Wait before acquiring struct_mutex under oom
` [CI 09/19] drm/i915: Tidy generation of the GTT mmap offset
` [CI 10/19] drm/i915: Remove unused no-shrinker-steal
` [CI 11/19] drm/i915: Do a nonblocking wait first in pread/pwrite
` [CI 12/19] drm/i915: Remove (struct_mutex) locking for wait-ioctl
` [CI 13/19] drm/i915: Remove (struct_mutex) locking for busy-ioctl
` [CI 14/19] drm/i915: Reduce locking inside swfinish ioctl
` [CI 15/19] drm/i915: Remove pinned check from madvise ioctl
` [CI 16/19] drm/i915: Remove locking for get_tiling
` [CI 17/19] drm/i915: Document and reject invalid tiling modes
` [CI 18/19] drm/i915: Repack fence tiling mode and stride into a single integer
` [CI 19/19] drm/i915: Assert that the request hasn't been retired
` ✗ Ro.CI.BAT: failure for series starting with [CI,01/19] drm/i915: Introduce i915_gem_active_wait_unlocked()
First class i915_vma
2016-08-05 19:58 UTC (21+ messages)
` [PATCH 01/13] drm/i915: Reduce amount of duplicate buffer information captured on error
` [PATCH 02/13] drm/i915: Stop the machine whilst capturing the GPU crash dump
` [PATCH 03/13] drm/i915: Scan GGTT active list for context object
` [PATCH 04/13] drm/i915: Move setting of request->batch into its single callsite
` [PATCH 05/13] drm/i915: Mark unmappable GGTT entries as PIN_HIGH
` [PATCH 06/13] drm/i915: Track pinned vma inside guc
` [PATCH 07/13] drm/i915: Track pinned VMA
` [PATCH 08/13] drm/i915/overlay: Use VMA as the primary tracker for images
` [PATCH 09/13] drm/i915: Print the batchbuffer offset next to BBADDR in error state
` [PATCH 10/13] drm/i915: Move per-request pid from request to ctx
` [PATCH 11/13] drm/i915: Store the active context object on all engines upon error
` [PATCH 12/13] drm/i915: Only record active and pending requests upon a GPU hang
` [PATCH 13/13] drm/i915: Compress GPU objects in error state
` ✗ Ro.CI.BAT: failure for series starting with [01/13] drm/i915: Reduce amount of duplicate buffer information captured on error
Prep. for DP audio MST support
2016-08-05 17:48 UTC (7+ messages)
` [PATCH 1/3] drm/i915: start adding dp mst audio
` [PATCH 3/3] drm/i915: Fix enc_to_dig_port for MST encoders
[PATCH v2 0/2] Improve logging for DP link training
2016-08-05 17:08 UTC (6+ messages)
` [PATCH v2 1/2] drm/i915/dp: Add debug messages to print DP link training pattern
` [PATCH v2 2/2] drm/i915/dp: Dump DP link status when link training stages fail
[PATCH] Revert "drm/i915: Track active streams also for DP SST"
2016-08-05 16:30 UTC (4+ messages)
` ✗ Ro.CI.BAT: failure for "
[PULL] drm-intel-next-fixes
2016-08-05 13:27 UTC
[PATCH] drm/i915: Move missed interrupt detection from hangcheck to breadcrumbs
2016-08-05 13:12 UTC (4+ messages)
` ✗ Ro.CI.BAT: failure for "
` [PATCH v2] "
` ✗ Ro.CI.BAT: failure for drm/i915: Move missed interrupt detection from hangcheck to breadcrumbs (rev2)
[PATCH i-g-t 1/3] tools/intel_reg: Don't reuse stale decoded results for later registers
2016-08-05 13:01 UTC (5+ messages)
` [PATCH i-g-t 2/3] tools/intel_reg: Dump fence registers on ILK
` [PATCH i-g-t 3/3] tools/intel_reg: Dump DP_BUFTRANS registers on ILK-IVB
[PATCH v3 1/3] drm/i915: set proper N/M in modeset
2016-08-05 12:32 UTC (13+ messages)
[PATCH v4 0/4] New debugfs API for capturing CRC of frames
2016-08-05 10:45 UTC (4+ messages)
` [PATCH v4 1/4] drm/i915/debugfs: Move out pipe CRC code
` [PATCH v4 3/4] drm/i915: Use new CRC debugfs API
` [PATCH v4 4/4] drm/i915: Put "cooked" vlank counters in frame CRC lines
[PATCH] kernel/cpu: Distinctive name for cpu_hotplug.dep_map
2016-08-05 10:26 UTC (3+ messages)
` [PATCH] kernel/cpu: Distinct "
[PATCH] drm/i915: fix WaInsertDummyPushConstPs
2016-08-05 10:17 UTC (4+ messages)
` ✗ Ro.CI.BAT: failure for "
[PATCH] drm/i915: Minor clean up related to link training function declarations
2016-08-05 9:36 UTC (2+ messages)
[PATCH] drm/i915: Fix iboost setting for SKL Y/U DP DDI buffer translation entry 2
2016-08-05 9:26 UTC (4+ messages)
[PATCH] drm: Paper over locking inversion after registration rework
2016-08-05 9:21 UTC (3+ messages)
DP audio API changes for identifying displays connected to a port
2016-08-05 8:51 UTC (10+ messages)
` [PATCH] drm/i915/dp: DP audio API changes for MST
[PATCH 4/4] drm/i915/skl: Updated the RC6/Forcewake related debugfs interface for Gen9
2016-08-05 8:24 UTC (6+ messages)
` [PATCH v3] drm/i915/gen9: Update i915_drpc_info debugfs for coarse pg & forcewake info
Using RCU requests, take 2
2016-08-05 8:23 UTC (4+ messages)
` [PATCH 06/19] drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex
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