Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-08-05 19:57:07 to 2016-08-09 06:37:01 UTC [more...]

[PATCH 1/2] drm/i915: Wrap the protected active RCU dereference in a helper
 2016-08-09  6:36 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Don't check for idleness before retiring after a GPU hang
` ✗ Ro.CI.BAT: failure for series starting with [1/2] drm/i915: Wrap the protected active RCU dereference in a helper

First class VMA, take 2
 2016-08-09  6:36 UTC  (58+ 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 1/3] "
    ` [PATCH 2/3] drm/i915: Move common scratch allocation/destroy to intel_engine_cs.c
    ` [PATCH 3/3] drm/i915: Move common seqno reset "
` [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
` ✗ Ro.CI.BAT: failure for series starting with [01/33] drm/i915: Add smp_rmb() to busy ioctl's RCU dance (rev4)
` ✗ Fi.CI.BAT: "

[PATCH 1/2] drm/i915: Add smp_rmb() to busy ioctl's RCU dance
 2016-08-09  6:30 UTC  (5+ 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 0/9] Enable upfront link training on DDI platforms
 2016-08-09  5:54 UTC  (12+ messages)
` [PATCH 1/9] drm/i915: Don't pass crtc_state to intel_dp_set_link_params()
` [PATCH v2 2/9] drm/i915: Remove ddi_pll_sel from intel_crtc_state
` [PATCH v2 3/9] drm/i915: Split intel_ddi_pre_enable() into DP and HDMI versions
` [PATCH v2 4/9] "
` [PATCH v8 5/9] drm/i915/dp: Enable Upfront link training for typeC DP support on BXT
` [PATCH 6/9] drm/i915: Split skl_get_dpll()
` [PATCH 7/9] drm/i915/dp: Enable upfront link training on SKL
` [PATCH 8/9] drm/i915: Split hsw_get_dpll()
` [PATCH 9/9] drm/i915: Enable upfront link training support for HSW/BDW
` ✗ Fi.CI.BAT: failure for Enable upfront link training on DDI platforms
` ✗ Ro.CI.BAT: "

[PATCH v10] drm/i915/skl: Add support for the SAGV, fix underrun hangs
 2016-08-09  5:53 UTC  (3+ messages)
` ✓ Ro.CI.BAT: success for drm/i915/skl: Add support for the SAGV, fix underrun hangs (rev6)

[PATCH 0/4] drm/i915: Maarten's pre-g4x GPU reset regression fix + other reset stuff
 2016-08-09  5:46 UTC  (15+ 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: Account for TSEG size when determining 865G stolen base
 2016-08-09  5:44 UTC  (3+ messages)
` ✗ Ro.CI.BAT: failure for "

include/drm/i915_drm.h:96: possible bad bitmask ?
 2016-08-09  2:59 UTC  (4+ messages)
` [Intel-gfx] "

[drm-intel:topic/drm-misc 5/18] drivers/gpu/drm/i915/intel_display.c:14148:23: error: 'struct drm_plane_state' has no member named 'clip'
 2016-08-08 23:01 UTC 

[drm-intel:topic/drm-misc 4/18] DocBook: drivers/gpu/drm/drm_plane_helper.c:248: warning: No description found for parameter 'dst'
 2016-08-08 21:34 UTC 

[PATCH] drm/i915/gen9: Give one extra block per line for SKL plane WM calculations
 2016-08-08 19:00 UTC  (7+ messages)

[PATCH] drm: Make sure drm_vblank_no_hw_counter isn't abused
 2016-08-08 18:36 UTC  (4+ messages)
` ✓ Ro.CI.BAT: success for "

[PATCH 0/2] drm/i915: Fix wait_req unreferencing
 2016-08-08 15:49 UTC  (6+ messages)
` [PATCH 1/2] drm/i915: Remove early return in prepare/cleanup plane
` [PATCH 2/2] drm/i915: Drop reference to current state wait req as soon as it goes unused
` ✗ Ro.CI.BAT: failure for drm/i915: Fix wait_req unreferencing

[PATCH 0/5] Various cleanup
 2016-08-08 15:28 UTC  (12+ messages)
` [PATCH 1/5] drm/i915: Cosmetic fixes in i915_drv.h
` [PATCH 2/5] drm/i915: Consistent struct device * naming
` [PATCH 3/5] drm/i915: sysfs spring cleaning
` [PATCH 4/5] drm/i915: pdev cleanup
` [PATCH 5/5] drm/i915: debugfs spring cleaning
` ✗ Ro.CI.BAT: failure for Various cleanup (rev2)

[PATCH v8 0/6] Finally fix watermarks
 2016-08-08 15:03 UTC  (13+ 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 v9] drm/i915/skl: Update DDB values atomically with wms/plane attrs
` [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)
` ✗ Ro.CI.BAT: failure for Finally fix watermarks (rev7)
` ✗ Fi.CI.BAT: "

[PATCH] drm/i915: Shut down displays gracefully on reboot
 2016-08-08 13:13 UTC  (8+ messages)

[PATCH v7 0/5] drm/i915: DP branch devices
 2016-08-08 13:10 UTC  (7+ messages)
` [PATCH v7 1/5] drm: Read DP branch device HW revision
` [PATCH v7 2/5] drm: Read DP branch device SW revision
` [PATCH v7 3/5] drm/i915: Check pixel rate for DP to VGA dongle
` [PATCH v7 4/5] drm: Update bits per component for display info
` [PATCH v7 5/5] drm: Add DP branch device info on debugfs
` ✗ Ro.CI.BAT: failure for drm/i915: DP branch devices (rev7)

[PATCH 4/4] drm/i915/skl: Updated the RC6/Forcewake related debugfs interface for Gen9
 2016-08-08 11:10 UTC  (7+ messages)
` [PATCH v3] drm/i915/gen9: Update i915_drpc_info debugfs for coarse pg & forcewake info

[PATCH 0/9] drm: Store clipped coordinates in drm_plane_state
 2016-08-08 10:03 UTC  (3+ messages)
` ✗ Ro.CI.BAT: failure for drm: Store clipped coordinates in drm_plane_state (rev3)
` ✗ Fi.CI.BAT: "

[PATCH 0/6] drm/i915: Remaining PSR fixes
 2016-08-08  8:33 UTC  (5+ messages)
` [PATCH 3/6] drm/i915: Check PSR setup time vs. vblank length
  ` [Intel-gfx] "

[PATCH 0/6] Allow DC state to reset the counter on screen enabled
 2016-08-08  8:12 UTC  (5+ messages)
` [PATCH 6/6] drm/i915: Sanitize drm crtc vblank counter after DC reset frame count

Updated drm-intel-testing
 2016-08-08  7:57 UTC 

[PATCH 3/9] drm/plane-helper: Add drm_plane_helper_check_state()
 2016-08-08  7:55 UTC  (5+ messages)
` [PATCH v2 "
    ` [Intel-gfx] "
` [PATCH v3 "

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

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] 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] 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  (2+ 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  (2+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH v2 00/11] Execlist based Engine reset patches
 2016-08-06  6:25 UTC  (2+ messages)
` ✗ 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  (2+ messages)
` ✗ 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  (2+ 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 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] 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  (5+ messages)
` [CI 13/19] drm/i915: Remove (struct_mutex) locking for busy-ioctl

First class i915_vma
 2016-08-05 19:58 UTC  (9+ messages)
` [PATCH 02/13] drm/i915: Stop the machine whilst capturing the GPU crash dump
` [PATCH 13/13] drm/i915: Compress GPU objects in error state


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox