public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-01-28 07:54:31 to 2014-01-29 21:59:06 UTC [more...]

[RFC 00/22] Gen7 batch buffer command parser
 2014-01-29 21:58 UTC  (20+ messages)
` [PATCH 00/13] "
  ` [PATCH 01/13] drm/i915: Refactor shmem pread setup
  ` [PATCH 02/13] drm/i915: Implement command buffer parsing logic
  ` [PATCH 03/13] drm/i915: Initial command parser table definitions
  ` [PATCH 04/13] drm/i915: Reject privileged commands
  ` [PATCH 05/13] drm/i915: Allow some privileged commands from master
  ` [PATCH 06/13] drm/i915: Add register whitelists for mesa
  ` [PATCH 07/13] drm/i915: Add register whitelist for DRM master
  ` [PATCH 08/13] drm/i915: Enable register whitelist checks
  ` [PATCH 09/13] drm/i915: Reject commands that explicitly generate interrupts
  ` [PATCH 10/13] drm/i915: Enable PPGTT command parser checks
  ` [PATCH 11/13] drm/i915: Reject commands that would store to global HWS page
  ` [PATCH 12/13] drm/i915: Add a CMD_PARSER_VERSION getparam
  ` [PATCH 13/13] drm/i915: Enable command parsing by default
` [PATCH] intel: Merge i915_drm.h with cmd parser define
` [PATCH 1/6] tests: Add a test for the command parser
  ` [PATCH 2/6] tests/gem_exec_parse: Add tests for rejected commands
  ` [PATCH 3/6] tests/gem_exec_parse: Add tests for register whitelist
  ` [PATCH 4/6] tests/gem_exec_parse: Add tests for bitmask checks

New API for creating bo from user pages
 2014-01-29 21:58 UTC  (10+ 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] drm/i915: VM eviction only targets address space not physical pages
 2014-01-29 21:55 UTC  (4+ messages)

[PATCH 0/4] context reset stats fixes for ppgtt
 2014-01-29 21:44 UTC  (9+ 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] drm/i915: Kerneldoc for i915_gem_evict.c
 2014-01-29 21:19 UTC 

[PATCH] [TRIVIAL] drm/i915: Fix HSW debugfs frequency print
 2014-01-29 20:45 UTC  (3+ messages)

[PATCH] tests/gem_userptr_blits: Expanded userptr test cases
 2014-01-29 20:11 UTC  (3+ messages)

[PATCH 00/19] ILK+ interrupt improvements
 2014-01-29 20:08 UTC  (2+ messages)
` [PATCH 20/19] drm/i915: add POSTING_READs to the IRQ init/reset macros

[PATCH 00/13] [REPOST] Broadwell HW semaphores
 2014-01-29 19:55 UTC  (14+ messages)
` [PATCH 01/13] drm/i915: Move semaphore specific ring members to struct
` [PATCH 02/13] drm/i915: Virtualize the ringbuffer signal func
` [PATCH 03/13] drm/i915: Move ring_begin to signal()
` [PATCH 04/13] drm/i915: Make semaphore updates more precise
` [PATCH 05/13] drm/i915: gen specific ring init
` [PATCH 06/13] drm/i915/bdw: implement semaphore signal
` [PATCH 07/13] drm/i915/bdw: implement semaphore wait
` [PATCH 08/13] drm/i915: FORCE_RESTORE for gen8 semaphores
` [PATCH 09/13] drm/i915/bdw: poll semaphores
` [PATCH 10/13] drm/i915: Extract semaphore error collection
` [PATCH 11/13] drm/i915/bdw: collect semaphore error state
` [PATCH 12/13] drm/i915: unleash semaphores on gen8
` [PATCH 13/13] drm/i915: semaphore debugfs

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

[PATCH] drm/i915: fix wait_remaining_ms_from_jiffies
 2014-01-29 19:39 UTC  (4+ messages)

[PATCH v5 0/2] VLV Turbo/rps + RC6 workaround
 2014-01-29 19:30 UTC  (12+ 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 2/3] tests/kms_psr_sink_crc: Create test to test PSR by checking panel CRC
 2014-01-29 19:25 UTC  (4+ messages)
` [PATCH] "

[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  (3+ messages)
` [PATCH 1/2] drm/i915: enable HiZ Raw Stall Optimization on HSW

[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 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 v6] drm/i915: Reorganize display pipe register accesses
 2014-01-29 11:52 UTC  (2+ 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)

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  (9+ messages)
` [PATCH 4/9] drm/i915: Handle set_cache_level errors in the status page setup
` [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 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)

[PATCH 1/9] drm/i915: Consolidate binding parameters into flags
 2014-01-28 13:09 UTC  (3+ messages)
` [PATCH] "

[PATCH 1/2] drm/i915: Don't drop pinned fences
 2014-01-28 12:40 UTC  (4+ messages)

[PATCH 1/5] drm/i915: Implement CS stall workaround on Broadwell
 2014-01-28 12:32 UTC  (3+ messages)

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


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