Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-04-26 17:00:13 to 2012-05-01 18:40:48 UTC [more...]

[PATCH 0/5] Dynamic Parity Detection/Correction
 2012-05-01 18:40 UTC  (10+ messages)
` [PATCH 1/5] drm/i915: Use a global lock for modifying global irq flags
` [PATCH 2/5] drm/i915: Dynamic Parity Detection handling
` [PATCH 3/5] drm/i915: enable parity error interrupts
` [PATCH 4/5] drm/i915: remap l3 on hw init
` [PATCH 5/5] drm/i915: l3 parity sysfs interface
` [PATCH] l3 parity tool

[PATCH 0/5 v3] timed BO wait
 2012-05-01 18:08 UTC  (13+ messages)
` [PATCH 1/5 v2] drm/i915: timeout parameter for seqno wait
  ` [PATCH 1/5] "
` [PATCH 2/5] drm/i915: make waiting trace events more useful
` [PATCH 3/5 v2] drm/i915: extract some common olr+wedge code
` [PATCH 4/5 v3] drm/i915: wait render timeout ioctl
  ` [PATCH 4/5] "
` [PATCH 5/5] drm/i915: s/i915_wait_reqest/i915_wait_seqno/g
` [PATCH] intel: add a timed wait function
` [PATCH] tests/wait render timeout test

[PATCH] drm/i915: Remove unused dev_priv->vblank_pipe
 2012-05-01 17:55 UTC  (2+ messages)

[PATCH] drm/i915: Remove unused ring->irq_seqno
 2012-05-01 17:45 UTC  (3+ messages)

[PATCH] drm/i915: Only enable IPS polling for gen5
 2012-05-01 17:45 UTC  (3+ messages)

Allocate objects from stolen memory in preparation for BIOS takeover
 2012-05-01 17:35 UTC  (5+ messages)
` [PATCH 13/28] drm/i915: Avoid clearing preallocated regions from the GTT
` [PATCH] drm/i915: Fix location of stolen memory register for SandyBridge+

[PATCH 1/2] drm/i915: time out of load detect busy-waits
 2012-05-01 17:26 UTC  (5+ messages)

[PATCH 00/24] Haswell v4
 2012-05-01 15:01 UTC  (57+ messages)
` [PATCH 01/24] drm/i915: add Haswell DIP controls registers
` [PATCH 02/24] drm/i915: support infoframes on Haswell
` [PATCH 03/24] drm/i915: add support for SBI ops
` [PATCH 04/24] drm/i915: calculate same watermarks on Haswell as on Ivy Bridge
` [PATCH 05/24] drm/i915: reuse Ivybridge interrupts code for Haswell
` [PATCH 06/24] drm/i915: properly check for pipe count
` [PATCH 07/24] drm/i915: show unknown sdvox registers on hdmi init
` [PATCH 08/24] drm/i915: do not use fdi_normal_train on haswell
` [PATCH 09/24] drm/i915: detect PCH encoders on Haswell
` [PATCH 10/24] drm/i915: enable power wells on haswell init
` [PATCH 11/24] drm/i915: program WM_LINETIME on Haswell
` [PATCH 12/24] drm/i915: add LPT PCH checks
` [PATCH 13/24] drm/i915: handle DDI-related assertions
` [PATCH 14/24] drm/i915: account for only one PCH receiver on Haswell
` [PATCH 15/24] drm/i915: initialize DDI buffer translations
` [PATCH 16/24] drm/i915: support DDI training in FDI mode
` [PATCH 17/24] drm/i915: disable pipe DDI function when disabling pipe
` [PATCH 18/24] drm/i915: program iCLKIP on Lynx Point
` [PATCH 19/24] drm/i915: detect digital outputs on Haswell
` [PATCH 20/24] drm/i915: add support for DDI-controlled digital outputs
` [PATCH 21/24] drm/i915: add WR PLL programming table
` [PATCH 22/24] drm/i915: move HDMI structs to shared location
` [PATCH 23/24] drm/i915: prepare HDMI link for Haswell
` [PATCH 24/24] drm/i915: hook Haswell devices in place

[ANNOUNCE] xf86-video-intel 2.19.0 [resend]
 2012-05-01 10:47 UTC 

TIMESTAMP register
 2012-04-30 21:11 UTC  (7+ messages)

[PATCH 01/10] drm/i915: add interface to simulate gpu hangs
 2012-04-30  1:03 UTC  (15+ messages)
` [PATCH 02/10] drm/i915: rework dev->first_error locking
` [PATCH 03/10] drm/i915: allow the existing error_state to be destroyed
` [PATCH 04/10] drm/i915: simplify i915_reset a bit
` [PATCH 05/10] drm/i915: extract intel_gpu_reset
` [PATCH 06/10] drm/i915: make gpu hangman more resilient
` [PATCH 07/10] drm/i915: kill flags parameter for reset functions
` [PATCH 08/10] drm/i915: also reset the media engine on gen4/5
` [PATCH 09/10] drm/i915: remove modeset reset from i915_reset
` [PATCH 10/10] drm/i915: kill gen4 gpu reset code

how to install xf86-video-intel
 2012-04-29 20:59 UTC  (2+ messages)

Intel HD3000 Graphics + i3-2330M CPU
 2012-04-29 19:12 UTC  (2+ messages)

[PATCH 00/12 v2] wait for BO with timeout
 2012-04-29  9:27 UTC  (31+ messages)
` [PATCH 01/12 v2] drm/i915: remove do_retire from i915_wait_request
` [PATCH 02/12] drm/i915: remove some extra retiring
` [PATCH 03/12 v2] drm/i915: move vbetool invoked ier stuff
` [PATCH 04/12 v2] drm/i915: kill waiting_seqno
` [PATCH 05/12 v2] drm/i915: drop polled waits from i915_wait_request
` [PATCH 06/12 v2] drm/i915: extract __wait_seqno "
` [PATCH 07/12] drm/i915: remove polled wait from throttle
` [PATCH 08/12 v2] drm/i915: use __wait_seqno for ring throttle
` [PATCH 09/12] drm/i915: timeout parameter for seqno wait
` [PATCH 10/12] drm/i915: extract some common olr+wedge code
` [PATCH 11/12 v2] drm/i915: wait render timeout ioctl
` [PATCH 12/12] drm/i915: s/i915_wait_reqest/i915_wait_seqno/g

[PATCH] drm/i915: Always update RPS interrupts thresholds along with frequency
 2012-04-29  2:18 UTC  (2+ messages)

[ANNOUNCE] GLAMOR 0.4 Release
 2012-04-28 10:58 UTC 

[ANNOUNCE] GLAMOR 0.4 Release
 2012-04-28 10:05 UTC 

[PATCH 1/2] drm/i915: i915.enable_backlight=0 disables intel_backlight
 2012-04-27 21:55 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: quirk disable i915 backlight on Dell XPS 13z

[PATCH 1/2] drm/i915: clear up backlight inversion confusion on gen4
 2012-04-27 20:18 UTC  (10+ messages)
` [PATCH 0/4] drm/i915: "
  ` [PATCH 3/4] drm/i915: add quirk to indicate that an alt bit is used for brightness inversion
      ` [PATCH] properly enable the blc controller on the right pipe

[PATCH v2] drm/i915: Set the Stencil Cache eviction policy to non-LRA mode
 2012-04-27 20:05 UTC  (2+ messages)

[PATCH] drm/i915: Set the Stencil Cache eviction policy to non-LRA mode
 2012-04-27 19:44 UTC 

[PATCH] drm/i915: enable semaphores on gen6 if dmar is not active
 2012-04-27 17:54 UTC  (7+ messages)
` [Intel-gfx] "

[PATCH] drm/i915: gen6_enable_rps() wants to be called after ring initialisation
 2012-04-27 17:36 UTC 

Updated -next
 2012-04-27 13:44 UTC  (3+ messages)

[PATCH] drm/i915: use the new masked bit macro some more
 2012-04-27  9:30 UTC  (6+ messages)

[RFC] drm/i915: Move the STC LRA eviction policy workaround after ring init
 2012-04-27  8:34 UTC  (2+ messages)

[PATCH 0/6] gpu hangman support
 2012-04-27  0:03 UTC  (2+ messages)

[PATCH 00/17] dri1 dragon slaughtering, v2
 2012-04-26 22:34 UTC  (2+ messages)
  ` [PATCH 01/17] drm/i915: move dri1 vblank stubs to i915_dma.c

[PATCH 00/17] dri1 dragon slaughtering, v2
 2012-04-26 21:28 UTC  (18+ messages)
` [PATCH 01/17] drm/i915: move dri1 vblank stubs to i915_dma.c
` [PATCH 02/17] drm/i915: create dev_priv->dri1 dragon dungeon^W^W sub-struct
` [PATCH 03/17] drm/i915 disallow physical batchbuffers for KMS
` [PATCH 04/17] drm/i915: rip out dev_priv->tex_lru_log_granularity
` [PATCH 05/17] drm/i915: remove LP_RING&friends from modeset code
` [PATCH 06/17] drm/i915: kill intel_clear_scanline_wait
` [PATCH 07/17] drm/i915: rip out dri1 breadcrumb updates from gen5+ irq handlers
` [PATCH 08/17] drm/i915: move dri1 irq ioctl code to i915_dma.c
` [PATCH 09/17] drm/i915: extract dri1 breadcrumb update from irq handler
` [PATCH 10/17] drm/i915: move LP_RING&friends to i915_dma.c
` [PATCH 11/17] drm/i915: disallow clip rects on gen5+
` [PATCH 12/17] drm/i915: move the ips code to intel_pm.c
` [PATCH 13/17] drm/i915: move rps/emon function declarations
` [PATCH 14/17] drm/i915: kill pointless clearing of dev_priv->hws_map
` [PATCH 15/17] drm/i915: rework legacy GFX HWS handling
` [PATCH 16/17] drm/i915: fixup __iomem mixups in ringbuffer.c
` [PATCH 17/17] drm/i915: move pnv|ilk_gem_mem_freq to intel_pm.c

[PATCH 01/12] drm/i915: Unconditionally initialise the interrupt workers
 2012-04-26 20:58 UTC  (4+ messages)
` [PATCH 12/12] drm/i915: Remove unused and unloved vblank macros

[PATCH] drm/i915: Prefer to pageflip on the active ring on IvyBridge
 2012-04-26 19:42 UTC  (2+ messages)

[pull] drm-intel-fixes for 3.4
 2012-04-26 17:00 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