intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-24 14:48:55 to 2012-04-27 13:44:17 UTC [more...]

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

[PATCH 01/10] drm/i915: add interface to simulate gpu hangs
 2012-04-27 13:17 UTC  (10+ 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

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

[PATCH 00/12 v2] wait for BO with timeout
 2012-04-27  8:46 UTC  (15+ 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

[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  (19+ messages)
` [PATCH 1/6] drm/i915: add interface to simulate gpu hangs
` [PATCH 2/6] drm/i915: rework dev->first_error locking
` [PATCH 3/6] drm/i915: destroy existing error_state when simulating a gpu hang
  ` [PATCH] drm/i915: allow the existing error_state to be destroyed
` [PATCH 4/6] drm/i915: simplify i915_reset a bit
` [PATCH 5/6] drm/i915: extract i915_do_reset
  ` [PATCH] drm/i915: extract intel_gpu_reset
` [PATCH 6/6] drm/i915: make gpu hangman more resilient

[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  (22+ messages)
` [PATCH 02/12] drm/i915: Remove redundant initialisation of per-ring IRQ waitqueues
` [PATCH 03/12] drm/i915: pending_flip_is_done is gen3, name it so
` [PATCH 04/12] drm/i915: Duplicate and split the gen3/4 irq handler
` [PATCH 05/12] drm/i915: Clear FlipDone semantics change for pageflipping on gen3
` [PATCH 06/12] drm/i915: Remove gen3 irq code from gen4 irq routine
` [PATCH 07/12] drm/i915: Remove gen4 irq code from gen3 "
` [PATCH 08/12] drm/i915: HWSTAM is only 16-bit on gen3
` [PATCH 09/12] drm/i915: Cleanup gen3 irq uninstall
` [PATCH 10/12] drm/i915: Handle PendingFlip on gen3 robustly
` [PATCH 11/12] drm/i915: Inline I915_INTERRUPT_ENABLE_FIX
` [PATCH 12/12] drm/i915: Remove unused and unloved vblank macros

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

[PATCH 00/24] Haswell v4
 2012-04-26 19:54 UTC  (34+ 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

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

[PATCH 1/2] drm/i915: clear up backlight inversion confusion on gen4
 2012-04-26 19:30 UTC  (11+ messages)
` [PATCH 0/4] drm/i915: "
  ` [PATCH 1/4] drm/i915: "
  ` [PATCH 2/4] drm/i915: completely revert the invert brightness quirk
  ` [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 4/4] drm/i915: assign the brightness inversion quirk to Acer Aspire 5734Z

[pull] drm-intel-fixes for 3.4
 2012-04-26 17:00 UTC  (2+ messages)

[PATCH 1/4] drm/i915: handle input/output sdvo timings separately in mode_set
 2012-04-26 16:56 UTC  (5+ messages)
` [PATCH] "

[PATCH] drm/i915: Periodically sanity check power management
 2012-04-26 10:28 UTC 

[PATCH] drm/i915: Program the correct frequencies into the interrupt thresholds
 2012-04-26 10:13 UTC 

[QA] Testing report for `drm-intel-testing` (was: Updated -next)
 2012-04-26  4:46 UTC 

[PATCH 1/2] drm/i915: time out of load detect busy-waits
 2012-04-25 19:26 UTC  (3+ messages)

[PATCH] drm/i915: Always unsuppress down-interrupts when programming a non-min value
 2012-04-25 19:22 UTC 

[PATCH 05/22] drm/i915: check for kms in dri1 ioctls
 2012-04-25  9:56 UTC  (3+ messages)
` [PATCH] "

[PATCH] drm/i915: CR clock gating is recommend to be set on PineView
 2012-04-25  9:49 UTC  (3+ messages)

Allocate objects from stolen memory in preparation for BIOS takeover
 2012-04-25  9:47 UTC  (13+ messages)
` [PATCH 01/28] drm/i915: Remove the list of pinned inactive objects
` [PATCH 02/28] drm/i915: Remove the deferred-free list
` [PATCH 04/28] drm/i915: Only pwrite through the GTT if there is space in the aperture
` [PATCH 05/28] drm/i915: Try harder to allocate an mmap_offset
` [PATCH 07/28] drm/i915: Pin pages for pread
` [PATCH 10/28] drm/i915: Split the stolen handling for GEM out of i915_dma.c
` [PATCH 12/28] drm/i915: Move GEM initialisation from i915_dma.c to i915_gem.c
` [PATCH 13/28] drm/i915: Avoid clearing preallocated regions from the GTT
` [PATCH 15/28] drm/i915: Tidy handling of the scatterlist by ppgtt
` [PATCH 16/28] drm/i915: Delay allocation of stolen space for FBC
` [PATCH] [-1/28] drm/i915: Remove i915_gem_evict_inactive()

[PATCH] drm/i915: Bump the inactive LRU on set-to-GTT-domain
 2012-04-25  9:04 UTC  (2+ messages)

[PATCH] drm/i915: Remove too early plane enable on pre-PCH hardware
 2012-04-25  8:39 UTC  (3+ messages)

[PATCH] drm/i915: Use a global lock for modifying global irq flags
 2012-04-25  8:21 UTC  (3+ messages)

[PATCH] drm/i915: Suppress hotplug work during PM suspend/resume
 2012-04-25  8:14 UTC  (4+ messages)

[PATCH 1/6] drm/i915: Unconditionally initialise the interrupt workers
 2012-04-24 20:39 UTC  (13+ messages)
` [PATCH 2/6] drm/i915: Remove redundant initialisation of per-ring IRQ waitqueues
` [PATCH 3/6] drm/i915: pending_flip_is_done is gen3, name it so
` [PATCH 4/6] drm/i915: Duplicate and split the gen3/4 irq handler
` [PATCH 5/6] drm/i915: Handle PendingFlip on gen3 robustly
` [PATCH 6/6] drm/i915: Remove gen3 irq code from gen4 irq routine

[PATCH 1/2] drm/i915: use mode values consistently when converting to sdvo dtd
 2012-04-24 19:24 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: properly handle interlaced bit for sdvo dtd conversion

[PATCH] drm/i915/overlay: Fully configure overlay before turning on
 2012-04-24 17:53 UTC  (2+ messages)

[PATCH] drm/i915: implement Disable4x2SubspanOptimization w/a for ivb, too
 2012-04-24 16:26 UTC  (3+ messages)

[PATCH] drm/i915: create macros to handle masked bits
 2012-04-24 16:12 UTC  (2+ messages)

[PATCH] drm/i915: enable DOP level clock gating
 2012-04-24 15:56 UTC  (3+ messages)

[PATCH] drm/i915: rip out unnecessary calls to drm_mode_set_crtcinfo
 2012-04-24 15:37 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;
as well as URLs for NNTP newsgroup(s).