intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-11-11 16:25:38 to 2012-11-19 21:27:21 UTC [more...]

[PATCH] drm/i915: Use pci_resource functions for BARs
 2012-11-19 21:27 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] drm/i915: Handle sync_seqno correctly when seqno has wrapped
 2012-11-19 17:21 UTC  (8+ messages)

[PATCH v2] drm/i915: Enable DP audio for Haswell
 2012-11-19 17:06 UTC 

[PATCH] drm/i915: Enable DP audio for Haswell
 2012-11-19 17:05 UTC  (3+ messages)

[PATCH] drm/i915: Remove bogus test for a present execbuffer
 2012-11-19 16:53 UTC  (3+ messages)

[PATCH] drm/i915: Add debugfs entry to read/write next_seqno
 2012-11-19 11:32 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 1/7] configure.ac: Fix bad syntax for test calls
 2012-11-18 11:54 UTC  (8+ messages)
` [PATCH 2/7] intel: Factor out the repeated swap fallback code
` [PATCH 3/7] intel: Add printf attribute to intel_debug_fallback()
` [PATCH 4/7] uxa: Fix const-cast warning
` [PATCH 5/7] uxa: Work around uninitialized-value warning
` [PATCH 6/7] uxa: Refactor early-exit paths of uxa_try_driver_composite()
` [PATCH 7/7] Don't mark the list of chipsets const when we just cast the const away

[PATCH] drm/i915: reset GPU after clock gating init
 2012-11-17 15:34 UTC  (4+ messages)

[PATCH 0/9] dp refactoring and minor other stuff
 2012-11-16 20:01 UTC  (10+ messages)
` [PATCH 1/9] drm/i915: move set_pll_edp to intel_dp.c
` [PATCH 2/9] drm/i915: rip out pre-production ilk cpu edp w/a
` [PATCH 4/9] drm/i915: WARN on !crtc in intel_dp_link_down
` [PATCH 5/9] drm/i915: drop unnecessary clearing of pch dp transcoder timings

[PATCH] drm/i915: resurrect panel lid handling
 2012-11-16 19:34 UTC 

[PATCH 0/8] lvds cleanup
 2012-11-16 18:33 UTC  (24+ messages)
` [PATCH 1/8] drm/i915: add encoder->pre_pll_enable callback
` [PATCH 2/8] drm/i915: replace ad-hoc dual-link lvds checks
` [PATCH 3/8] drm/i915: move is_dual_link_lvds to intel_lvds.c
` [PATCH 4/8] drm/i915: track is_dual_link in intel_lvds
` [PATCH 5/8] drm/i915: add intel_lvds->reg
` [PATCH 6/8] drm/i915: move intel_update_lvds to intel_lvds->pre_pll_enable
` [PATCH 7/8] drm/i915: enable intel_lvds->pre_pll_enable for ilk+, too
` [PATCH 8/8] drm/i915: rip out pre-DDI stuff from haswell_crtc_mode_set

[pull] drm-intel-next
 2012-11-16 17:49 UTC  (3+ messages)

[PATCH] drm/i915: disable cloning on sdvo
 2012-11-16 16:48 UTC  (4+ messages)

[PATCH 1/2] drm/i915: Restore physical HWS_PGA after resume
 2012-11-16 14:51 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Remove save/restore of physical HWS_PGA register

[PATCH 00/13] drm/i915: Non-blocking GPU synchronization for atomic page flips (v2)
 2012-11-16 14:22 UTC  (14+ messages)
` [PATCH 01/13] drm/i915: Unstatic i915_gem_check_olr()
` [PATCH 02/13] drm/i915: Refactor atomic flip code
` [PATCH 03/13] drm/i915: Implement a non-blocking GPU synchronization mechanism for atomic page flips
` [PATCH 04/13] drm/i915: Release all atomic flips when GPU hangs
` [PATCH 05/13] drm/i915: Make a copy of the calculated plane regs
` [PATCH 06/13] drm/i915: Clear pending flips in haswell_crtc_disable()
` [PATCH 07/13] drm/i915: Drop all flips waiting for the GPU when the CRTC is about to be disabled
` [PATCH 08/13] drm/i915: Add pin count trace point
` [PATCH 09/13] drm/i915: Add trace points for flip queue length
` [PATCH 10/13] HACK: drm/i915: Make non-blocking GPU synchronization optional
` [PATCH 11/13] drm/i915: Add some timing debugs to atomic flips
` [PATCH 12/13] drm/i915: Add post flush DSL readout for surflive debug
` [PATCH 13/13] drm/i915: Add trace point for atomic flip vblank evade

[PATCH] drm/i915: Re-enable mt forcewake check for IVB
 2012-11-16 13:59 UTC  (4+ messages)

[PATCH] drm/i915: Fix warning in i915_gem_chipset_flush
 2012-11-16 11:39 UTC  (2+ messages)

[PATCH 1/2] intel: Sync the parameter of i915_getparma with the kernel
 2012-11-16  8:10 UTC  (5+ messages)
` [PATCH 2/2] intel: Add support for VEBOX ring (v2)

[QA 11/16] Testing report for `drm-intel-testing` (was: Updated -next)
 2012-11-16  7:34 UTC 

Fw: [PATCH] drm/i915: Fix warning in i915_gem_chipset_flush
 2012-11-15 20:27 UTC 

[PATCH] drm/i915: Use LRI to update the semaphore registers
 2012-11-15 17:14 UTC  (3+ messages)

[PATCH 0/6] robustify reset transitions
 2012-11-15 16:17 UTC  (9+ messages)
` [PATCH 1/6] drm/i915: move dev_priv->mm out of line
` [PATCH 2/6] drm/i915: extract hangcheck/reset/error_state state into substruct
` [PATCH 3/6] drm/i915: move wedged to the other gpu error handling stuff
` [PATCH 4/6] drm/i915: fix reset handling in the throttle ioctl
` [PATCH 5/6] drm/i915: clear up wedged transitions
` [PATCH 6/6] drm/i915: create a race-free reset detection
` [PATCH 1/2] drm/i915: clear up wedged transitions
  ` [PATCH 2/2] drm/i915: create a race-free reset detection

[PATCH] x86/Sandy Bridge: reserve pages when integrated graphics is present
 2012-11-15 16:14 UTC  (8+ messages)
` [Intel-gfx] "

[PATCH 1/2] drm/i915: simplify shmem pwrite/pread slowpath handling
 2012-11-15 16:07 UTC  (8+ messages)
` [PATCH 2/2] drm/i915: optimize the shmem_pwrite "
    ` [PATCH] "

[PATCH] drm/i915: Only check for valid PP_{ON, OFF}_DELAYS on pre ILK hardware
 2012-11-15 14:42 UTC  (5+ messages)

[PATCH] drm/i915: drop buggy write to FDI_RX_CHICKEN register
 2012-11-15 13:22 UTC  (3+ messages)

Hopefully the last round of stolen work
 2012-11-15 11:32 UTC  (17+ messages)
` [PATCH 01/16] drm: Introduce drm_mm_create_block()
` [PATCH 02/16] drm: Introduce an iterator over holes in the drm_mm range manager
` [PATCH 03/16] drm/i915: Fix detection of base of stolen memory
` [PATCH 04/16] drm/i915: Avoid clearing preallocated regions from the GTT
` [PATCH 05/16] drm/i915: Delay allocation of stolen space for FBC
` [PATCH 06/16] drm/i915: Allow objects to be created with no backing pages, but stolen space
` [PATCH 07/16] drm/i915: Differentiate between prime and stolen objects
` [PATCH 08/16] drm/i915: Support readback of stolen objects upon error
` [PATCH 09/16] drm/i915: Handle stolen objects in pwrite
` [PATCH 10/16] drm/i915: Handle stolen objects for pread
` [PATCH 11/16] drm/i915: Introduce i915_gem_object_create_stolen()
` [PATCH 12/16] drm/i915: Allocate fbcon from stolen memory
` [PATCH 13/16] drm/i915: Allocate ringbuffers "
` [PATCH 14/16] drm/i915: Allocate overlay registers "
` [PATCH 15/16] drm/i915: Use a slab for object allocation
` [PATCH 16/16] drm/i915: Introduce mapping of user pages into video memory (userptr) ioctl

[PULL] drm-intel-fixes
 2012-11-15  8:55 UTC 

[PATCH 1/2] gem_ring_sync_loop: check the rings supported by the kernel
 2012-11-15  7:58 UTC  (2+ messages)
` [PATCH 2/2] gem_ring_sync_loop: test the new ring

[PATCH 0/2] test cases for the new ring on Haswell
 2012-11-15  8:05 UTC  (5+ messages)
` [PATCH 1/2] tests: storedw on VEBOX
` [PATCH 2/2] Update gem_ring_sync_loop to support VEBOX ring (the 4th ring) on Haswell

[PATCH] drm/i915: Ensure that the wait ioctl return timeout is valid
 2012-11-14 19:11 UTC 

[PATCH 0/4] drm/i915: backlight fixes and cleanup
 2012-11-14 16:48 UTC  (6+ messages)
` [PATCH 2/4] drm/i915: remove combination mode for backlight control, again

Regression due to "mm: fix-up zone present pages"
 2012-11-14 13:24 UTC  (2+ messages)

SNB GPU hang
 2012-11-13 19:48 UTC  (2+ messages)

[PATCH 0/5] robustify reset state transitions
 2012-11-13 16:40 UTC  (10+ messages)
` [PATCH 1/5] drm/i915: move dev_priv->mm out of line
` [PATCH 2/5] drm/i915: extract hangcheck/reset/error_state state into substruct
` [PATCH 3/5] drm/i915: move wedged to the other gpu error handling stuff
` [PATCH 4/5] drm/i915: clear up wedged transitions
      ` [PATCH 1/2] drm/i915: fix reset handling in the throttle ioctl
        ` [PATCH 2/2] drm/i915: clear up wedged transitions
` [PATCH 5/5] drm/i915: create a race-free reset detection

[PATCH] drm/i915/i2c: Track users of GMBUS force-bit
 2012-11-13 15:12 UTC  (4+ messages)

[PATCH] drm/i915: Check for a change in fb size, and reconfigure the pipe
 2012-11-13 13:59 UTC  (6+ messages)

[PATCH] tests: add gem_seqno_wrap test
 2012-11-13 13:51 UTC 

[PATCH] drm/i915: fixup TV load detect
 2012-11-13 13:23 UTC 

[PATCH] drm/i915: add LynxPoint-LP PCH ID
 2012-11-12 23:29 UTC  (4+ messages)

i915 hang and large allocation (~3.7-rc4)
 2012-11-12 22:53 UTC  (2+ messages)

[PATCH 09/18] drm/i915: make PM interrupt writes non-destructive
 2012-11-12 19:39 UTC  (3+ messages)
` [PATCH 09/18 v3] "
  ` [PATCH 09/18 v4] "

[PATCH 1/2] drm/i915/sdvo: clean up connectors on intel_sdvo_init() failures
 2012-11-12 19:09 UTC  (5+ messages)
` [PATCH 2/2] drm/i915/sdvo: kfree the intel_sdvo_connector, not drm_connector, on destroy

[PATCH 1/2] drm/i915: do not ignore eDP bpc settings from vbt
 2012-11-12 12:33 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: do not default to 18 bpp for eDP if missing from VBT

[PATCH] drm/i915: fix possible NULL dereference of dev_priv
 2012-11-12 12:20 UTC 

[RFC] Async flips
 2012-11-12 12:04 UTC  (8+ messages)

[PATCH] drm/i915: Serialize the reset worker and any waiters
 2012-11-12 10:27 UTC 

Updated -testing
 2012-11-11 23:08 UTC 

[PATCH] drm/i915: Report amount of usable graphics memory in MiB
 2012-11-11 18:34 UTC  (4+ messages)

[PATCH] intel: Fix missing ETIME on BSD operating systems
 2012-11-11 17:26 UTC  (4+ messages)

[ANNOUNCE] xf86-video-intel 2.20.13
 2012-11-11 16:25 UTC 


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).