public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-01-27 16:22:32 to 2014-01-29 19:21:45 UTC [more...]

[PATCH] drm/i915: Add Baytrail PSR Support
 2014-01-29 19:21 UTC  (19+ messages)
` [PATCH 4/4] "

[PATCH 00/28] drm/i915: Lots of workaround changes (resurrected)
 2014-01-29 19:17 UTC  (48+ 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 16/28] drm/i915: WaApplyL3ControlAndL3ChickenMode isn't applicable for 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 21/28] drm/i915: Drop WaDisableVDSUtnitClockGating:vlv
` [PATCH 22/28] drm/i915: Drop WaDisableTDLUnitClockGating:vlv
` [PATCH 23/28] drm/i915: gen7_setup_fixed_func_scheduler() actually implements WaVSThreadDispatchOverride
` [PATCH 24/28] drm/i915: Don't apply WaVSThreadDispatchOverride on HSW
` [PATCH 25/28] drm/i915: VLV wants WaVSThreadDispatchOverride too
` [PATCH 27/28] drm/i915: Clarify WaDisable4x2SubspanOptimization situation for VLV
` [PATCH 28/28] Revert "drm/i915: set conservative clock gating values on VLV v2"

[PATCH] drm/i915: enable HiZ Raw Stall Optimization
 2014-01-29 17:56 UTC  (7+ 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 v6] drm/i915: Disable/Enable PM Intrrupts based on the current freq
 2014-01-29 17:23 UTC 

[PATCH intel-gpu-tools] gem_ring_sync_copy: Add a ring to ring synchronization test
 2014-01-29 16:17 UTC 

[PATCH v5 0/2] VLV Turbo/rps + RC6 workaround
 2014-01-29 15:59 UTC  (11+ 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 1/3] drm/i915: Tune down output when context is banned
 2014-01-29 15:28 UTC  (10+ 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 0/4] context reset stats fixes for ppgtt
 2014-01-29 15:05 UTC  (5+ messages)
` [PATCH 1/4] drm/i915: Use i915_hw_context to set reset stats
` [PATCH 2/4] drm/i915: Tune down debug output when context is banned
` [PATCH 3/4] drm/i915: Use hangcheck score to find guilty context
` [PATCH 4/4] drm/i915: Get rid of acthd based guilty batch search

[PATCH] tests/gem_userptr_blits: Expanded userptr test cases
 2014-01-29 14:56 UTC  (2+ messages)

[PATCH 2/3] tests/kms_psr_sink_crc: Create test to test PSR by checking panel CRC
 2014-01-29 14:56 UTC  (3+ messages)
` [PATCH] "

[PATCH v2 1/2] drm/i915: fix wait_remaining_ms_from_jiffies
 2014-01-29 13:26 UTC  (4+ messages)
` [PATCH v2 2/2] drm/i915: fix initial timestamps for PP sequencing logic

[PATCH v6] drm/i915: Reorganize display pipe register accesses
 2014-01-29 11:52 UTC  (2+ messages)

[PATCH] drm/i915: fix wait_remaining_ms_from_jiffies
 2014-01-29 11:37 UTC  (3+ messages)

[PATCH 0/9] Broadwel RC6 & RPS
 2014-01-29  4:25 UTC  (11+ messages)
` [PATCH 1/9] drm/i915: Clarify RC6 enabling
` [PATCH 2/9] drm/i915: Stop pretending VLV has rc6+
` [PATCH 3/9] drm/i915: Just print rc6 facts
` [PATCH 4/9] drm/i915/bdw: Use centralized rc6 info print
` [PATCH 5/9] drm/i915/bdw: Extract rp_state_caps logic
` [PATCH 5/9] drm/i915/bdw: Set rp_state_caps
` [PATCH 6/9] drm/i915/bdw: Set initial rps freq to nominal
` [PATCH 7/9] drm/i915/bdw: RPS frequency bits are the same as HSW
` [PATCH 8/9] drm/i915/bdw: Implement a basic PM interrupt handler
` [PATCH 9/9] drm/i915/bdw: Enable RC6

Add two new subtests to pm_rps
 2014-01-29  0:25 UTC  (5+ messages)
` [PATCH 1/4] pm_rps: New subtest min-max-config-idle
` [PATCH 2/4] lib/drmtest: Add igt_wait_helper
` [PATCH 3/4] pm_rps: Add load helper for loading gpu
` [PATCH 4/4] pm_rps: New subtest min-max-config-loaded

[PATCH] drm/i915: Set primary plane enable at dpcntrl
 2014-01-28 19:46 UTC  (2+ messages)
` [PATCH 1/4] "

Excessive WARN()s in Intel 915 driver
 2014-01-28 19:42 UTC  (6+ messages)

[PATCH 0/3] drm/i915: Reduce fence usage for scanout
 2014-01-28 19:39 UTC  (7+ messages)
` [PATCH 1/3] drm/i915: Don't waste fences on sprite buffers
` [PATCH 2/3] drm/i915: Fix fence leaks if fbdev setup fails
` [PATCH 3/3] drm/i915: Don't waste fences for scanout when not needed

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

[PATCH] drm/i915: Redoing the PSR setup on resume
 2014-01-28 19:31 UTC  (4+ messages)

[PATCH] drm/i915: VM eviction only targets address space not physical pages
 2014-01-28 18:08 UTC 

Excessive WARN()s in Intel 915 driver
 2014-01-28 16:34 UTC  (2+ messages)

[PATCH 1/1] drm/i915: Enabling plane rotation control through sysfs
 2014-01-28 15:59 UTC  (4+ messages)

Split-up of "drm/i915: Only bind each object rather than for every execbuffer"
 2014-01-28 14:21 UTC  (20+ 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 v5] drm/i915: Reorganize display pipe register accesses
 2014-01-28 13:54 UTC 

[PATCH v4] drm/i915: Reorganize display pipe register accesses
 2014-01-28 13:53 UTC  (3+ messages)

[PATCH] Fix LIBDRM_PATH for top android build
 2014-01-28 13:30 UTC  (2+ messages)

New API for creating bo from user pages
 2014-01-28 13:16 UTC  (5+ 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] "

[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

[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)

[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 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  (3+ messages)
` [PATCH] lib: Export interval_tree

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

[PATCH 1/5] drm/i915: Place the Global GTT VM first in the list of VM
 2014-01-27 21:54 UTC  (11+ messages)
` [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  (4+ messages)

[PATCH] drm/i915: drop i915_ prefix from enable_rc6, enable_fbc, enable_ppgtt parameters
 2014-01-27 16:24 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