public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-11-27 16:03:38 to 2014-12-02 14:53:46 UTC [more...]

[PATCH] drm/i915: Fix startup failure in LRC mode after recent init changes
 2014-12-02 14:53 UTC  (3+ messages)

[PULL] drm-intel-next
 2014-12-02 14:29 UTC 

[PATCH] drm/i915: Don't pin LRC in GGTT when dumping in debugfs
 2014-12-02 14:22 UTC  (3+ messages)

[PATCH 01/10] drm: add helper to get crtc timings (v5)
 2014-12-02 14:10 UTC  (11+ messages)
` [PATCH 02/10] drm/i915: remove intel_crtc_cursor_set_obj() (v5)
` [PATCH 03/10] drm/i915: remove intel_pipe_set_base() (v4)
` [PATCH 04/10] drm/i915: Introduce intel_prepare_cursor_plane() (v2)
` [PATCH 05/10] drm/i915: Make intel_plane_state subclass drm_plane_state
` [PATCH 06/10] drm/i915: Consolidate plane 'prepare' functions (v2)
` [PATCH 07/10] drm/i915: Consolidate plane 'cleanup' operations (v2)
` [PATCH 08/10] drm/i915: Consolidate top-level .update_plane() handlers
` [PATCH 09/10] drm/i915: Ensure state->crtc is non-NULL for plane updates
` [PATCH 10/10] drm/i915: Make all plane disables use 'update_plane' (v2)

[PATCH] drm/i915: More cautious with pch fifo underruns
 2014-12-02 13:22 UTC  (8+ messages)

i915 driver failure
 2014-12-02 13:21 UTC  (9+ messages)
    ` [PATCH] drm/i915: Unlock panel even when LVDS is disabled

[PATCH v5 0/7] Command parser batch buffer copy
 2014-12-02 12:57 UTC  (6+ messages)

[PATCH] drm/i915: Reject modeset when the same digital port is used more than once
 2014-12-02 12:55 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 1/2] lib: Add GPGPU fill
 2014-12-02 11:59 UTC  (3+ messages)
` [PATCH 2/2] tests: Add gem_gpgpu_fill

[PATCH 1/2] drm/i915: Clean up pinned bo capture
 2014-12-02  9:56 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Don't capture pinned bo separately

[PATCH] drm/i915: Fix build warning in debugfs
 2014-12-02  9:43 UTC  (2+ messages)

[RFC] drm/i915: Infrastructure for supporting different GGTT views per object
 2014-12-02  9:12 UTC  (15+ messages)
` [PATCH] "
  ` [PATCH] drm/i915: Infrastructure for supporting

[PULL] drm-intel-next
 2014-12-02  7:36 UTC  (4+ messages)

[PATCH 0/9] i915 display refactoring (v3)
 2014-12-01 21:25 UTC  (20+ messages)
` [PATCH 4/9] drm/i915: Introduce intel_prepare_cursor_plane()
` [PATCH 6/9] drm/i915: Consolidate plane 'prepare' functions
` [PATCH 7/9] drm/i915: Consolidate plane 'cleanup' operations
` [PATCH 9/9] drm/i915: Make all plane disables use 'update_plane'
  ` [PATCH 9/9] drm/i915: Make all plane disables use

[PATCH 1/6] drm/i915: factor out compute_config from __intel_set_mode v3
 2014-12-01 19:26 UTC  (12+ messages)
` [PATCH 4/6] drm/i915: check for audio and infoframe changes across mode sets v2

[PATCH 0/9] BYT DSI Dual Link Support
 2014-12-01 19:21 UTC  (18+ messages)
` [PATCH 1/9] drm/i915: New functions added for enabling & disabling MIPI Port Ctrl reg
` [PATCH 2/9] drm/i915: Added port as parameter to the functions which does read/write of DSI Controller
` [PATCH 3/9] drm/i915: Add support for port enable/disable for dual link configuration
` [PATCH 4/9] drm/i915: Pixel Clock changes for DSI dual link
` [PATCH 5/9] drm/i915: Dual link needs Shutdown and Turn on packet for both ports
` [PATCH 6/9] drm/i915: Enable DSI PLL for both DSI0 and DSI1 in case of dual link
` [PATCH 7/9] drm/i915: MIPI Timings related changes for "
` [PATCH 8/9] drm/i915: Update the DSI disable path to support dual link panel disabling
` [PATCH 9/9] drm/i915: Update the DSI enable path to support dual link panel enabling

[PATCH] drm/i915: don't always do full mode sets when infoframes are enabled
 2014-12-01 17:54 UTC 

[PATCH 1/2] drm/i915: mask RPS IRQs properly when disabling RPS
 2014-12-01 17:35 UTC  (12+ messages)
` [PATCH 2/2] drm/i915: sanitize RPS resetting during GPU reset

[PATCH i-g-t] tests/drv_hangman: remove check for other drm clients
 2014-12-01 17:09 UTC  (2+ messages)

[PATCH] drm/i915: Convert pxvid to extvid lookup table
 2014-12-01 16:49 UTC  (8+ messages)
    ` [PATCH] drm/i915: Convert pxvid to extvid lookup table to a function

[PATCH v3 00/28] Replace seqno values with request structures
 2014-12-01 16:44 UTC  (7+ messages)
` [PATCH v3 21/28] drm/i915: Remove the now redundant 'obj->ring'

[PATCH 1/5] drm/i915: s/init()/init_hw()/ in intel_engine_cs
 2014-12-01 16:34 UTC  (15+ messages)
` [PATCH 2/5] drm/i915: s/intel_workarouns_ring/intel_render_workarounds/
` [PATCH 3/5] drm/i915: Move intel_init_pipe_control out of engine->init_hw
` [PATCH 4/5] drm/i915: Only init engines once
` [PATCH 5/5] drm/i915: Flatten engine init control flow

[PATCH v1 1/2] drm/i915: Enabling RC6 immediately instead of enabling via delayed work item
 2014-12-01 13:23 UTC  (5+ messages)
` [PATCH v1 2/2] drm/i915: Deferring uncore early sanitize, sanitize, disable pc8 to resume

[PATCH] drm/i915 Trouble with minimum brightness
 2014-12-01 12:16 UTC  (4+ messages)

[PATCH v1 1/1] drm/i915: Perform modeset based on DPMS state during resume
 2014-12-01  9:20 UTC  (4+ messages)

2014-Q3 release of XenGT - a Mediated Graphics Passthrough Solution from Intel
 2014-12-01  8:33 UTC 

[RFC PATCH v3 0/4] drm driver for VED in Intel GPU
 2014-12-01  8:32 UTC  (8+ messages)
` [RFC PATCH v3 1/4] drm/i915: add i915_ved.c to setup bridge for VED
      ` [Intel-gfx] "
` [RFC PATCH v3 2/4] drm/ipvr: drm driver "

[RFC PATCH v3 3/4] ipvr: user mode helper for ipvr drm driver
 2014-12-01  3:09 UTC  (2+ messages)

[RFC PATCH v3 4/4] tests/drv_module_reload: add ipvr support
 2014-12-01  3:06 UTC  (6+ messages)

[PATCH] drm/i915: vlv: fix save/restore of MAX_REQ_COUNT reg
 2014-11-28 20:45 UTC  (3+ messages)
` [PATCH v2] drm/i915: vlv: fix save/restore of GFX_MAX_REQ_COUNT reg
  ` [PATCH v2] drm/i915: vlv: fix save/restore of

[PATCH 1/2] drm/i915: compute wait_ioctl timeout correctly
 2014-11-28 19:09 UTC  (8+ messages)
` [PATCH 2/2] drm/i915: Handle inaccurate time conversion issues
  ` [PATCH 2/2] drm/i915: Handle inaccurate time conversion

[RFC] tests/gem_ring_sync_copy: reduce memory usage
 2014-11-28 18:49 UTC  (11+ messages)

[PATCH] drm/i915: Remove unnecessary goto in intel_primary_plane_disable()
 2014-11-28 18:16 UTC  (3+ messages)
` [PATCH] drm/i915: Remove unnecessary goto in

[PATCH] drm/i915: Bug fixes to ring 'head' updating
 2014-11-28 17:51 UTC  (5+ messages)
` [PATCH v3 0/2] Updates to ring freespace calculations
  ` [PATCH v3 2/2] drm/i915: Consolidate "
    ` [PATCH v3 2/2] drm/i915: Consolidate ring freespace

[PATCH 00/11] BYT DSI Dual Link Support
 2014-11-28 17:19 UTC  (6+ messages)
` [PATCH 0/3] "

[RFC 0/6] eDP DRRS based on frontbuffer tracking
 2014-11-28 17:17 UTC  (4+ messages)

[PATCH i-g-t 1/4] igt_kms: add a base edid
 2014-11-28 16:22 UTC  (4+ messages)
` [PATCH i-g-t 2/4] tests/kms_force_connect: split into subtests
` [PATCH i-g-t 3/4] tests: use base edid
` [PATCH i-g-t 4/4] lib: remove igt_edid.h

[PATCH i-g-t] tests/kms_flip: Fix assert about vblank wait duration
 2014-11-28 14:57 UTC 

[PATCH i-g-t 1/6] docs: split the test program documentation into sections
 2014-11-28 13:45 UTC  (6+ messages)
` [PATCH i-g-t 2/6] docs: add subtest lists to test descriptions
` [PATCH i-g-t 3/6] docs: add exit status documentation
` [PATCH i-g-t 4/6] docs: add a glossary of test name terms
` [PATCH i-g-t 5/6] docs: treat the test description as cdata
` [PATCH i-g-t 6/6] tests: add more test descriptions

[PULL] topic/core-stuff
 2014-11-28 13:27 UTC 

[QA 11/28 ww48] Testing report for `drm-intel-testing` (was: Updated -next)
 2014-11-28  6:33 UTC 

[PATCH] drm/i915: Disable FBC if primary plane is rotated on Haswell
 2014-11-28  1:50 UTC  (4+ messages)
` [PATCH] drm/i915: Disable FBC if primary plane is


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