public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-08-05 11:08:20 to 2014-08-07 05:56:43 UTC [more...]

[PATCH 0/3] Update DDL code to support sprite watermarks
 2014-08-07  5:56 UTC  (4+ messages)
` [PATCH 3/3] drm/i915: Add sprite watermark programming for VLV and CHV

[PATCH] drm/i915: fix plane/cursor handling when runtime suspended
 2014-08-06 21:26 UTC  (2+ messages)
` [PATCH] tests/pm_rpm: add subtests for planes and cursors

[PATCH 01/15] drm/i915: vma/ppgtt lifetime rules
 2014-08-06 19:55 UTC  (18+ messages)
` [PATCH 02/15] drm/i915: Some cleanups for the ppgtt lifetime handling
` [PATCH 03/15] drm/i915: Move i915_gem_chipset_flush to where it belongs
` [PATCH 04/15] drm/i915: Track file_priv, not ctx in the ppgtt structure
` [PATCH 05/15] drm/i915: Only refcount ppgtt if it actually is one
` [PATCH 06/15] drm/i915: Add proper prefix to obj_to_ggtt
` [PATCH 07/15] drm/i915: Allow i915_gem_setup_global_gtt to fail
` [PATCH 08/15] drm/i915: Fix up checks for aliasing ppgtt
` [PATCH 09/15] drm/i915: Initialize the aliasing ppgtt as part of global gtt
  ` [PATCH 1/2] drm/i915: Rework ppgtt init to no require an aliasing ppgtt
    ` [PATCH 2/2] drm/i915: Initialize the aliasing ppgtt as part of global gtt
` [PATCH 10/15] drm/i915: Only track real ppgtt for a context
` [PATCH 11/15] drm/i915: Drop create_vm argument to i915_gem_create_context
` [PATCH 12/15] drm/i915: Extract common cleanup into i915_ppgtt_release
` [PATCH 13/15] drm/i915: Extract commmon global gtt cleanup code
` [PATCH 14/15] drm/i915: Cleanup aliasging ppgtt alongside the global gtt
` [PATCH 15/15] drm/i915: don't touch console_lock for I915_FBDEV=n

[PATCH] drm: Don't grab an fb reference for the idr
 2014-08-06 19:53 UTC  (7+ messages)

[PATCH 2/3] drm/i915: Generalize drain latency computation
 2014-08-06 20:28 UTC  (8+ messages)
` [PATCH v2 1/2] "
    ` [PATCH v3] "
  ` [PATCH 2/2] drm/i915: Round-up clock and limit drain latency

[PATCH] drm/i915: Rework GPU reset sequence to match driver load & thaw
 2014-08-06 16:24 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 i-g-t] lib/chv: CHV media pipeline command sequence
 2014-08-06 16:05 UTC  (3+ messages)

[PATCH 1/2] drm/i915: Slice/Subslice/EU info via GETPARAM
 2014-08-06 15:02 UTC  (11+ messages)
` [PATCH 2/2] drm/i915/chv: Implement SSEU info for CHV

[PATCH 00/15] drm-intel-collector - update
 2014-08-06 15:00 UTC  (33+ messages)
` [PATCH 01/15] drm/i915: Bring UP Power Wells before disabling RC6
` [PATCH 02/15] drm/i915: Don't save/restore RS when not used
` [PATCH 03/15] drm/i915: Upgrade execbuffer fail after resume failure to EIO
` [PATCH 04/15] drm/i915: honour forced connector modes
` [PATCH 05/15] drm/i915: Don't promote UC to WT automagically
` [PATCH 06/15] drm/i915: Refactor the physical and virtual page hws setup
` [PATCH 07/15] drm/i915: clean up PPGTT checking logic
` [PATCH 08/15] drm/i915: re-order ppgtt sanitize logic v2
` [PATCH 09/15] drm/i915: Bring GPU Freq to min while suspending
` [PATCH 10/15] drm/i915/bdw: Map unused PDPs to a scratch page
` [PATCH 11/15] drm/i915: Set M2_N2 registers during mode set
` [PATCH 12/15] drm/i915: State readout and cross-checking for dp_m2_n2
` [PATCH 13/15] drm/i915: HDMI detection based on HPD pin live status
` [PATCH 14/15] drm/i915: capture_reg_state interrupt registers for Gen8
` [PATCH 15/15] drm/i915/chv: Use timeout mode for RC6 on chv

[PATCH 0/3] Fixes for runtime PM on planes APIs
 2014-08-06 14:23 UTC  (7+ messages)
` [PATCH 2/2] tests/pm_rpm: add planes subtests

[PATCH v2 00/19] drm: More vblank on/off work
 2014-08-06 14:19 UTC  (31+ messages)
` [PATCH v2 01/19] drm: Always reject drm_vblank_get() after drm_vblank_off()
` [PATCH v2 02/19] drm/i915: Warn if drm_vblank_get() still works "
` [PATCH 03/19] drm: Don't clear vblank timestamps when vblank interrupt is disabled
` [PATCH 04/19] drm: Move drm_update_vblank_count()
` [PATCH 05/19] drm: Have the vblank counter account for the time between vblank irq disable and drm_vblank_off()
` [PATCH 06/19] drm: Avoid random vblank counter jumps if the hardware counter has been reset
` [PATCH v2 07/19] drm: Reduce the amount of dev->vblank[crtc] in the code
` [PATCH 08/19] drm: Fix deadlock between event_lock and vbl_lock/vblank_time_lock
` [PATCH 09/19] drm: Fix race between drm_vblank_off() and drm_queue_vblank_event()
    ` [Intel-gfx] "
` [PATCH v2 10/19] drm: Disable vblank interrupt immediately when drm_vblank_offdelay<0
` [PATCH v2 11/19] drm: Add dev->vblank_disable_immediate flag
` [PATCH 12/19] drm/i915: Opt out of vblank disable timer on >gen2
` [PATCH v2 13/19] drm: Kick start vblank interrupts at drm_vblank_on()
` [PATCH 14/19] drm: Don't update vblank timestamp when the counter didn't change
` [PATCH 15/19] drm: Update vblank->last in drm_update_vblank_count()
  ` [Intel-gfx] "
` [PATCH 16/19] drm: Store the vblank timestamp when adjusting the counter during disable
  ` [Intel-gfx] "
` [PATCH 17/19] drm/i915: Clear .last vblank count before drm_vblank_off() when sanitizing crtc state
  ` [Intel-gfx] "
` [PATCH 18/19] drm/i915: Update scanline_offset only for active crtcs
` [PATCH 19/19] drm: Fix confusing debug message in drm_update_vblank_count()
` [PATCH igt] tests/kms_flip: Assert that vblank timestamps aren't zeroed

[PATCH 1/2] drm: Warn when leaking flip events on close
 2014-08-06 14:10 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Free pending page flip events at .preclose()
    ` [PATCH igt] tests: Add kms_flip_event_leak test

[PATCH] drm: Perform cmdline mode parsing during connector initialisation
 2014-08-06 12:52 UTC  (7+ messages)
` [PATCH] video/fbdev: Always built-in video= cmdline parsing
` [PATCH 1/2] "
  ` [PATCH 2/2] drm: Perform cmdline mode parsing during connector initialisation

[PATCH 0/6] Rename DP training vswing/pre-emph defines
 2014-08-06 11:18 UTC  (13+ messages)
` [PATCH 1/6] drm: Renaming "
    ` [PATCH] "
      ` [PATCH] drm: Removing the redundant "
` [PATCH 4/6] drm/radeon: Renaming DP training "
` [PATCH 5/6] drm/gma500: "
` [PATCH 6/6] drm/tegra: "

3.16.0: [drm:i915_gem_init] *ERROR* Failed to initialize GPU, declaring it wedged
 2014-08-06 10:35 UTC  (2+ messages)

[PATCH 00/43] Execlists v5
 2014-08-06  9:28 UTC  (6+ messages)
` [PATCH 34/43] drm/i915/bdw: Make sure gpu reset still works with Execlists

[PATCH 5/7] drm/i915: Initialize the aliasing ppgtt as part of global gtt
 2014-08-06  8:46 UTC  (6+ messages)
` [PATCH] "

[PATCH 0/6 v2] Add 180 degree primary and sprite rotation
 2014-08-06  8:40 UTC  (10+ messages)
` [PATCH 1/6] drm/i915: Add 180 degree sprite rotation support
` [PATCH 2/6] drm/i915: Make intel_plane_restore() return an error
` [PATCH 3/6] drm: Add rotation_property to mode_config
` [PATCH 4/6] drm/i915: Add rotation property for sprites
` [PATCH 5/6] drm/i915: Add 180 degree primary plane rotation support
` [PATCH 6/6] drm: Resetting rotation property

[PATCH 2/2] drm/i915: Fix DEIER and GTIER collecting for BDW
 2014-08-06  7:51 UTC  (4+ messages)
` [PATCH] "

[PATCH] drm/i915: Specify bsd rings through exec flag
 2014-08-06  7:45 UTC  (6+ messages)

[PATCH] drm/i915: lock around link status and link training
 2014-08-06  0:12 UTC  (4+ messages)

[PATCH v2 i-g-t] intel-gpu-tools: add igt_core init func calls to some tests
 2014-08-05 20:54 UTC  (2+ messages)

[PATCH] drm/i915: Android sync points for i915
 2014-08-05 17:52 UTC  (15+ messages)
` [PATCH] drm/i915: Android sync points for i915 v2

[PATCH 1/7] drm/i915/bdw: Always issue a force restore
 2014-08-05 17:10 UTC  (5+ messages)
` [PATCH 2/7] drm/i915: Add thread stall DOP clock gating workaround on Broadwell
` [PATCH 4/7] drm/i915/bdw: cs-stall before state cache invld w/a

[PATCH] drm/i915: Don't accumate hangcheck score on forward progress
 2014-08-05 16:37 UTC  (5+ messages)
  ` [PATCH] drm/i915: Don't accumulate "

[PATCH 1/2] drm/i915: Get CZ clock for VLV
 2014-08-05 15:40 UTC  (4+ messages)

[PULL] topic/core-stuff
 2014-08-05 15:24 UTC 

[PATCH v2] drm/i915: Add sprite watermark programming for VLV and CHV
 2014-08-05 17:51 UTC  (2+ messages)

[PATCH 0/6 v2] Add 180 degree primary and sprite rotation
 2014-08-05 13:35 UTC  (3+ messages)

[PATCH] intel: Adding locks for drm objects synchronization
 2014-08-05 18:51 UTC 

[PATCH] intel-gpu-tools: Change type of variable from unsigned to uint64_t in gem_stress
 2014-08-05 12:27 UTC  (4+ messages)

[PATCH] drm/i915: Rename defines for selection of ddi buffer translation slot
 2014-08-05 12:06 UTC 

[PATCH 2/6] drm/i915: Renaming DP training vswing/pre-emph defines
 2014-08-05 11:47 UTC  (2+ messages)
` [PATCH] "

[PATCH 0/3] Only initialize detected DDI buffers (v2)
 2014-08-05 11:19 UTC  (3+ messages)
` [PATCH 1/3] drm/i915: Introduce a for_each_intel_encoder() macro

[PATCH] drm/i915: Demote the DRRS messages to debug messages
 2014-08-05 11:16 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