intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-04 14:55:03 to 2012-10-11 19:16:44 UTC [more...]

[PATCH 0/6] reduce register save/restoring accross suspend/resume
 2012-10-11 18:08 UTC  (6+ messages)
` [PATCH 1/6] drm/i915/crt: don't set HOTPLUG bits on !PCH
` [PATCH 2/6] drm/i915/crt: explicitly set up HOTPLUG_BITS on resume
` [PATCH 3/6] drm/i915: don't save/restor ADPA for kms
` [PATCH 4/6] drm/i915: don't save/restore DP regs "
` [PATCH 5/6] drm/i915: don't save/restore irq "

Stolen memory, again
 2012-10-11 19:06 UTC  (29+ messages)
` [PATCH 01/24] drm/i915: Introduce drm_i915_gem_object_ops
` [PATCH 02/24] drm/i915: Pin backing pages whilst exporting through a dmabuf vmap
` [PATCH 03/24] drm/i915: Pin backing pages for pwrite
` [PATCH 09/24] drm/i915: Fix location of stolen memory register for SandyBridge+
` [PATCH 10/24] drm/i915: Avoid clearing preallocated regions from the GTT
` [PATCH 12/24] drm/i915: Delay allocation of stolen space for FBC
` [PATCH 15/24] drm/i915: Differentiate between prime and stolen objects
` [PATCH 16/24] drm/i915: Support readback of stolen objects upon error
` [PATCH 19/24] drm/i915: Introduce i915_gem_object_create_stolen()
` [PATCH 20/24] drm/i915: Allocate fbcon from stolen memory
` [PATCH 21/24] drm/i915: Allocate ringbuffers "
` [PATCH 22/24] drm/i915: Allocate overlay registers "
` [PATCH 23/24] drm/i915: Use a slab for object allocation

[PATCH] drm/i915: don't disable disconnected outputs
 2012-10-11 17:46 UTC 

[PATCH] drm/i915: move encoder->mode_set calls to crtc_mode_set
 2012-10-11 17:46 UTC 

[PATCH] drm/i915: flush system agent TLBs on SNB so we can WC map the PTEs
 2012-10-11 17:32 UTC 

[PATCH] drm/i915/dvo-ch7xxx: fix get_hw_state
 2012-10-11 16:47 UTC  (2+ messages)

[PATCH] drm/i915: Fix the SCC/SSC typo in the SPLL bits definition
 2012-10-11 14:24 UTC 

[RFC 0/4] drm: add raw monotonic timestamp support
 2012-10-11 11:22 UTC  (22+ messages)
` [RFC 1/4] time: export getnstime_raw_and_real for DRM
` [RFC 2/4] drm: make memset/calloc for _vblank_time more robust
` [RFC 3/4] drm: use raw time in drm_calc_vbltimestamp_from_scanoutpos
` [RFC 4/4] drm: add support for raw monotonic vblank timestamps

[PATCH 1/3] drm/i915: rip out the pipe A quirk for i855gm
 2012-10-11  9:05 UTC  (8+ messages)
` [PATCH 2/3] drm/i915: fixup the plane->pipe fixup code
` [PATCH 3/3] drm/i915: disable wc gtt pte mappings on gen2

[PATCH] intel: fix fullscreen damage posting on pageflip
 2012-10-11  8:26 UTC  (4+ messages)

[PATCH 00/47] Haswell clocking and HDMI fixes, DP and eDP support
 2012-10-10 22:47 UTC  (34+ messages)
` [PATCH 02/47] drm/i915: enable and disable DDI_FUNC_CTL at the right time
` [PATCH 10/47] drm/i915: pipe and planes should be disabled on haswell_crtc_mode_set
` [PATCH 00/10] Haswell pipe and clocking fixes
  ` [PATCH 01/10] drm/i915: rewrite the LCPLL code
  ` [PATCH 02/10] drm/i915: enable and disable DDI_FUNC_CTL at the right time
  ` [PATCH 03/10] drm/i915: enable and disable PIPE_CLK_SEL "
  ` [PATCH 04/10] drm/i915: add haswell_crtc_mode_set
  ` [PATCH 05/10] drm/i915: add proper CPU/PCH checks to crtc_mode_set functions
  ` [PATCH 06/10] drm/i915: add haswell_set_pipeconf
  ` [PATCH 07/10] drm/i915: completely rewrite the Haswell PLL handling code
  ` [PATCH 08/10] drm/i915: don't rely on previous values set on DDI_BUF_CTL
  ` [PATCH 09/10] drm/i915: disable DDI_BUF_CTL at the correct time
  ` [PATCH 10/10] drm/i915: pipe and planes should be disabled on haswell_crtc_mode_set

[PATCH] drm/i915: don't implement WaDisableEarlyCull for Haswell
 2012-10-10 21:46 UTC  (3+ messages)

[PATCH] drm/i915: HSW CRW stability magic
 2012-10-10 21:35 UTC 

Updated workaround & VLV fixes
 2012-10-10 21:13 UTC  (5+ messages)
` [PATCH 07/12] drm/i915: implement WaDisableEarlyCull for VLV and IVB

[PATCH] drm/i915: Wait for the mutex whilst the reaper runs
 2012-10-10 21:02 UTC  (4+ messages)
` [PATCH] drm/i915: Borrow our struct_mutex for the direct reclaim

RC6 for an Intel GU doesn't always work
 2012-10-10 16:33 UTC 

[PATCH 0/8] i-g-t: fix compile warnings
 2012-10-10 13:04 UTC  (9+ messages)
` [PATCH 1/8] fix warn: 'div' shadows a global declaration
` [PATCH 2/8] fix warn in intel_error_decode: ignoring return value of 'asprintf'
` [PATCH 3/8] fix warn in intel_reg_snapshot: ignoring return value of 'write'
` [PATCH 4/8] fix warn in gem_readwrite: 'read/write' shadows a global declaration
` [PATCH 5/8] fix warn in sysfs_{rc6, rps}*: ignoring return value of 'fscanf'
` [PATCH 6/8] fix warn in gem_reg_read: 'read' shadows a global declaration
` [PATCH 7/8] fix warn in prime_nv_*: ignoring return value of ‘fgets’
` [PATCH 8/8] fix warn in testdisplay: ignoring return value of 'chdir'

[PATCH] drm/i915: fixup i915_gem_object_get_page inline helper
 2012-10-10 11:38 UTC  (2+ messages)

[PATCH] drm/i915: fixup i915_gem_object_get_page inline helper
 2012-10-10 10:36 UTC  (8+ messages)

[PATCH] drm/i915: disable cpu relocs on ilk and earlier
 2012-10-10  9:13 UTC  (2+ messages)

scaling on ivy bridge
 2012-10-09 21:10 UTC  (4+ messages)

hsw rps values regress RPS on Macbook Air
 2012-10-09 20:05 UTC 

[PATCH 1/4] drm/i915: Only insert the mb() before updating the fence parameter
 2012-10-09 18:24 UTC  (4+ messages)
  ` [PATCH 2/4] drm/i915: Only apply the mb() when flushing the GTT domain during a finish
  ` [PATCH 3/4] drm/i915: Insert a full mb() before reading the seqno from the status page
  ` [PATCH 4/4] drm/i915: Review the memory barriers around CPU access to buffers

[PATCH] drm/i915: Missed "ret" initialization on gem_context_size
 2012-10-09 18:04 UTC  (2+ messages)

[PATCH] drm/i915: Run hangcheck if we timeout whilst waiting for a seqno
 2012-10-09 12:29 UTC 

[PATCH] drm/i915: Only insert the mb() before updating the fence parameter
 2012-10-09 11:26 UTC  (6+ messages)

[PATCH] drm: Add missing break in the command line mode parsing code
 2012-10-09 11:26 UTC 

[PATCH] drm/i915: Explicitly reset the seqno upon idling
 2012-10-09  9:47 UTC 

[PATCH] drm/i915: Explicitly reset the seqno upon idling
 2012-10-09  9:40 UTC 

[PATCH] drm/i915: Set guardband clipping workaround bit in the right register
 2012-10-09  9:30 UTC  (5+ messages)

[RFC 1/4] time: export getnstime_raw_and_real for DRM
 2012-10-08 23:00 UTC  (3+ messages)

Improvements and fixes for Intel ddx swap scheduling/timestamping
 2012-10-08 22:49 UTC  (7+ messages)
` [PATCH 1/3] ddx/dri2: Make triple-buffering compatible with timestamping on Xorg 1.12+
` [PATCH 2/3] ddx/dri2: Repair broken pageflip swap scheduling
` [PATCH 3/3] ddx/dri2: Prevent option 'SwapBuffersWait' from disabling pageflip

[PATCH] drm/i915: paper over a pipe-enable vs pageflip race
 2012-10-08 17:32 UTC  (3+ messages)

[PATCH 1/2] drm/i915: Align the hangcheck wakeup to the nearest second
 2012-10-08 16:46 UTC  (11+ messages)
` [PATCH 2/2] drm/i915: Align the retire_requests worker "

[PATCH 1/2] drm/i915: Document that we are implementing WaDisableBackToBackFlipFix
 2012-10-08 16:44 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: Remove the WaDisableBackToBackFlipFix w/a for Haswell

[RFC 0/4] drm: add raw monotonic timestamp support (Imre Deak)
 2012-10-08 11:46 UTC  (2+ messages)

[regression] 3.6-rc6, gpu hang with vaapi
 2012-10-08  3:45 UTC  (2+ messages)

[PATCH] drm/i915: Remove the disabling of VHR unit clock gating for HSW
 2012-10-07 20:28 UTC  (3+ messages)

[3.2.y] drm/i915: add Ivy Bridge GT2 Server entries
 2012-10-07 17:53 UTC  (8+ messages)
      ` [Intel-gfx] "

[PATCH 1/4] drm/i915: Remove duplicate cache workaround
 2012-10-05  0:14 UTC  (4+ messages)

i915 problems with suspend to disk
 2012-10-04 21:09 UTC  (3+ messages)

[RFC] [PATCH 00/14] HPD/connector-polling rework
 2012-10-04 17:43 UTC  (4+ messages)

[pull] drm-intel-fixes
 2012-10-04 16:49 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).