public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-01-24 19:58:19 to 2014-01-28 12:41:00 UTC [more...]

[PATCH 1/2] drm/i915: Don't drop pinned fences
 2014-01-28 12:40 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Only do gtt cleanup in vma_unbind for the global vma

[RFC] How to assign blame when multiple rings are hung
 2014-01-28 12:39 UTC  (3+ messages)
` [RFC] tests/gem_reset_stats: add subtest hang-render-and-<ring>

[PATCH 00/28] drm/i915: Lots of workaround changes (resurrected)
 2014-01-28 12:39 UTC  (28+ messages)
` [PATCH 08/28] drm/i915: Fix IVB GT2 WaDisableDopClockGating and WaDisablePSDDualDispatchEnable
` [PATCH 10/28] drm/i915: Implement WaIncreaseL3CreditsForVLVB0:vlv
` [PATCH 11/28] drm/i915: WaDisableVDSUnitClockGating isn't applicable to SNB
` [PATCH 12/28] drm/i915: WaDisableRCCUnitClockGating isn't applicable to IVB
` [PATCH 13/28] drm/i915: WaDisableRCCUnitClockGating isn't applicaple to VLV
` [PATCH 14/28] drm/i915: WaDisableRHWOOptimizationForRenderHang isn't applicable to HSW
` [PATCH 15/28] drm/i915: WaDisableRHWOOptimizationForRenderHang isn't applicable to VLV
` [PATCH 17/28] drm/i915: Drop bogus comment about RCPB unit clock gating on IVB
` [PATCH 18/28] drm/i915: Drop WaDisableRCZUnitClockGating:hsw
` [PATCH 19/28] drm/i915: Drop WaApplyL3ControlAndL3ChickenMode:hsw
` [PATCH 20/28] drm/i915: Drop WaDisableRCPBUnitClockGating:vlv

[PATCH 1/5] drm/i915: Implement CS stall workaround on Broadwell
 2014-01-28 12:32 UTC  (9+ messages)
` [PATCH 2/5] drm/i915: Refactor Broadwell PIPE_CONTROL emission into a helper
` [PATCH 3/5] drm/i915: Add the WaCsStallBeforeStateCacheInvalidate:bdw workaround
` [PATCH 4/5] drm/i915: Add a partial instruction shootdown workaround on Broadwell
` [PATCH 5/5] drm/i915: Implement more Broadwell workarounds

[PATCH] drm/i915: move quirk handling to new intel_quirks.c
 2014-01-28 12:26 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] drm/i915: Rely on accurate request tracking for finding hung batches
 2014-01-28 12:14 UTC 

[PATCH 1/7] [v2] drm/i915: Create a USES_PPGTT macro
 2014-01-28 11:47 UTC  (14+ messages)
` [PATCH 2/7] drm/i915: Extract register state error capture
` [PATCH 3/7] drm/i915: Logically reorder error register capture
` [PATCH 4/7] drm/i915: Reorder struct members
` [PATCH 5/7] drm/i915: Move per ring error state to ring_error
` [PATCH 6/7] drm/i915: Add some more registers to error state
` [PATCH 7/7] [v2] drm/i915: Capture PPGTT info on error capture

[PATCH] drm/i915: Prevent recursion by retiring requests when the ring is full
 2014-01-28 11:25 UTC  (6+ messages)

New API for creating bo from user pages
 2014-01-28 10:34 UTC  (4+ messages)
` [PATCH 1/3] lib: Export interval_tree
` [PATCH 2/3] drm/i915: Do not call retire_requests from wait_for_rendering
` [PATCH 3/3] drm/i915: Introduce mapping of user pages into video memory (userptr) ioctl

[PATCH 2/7] drm/i915: Resolving the memory region conflict for Stolen area
 2014-01-28  9:14 UTC  (2+ messages)

[PULL] drm-intel-fixes
 2014-01-28  8:53 UTC 

[PATCH 0/6] eDP panel power sequencing optimizations
 2014-01-28  8:23 UTC  (5+ messages)
` [PATCH 6/6] drm/i915: set the backlight panel delays registers to 1

[PATCH 1/7] drm/i915: Fix the offset issue for the stolen GEM objects
 2014-01-28  8:04 UTC  (3+ messages)

[PATCH] drm/i915: enable HiZ Raw Stall Optimization
 2014-01-28  5:29 UTC  (8+ messages)
` [PATCH 1/2] drm/i915: enable HiZ Raw Stall Optimization on HSW
  ` [PATCH 2/2] drm/i915: enable HiZ Raw Stall Optimization on IVB

[PATCH Inte-gpu-tools 1/5] Assembler/bdw: Remove the unsupported cache agent for WRITE(...)
 2014-01-28  1:53 UTC 

[PATCH 1/3] lib: Always build and export interval_tree
 2014-01-27 23:13 UTC  (10+ messages)
` [PATCH] lib: Export interval_tree
    ` [Intel-gfx] "

[PATCH 4/4] pm_rps: Require that cur reaches min at idle
 2014-01-27 22:39 UTC  (7+ messages)
` [PATCH 4/4 v2] "

Split-up of "drm/i915: Only bind each object rather than for every execbuffer"
 2014-01-27 22:36 UTC  (14+ messages)
` [PATCH 1/9] drm/i915: Consolidate binding parameters into flags
  ` [PATCH] "
` [PATCH 2/9] drm/i915: Don't set PIN_MAPPABLE for legacy ringbuffers
` [PATCH 3/9] drm/i915: Don't pin the status page as mappable
` [PATCH 4/9] drm/i915: Handle set_cache_level errors in the status page setup
` [PATCH 5/9] drm/i915: Don't allocate context pages as mappable
` [PATCH 6/9] drm/i915: Allow blocking in the PDE alloc when running low on gtt space
` [PATCH 7/9] drm/i915: Simplify i915_gem_object_ggtt_unpin
` [PATCH 8/9] drm/i915: Directly return the vma from bind_to_vm
` [PATCH 9/9] drm/i915: Only bind each object rather than for every execbuffer
  ` [PATCH] "

[PATCH 1/5] drm/i915: Place the Global GTT VM first in the list of VM
 2014-01-27 21:54 UTC  (26+ messages)
` [PATCH 2/5] drm/i915: Print captured bo for all VM in error state
` [PATCH 3/5] drm/i915: Create a USES_PPGTT macro
` [PATCH 4/5] drm/i915: Capture PPGTT info on error capture
` [PATCH 5/5] drm/i915: Fix error capture on BYT/BDW

[PATCH] drm/i915: Introduce mapping of user pages into video memory (userptr) ioctl
 2014-01-27 18:09 UTC  (4+ messages)

Excessive WARN()s in Intel 915 driver
 2014-01-27 17:14 UTC  (8+ messages)

[PATCH v5 0/2] VLV Turbo/rps + RC6 workaround
 2014-01-27 17:07 UTC  (5+ messages)
` [PATCH v5 1/2] drm/i915: Disable/Enable PM Intrrupts based on the current freq
` [PATCH v4 2/2] drm/i915/vlv: WA to fix Voltage not getting dropped to Vmin when Gfx is power gated

[PATCH] drm/i915: drop i915_ prefix from enable_rc6, enable_fbc, enable_ppgtt parameters
 2014-01-27 16:24 UTC  (2+ messages)

[PATCH] drm/i915: Decouple GPU error reporting from ring initialisation
 2014-01-27 16:13 UTC  (4+ messages)
    ` [Intel-gfx] "

[PATCH v2 3/5] drm/i915: Make sprite updates atomic
 2014-01-27 16:03 UTC  (5+ messages)
` [PATCH v3 "

[PATCH v4] drm/i915: Reorganize display pipe register accesses
 2014-01-27 13:31 UTC  (2+ messages)

[PATCH] drm/i915: Clean up display pipe register accesses
 2014-01-27 12:54 UTC  (6+ messages)

[PATCH v3] drm/i915: Clean up display pipe register accesses
 2014-01-27 11:21 UTC 

[PATCH v2] drm/i915: Clean up display pipe register accesses
 2014-01-27 11:17 UTC  (3+ messages)

[PATCH 1/2] drm/i915: Don't set the 8to6 dither flag when not scaling
 2014-01-27 10:18 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: read lvds_border_bits state from encoder->get_config
  ` [Intel-gfx] "

[PATCH 00/10] drm/i915: Some less complex FBC fixes
 2014-01-27  9:41 UTC  (10+ messages)
` [PATCH 05/10] drm/i915: Use 1/2 compression ratio limit for 16bpp on FBC2

[PATCH] drm/i915: GEN7_MSG_CONTROL is ivb-only
 2014-01-27  7:28 UTC  (4+ messages)

[PATCH 1/5] drm/i915: Round up object allocations
 2014-01-26 20:03 UTC  (10+ messages)

[PATCH 1/3] drm/i915: Tune down output when context is banned
 2014-01-26 18:58 UTC  (7+ messages)
` [PATCH 2/3] drm/i915: Seek only one guilty batch per hanged ring
` [PATCH 3/3] drm/i915: Get rid of acthd based batch search on reset stats
` [PATCH v2 1/3] drm/i915: Tune down debug output when context is banned

[PATCH] drm/i915: fix dp/sdvo i2c cleanup
 2014-01-26 15:40 UTC  (7+ messages)
` [PATCH v2] "
        ` [Intel-gfx] "

Supporting fused display configurations v4
 2014-01-26 15:09 UTC  (3+ messages)
` [PATCH 05/12] drm/i915: Remove INTEL_INFO()

[RFC PATCH] drm/i915: move module parameters into a struct
 2014-01-26 14:38 UTC  (4+ messages)
` [PATCH v2 1/2] drm/i915: drop the i915.fbpercrtc module parameter
  ` [PATCH v2 2/2] drm/i915: move module parameters into a struct, in a new file

[PATCH] drm/i915: Always pin the default context
 2014-01-25 20:23 UTC  (3+ messages)

[PATCH 1/2] drm: dp helper: Add DP test sink CRC definition
 2014-01-25 20:20 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] drm/i915: Redoing the PSR setup on resume
 2014-01-25 20:10 UTC  (2+ messages)

[PATCH 0/3] drm/i915: FIFO underrun reporting changes
 2014-01-25 19:14 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: Make underruns DRM_ERROR

[PATCH] drm/i915: debugfs: Add support for probing DP sink CRC
 2014-01-25 19:11 UTC  (4+ messages)

[PATCH 1/2] drm/i915: Place the Global GTT VM first in the list of VM
 2014-01-25 19:10 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: Print captured bo for all VM in error state

[PATCH] i915: remove pm_qos request on error
 2014-01-25 11:53 UTC  (2+ messages)

[PATCH 00/19] Make PC8 become part of runtime PM
 2014-01-24 19:58 UTC  (3+ messages)
` [PATCH 06/19] drm/i915: get/put runtime PM when we get/put a power domain


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