public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2012-10-09 18:25:06 to 2012-10-15 18:52:31 UTC [more...]

[PATCH 00/14] Haswell DP enablement
 2012-10-15 18:51 UTC  (14+ messages)
` [PATCH 01/14] drm/i915: add DP support to intel_ddi_enable_pipe_func
` [PATCH 02/14] drm/i915: add intel_ddi_set_pipe_settings
` [PATCH 03/14] drm/i915: add DP support to intel_ddi_pll_mode_set
` [PATCH 04/14] drm/i915: add DP support to intel_ddi_disable_port
` [PATCH 05/14] drm/i915: add DP support to intel_ddi_mode_set
` [PATCH 06/14] drm/i915: add basic Haswell DP link train bits
` [PATCH 07/14] drm/i915: use TU_SIZE macro at intel_dp_set_m_n
` [PATCH 08/14] drm/i915: fix Haswell DP M/N registers
` [PATCH 09/14] drm/i915: fix DP AUX register definitions on Haswell
` [PATCH 10/14] drm/i915: add DP support to intel_ddi_get_encoder_port
` [PATCH 11/14] drm/i915: add DP support to intel_ddi_get_hw_state
` [PATCH 12/14] drm/i915: add DP support to intel_enable_ddi
` [PATCH 13/14] drm/i915: implement Haswell DP link train sequence

[PATCH] drm/i915: disable cpu relocs on ilk and earlier
 2012-10-15 17:34 UTC  (4+ messages)

[PATCH 1/3] drm/i915: don't block resume on fb console resume
 2012-10-15 15:49 UTC  (13+ messages)
` [PATCH 2/3] drm/i915: put ring frequency and turbo setup into a work queue
` [PATCH 3/3] drm/i915: don't rewrite the GTT on resume

Intel graphics drm issue?
 2012-10-15  9:58 UTC  (25+ messages)
        ` [Intel-gfx] "

[ANNOUNCE] xf86-video-intel 2.20.10
 2012-10-14 15:42 UTC 

[PATCH] DRM/i915: Don't delete DPLL Multiplier during DAC init
 2012-10-14 14:33 UTC 

[PATCH] DRM/i915: Add QUIRK_INVERT_BRIGHTNESS for NCR machines
 2012-10-14 13:46 UTC 

IVB-eDP regression with on latest git
 2012-10-14 12:49 UTC  (3+ messages)

[PATCH] DRM/i915: Don't clone SDVO LVDS with analog
 2012-10-13 12:30 UTC 

[PATCH] DRM/i915: Restore sdvo_flags after dtd->mode->dtd Roundrtrip
 2012-10-13 12:29 UTC 

bad panel power sequencing delays, disabling panel
 2012-10-13  5:28 UTC 

[PATCH] Poll for HDMI disconnects
 2012-10-12 21:32 UTC  (9+ messages)

Updated -testing
 2012-10-12 18:41 UTC 

hsw rps values regress RPS on Macbook Air
 2012-10-12 18:34 UTC  (3+ messages)

[PATCH] drm/i915: move hpd handling to (ibx|cpt)_irq_handler
 2012-10-12 18:14 UTC 

[PATCH 0/6] reduce register save/restoring accross suspend/resume
 2012-10-12 17:26 UTC  (11+ 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 "
` [PATCH 6/6] drm/i915: don't save/restore HWS_PGA reg "

[PATCH] drm/i915: flush system agent TLBs on SNB so we can WC map the PTEs
 2012-10-12 17:21 UTC  (6+ messages)

[PATCH] drm/i915: don't disable disconnected outputs
 2012-10-12  9:13 UTC  (3+ messages)

[PATCH] drm/i915: move encoder->mode_set calls to crtc_mode_set
 2012-10-12  9:03 UTC  (2+ messages)

[pull] drm-intel-fixes
 2012-10-12  9:03 UTC 

[PATCH xf86-video-intel] uxa: fix possible_clones computation
 2012-10-12  8:49 UTC  (2+ messages)

[PATCH] drm/i915: fix non-DP-D eDP backlight cleanup and module reload
 2012-10-12  8:25 UTC  (4+ messages)

[PATCH 1/4] drm/i915: Only insert the mb() before updating the fence parameter
 2012-10-11 20:46 UTC  (9+ 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: Fix the SCC/SSC typo in the SPLL bits definition
 2012-10-11 20:37 UTC  (2+ messages)

[PATCH] drm/i915: HSW CRW stability magic
 2012-10-11 20:36 UTC  (2+ messages)

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/dvo-ch7xxx: fix get_hw_state
 2012-10-11 16:47 UTC  (2+ messages)

[RFC 0/4] drm: add raw monotonic timestamp support
 2012-10-11 11:22 UTC  (5+ messages)

[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  (27+ messages)
` [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)

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)


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