public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-01-28 14:22:10 to 2014-01-30 12:48:13 UTC [more...]

[PATCH 00/13] [REPOST] Broadwell HW semaphores
 2014-01-30 12:48 UTC  (18+ 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] drm/i915: enable HiZ Raw Stall Optimization
 2014-01-30 12:40 UTC  (6+ messages)
` [PATCH 1/2] drm/i915: enable HiZ Raw Stall Optimization on HSW

[PATCH 0/4] drm/i915/dp: native aux read return value fixes and cleanup
 2014-01-30 12:00 UTC  (9+ messages)
` [PATCH 1/4] drm/i915/dp: make intel_dp_aux_native_read() return bool
    ` [PATCH v2] "
` [PATCH 2/4] drm/i915/dp: move intel_dp_aux_native_read_retry() near other reads
  ` [PATCH v2] "
` [PATCH 3/4] drm/i915/dp: clean up cargo culted intel_dp_aux_native_read_retry() usage
` [PATCH 4/4] drm/i915/dp: fix intel_dp_aux_native_read_retry() return value check

[RFC 00/22] Gen7 batch buffer command parser
 2014-01-30 11:46 UTC  (46+ 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
  ` [PATCH 5/6] tests/gem_exec_parse: Test for batches w/o MI_BATCH_BUFFER_END
  ` [PATCH 6/6] tests/gem_exec_parse: Test a command crossing a page boundary

[PATCH 1/6] drm/i915: Extract register state error capture
 2014-01-30 11:34 UTC  (8+ messages)
` [PATCH 2/6] drm/i915: Logically reorder error register capture
` [PATCH 3/6] drm/i915: Reorder struct members
` [PATCH 4/6] drm/i915: Move per ring error state to ring_error
` [PATCH 5/6] drm/i915: Add some more registers to error state
` [PATCH 6/6] drm/i915: Capture PPGTT info on error capture

[PATCH 3/3] drm/i915: Introduce mapping of user pages into video memory (userptr) ioctl
 2014-01-30 11:06 UTC  (8+ messages)
` [PATCH] "

Intel HD 4400 with SLES 11 SP1
 2014-01-30  9:50 UTC 

[PATCH] tests/gem_userptr_blits: Expanded userptr test cases
 2014-01-30  9:31 UTC  (5+ messages)

[PATCH v5 0/2] VLV Turbo/rps + RC6 workaround
 2014-01-30  7:03 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 0/5] Enabling DRRS in the kernel
 2014-01-30  6:52 UTC  (18+ messages)
` [PATCH 1/5] drm/i915: Adding VBT fields to support eDP DRRS feature
` [PATCH 2/5] drm/i915: Parse EDID probed modes for DRRS support
` [PATCH 3/5] drm/i915: Add support for DRRS to switch RR
` [PATCH 4/5] drm/i915: Idleness detection for DRRS
` [PATCH 5/5] drm/i915/bdw: Add support for DRRS to switch RR

[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 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 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 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  (20+ messages)
` [PATCH 16/28] drm/i915: WaApplyL3ControlAndL3ChickenMode isn't applicable for 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 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  (4+ messages)

[RFC] How to assign blame when multiple rings are hung
 2014-01-28 19:36 UTC  (3+ messages)

[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  (4+ messages)
` [PATCH 7/9] drm/i915: Simplify i915_gem_object_ggtt_unpin


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