Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-04-10 22:36:32 to 2012-04-14 01:42:01 UTC [more...]

[PATCH 0/2] [RFC] Dynamic parity detection
 2012-04-14  1:39 UTC  (5+ messages)
` [PATCH 1/2] drm/i915: Dynamic Parity Detection handling
` [PATCH 2/2] drm/i915: l3 parity sysfs interface

[PATCH 00/29] Haswell round 3
 2012-04-14  1:32 UTC  (44+ messages)
` [PATCH 01/29] drm/i915: add definition of LPT FDI port width registers
` [PATCH 02/29] drm/i915: add WRPLL divider programming bits
` [PATCH 03/29] drm/i915: add Haswell DIP controls registers
` [PATCH 04/29] drm/i915: support infoframes on Haswell
` [PATCH 05/29] drm/i915: prevent NULL pointer exception when using gmbus
` [PATCH 06/29] drm/i915: add support for SBI ops
` [PATCH 07/29] drm/i915: calculate same watermarks on Haswell as on Ivy Bridge
` [PATCH 08/29] drm/i915: share forcewaking code between IVB and HSW
` [PATCH 09/29] drm/i915: haswell has 3 pipes as well
` [PATCH 10/29] drm/i915: reuse Ivybridge interrupts code for Haswell
` [PATCH 11/29] drm/i915: share pipe count handling with Ivybridge
` [PATCH 12/29] drm/i915: share IVB cursor routine with Haswell
` [PATCH 13/29] drm/i915: show unknown sdvox registers on hdmi init
` [PATCH 14/29] drm/i915: do not use fdi_normal_train on haswell
` [PATCH 15/29] drm/i915: do not enable PCH PLL on pre-haswell
` [PATCH 16/29] drm/i915: detect PCH encoders on Haswell
` [PATCH 17/29] drm/i915: enable power wells on haswell init
` [PATCH 18/29] drm/i915: disable rc6 on haswell for now
` [PATCH 19/29] drm/i915: program WM_LINETIME on Haswell
` [PATCH 20/29] drm/i915: do not use old code paths "
` [PATCH 21/29] drm/i915: initialize DDI buffer translations
` [PATCH 22/29] drm/i915: perform Haswell DDI link training in FDI mode
` [PATCH 23/29] drm/i915: disable pipe DDI function when disabling pipe
` [PATCH 24/29] drm/i915: program iCLKIP on Lynx Point
` [PATCH 25/29] drm/i915: detect digital outputs on Haswell
` [PATCH 26/29] drm/i915: add support for DDI-controlled digital outputs
` [PATCH 27/29] drm/i915: add WR PLL programming table
` [PATCH 28/29] drm/i915: prepare HDMI link for Haswell
` [PATCH 29/29] drm/i915: hook Haswell devices in place

[PATCH 00/12] Add more DMT and common modes
 2012-04-13 20:56 UTC  (14+ messages)
` [PATCH 01/12] drm/edid: Document drm_mode_find_dmt
` [PATCH 02/12] drm/edid: Rewrite drm_mode_find_dmt search loop
` [PATCH 03/12] drm/edid: Allow drm_mode_find_dmt to hunt for reduced-blanking modes
` [PATCH 04/12] drm/edid: Remove a misleading comment
` [PATCH 05/12] drm/edid: s/drm_gtf_modes_for_range/drm_dmt_modes_for_range/
` [PATCH 06/12] drm/edid: Add the reduced blanking DMT modes to the DMT list
` [PATCH 07/12] drm/edid: Fix some comment typos in the DMT mode list
` [PATCH 08/12] drm/edid: Do drm_dmt_modes_for_range() for all range descriptor types
` [PATCH 09/12] drm/edid: Update range descriptor struct for EDID 1.4
` [PATCH 10/12] drm/edid: Give the est3 mode struct a real name
` [PATCH 11/12] drm/edid: Add extra_modes
` [PATCH 12/12] drm/edid: Generate modes from extra_modes for range descriptors

[PATCH 0/7] drm/edid: Add the reduced-blanking modes to the DMT list
 2012-04-13 19:22 UTC  (9+ messages)
` [PATCH 1/7] drm/edid: Document drm_mode_find_dmt
` [PATCH 2/7] drm/edid: Rewrite drm_mode_find_dmt search loop
` [PATCH 3/7] drm/edid: Allow drm_mode_find_dmt to hunt for reduced-blanking modes
` [PATCH 4/7] drm/edid: s/drm_gtf_modes_for_range/drm_dmt_modes_for_range/
` [PATCH 5/7] drm/edid: Armor drm_dmt_modes_for_range for reduced blanking modes
` [PATCH 6/7] drm/edid: Add the reduced blanking DMT modes to the DMT list
` [PATCH 7/7] drm/edid: Fix some comment typos in the DMT mode list

[PATCH] mm: extend prefault helpers to fault in more than PAGE_SIZE
 2012-04-13 19:12 UTC  (3+ messages)

[PATCH] drm/edid: Adding common CVT inferred modes when monitor allows range limited ones trough EDID
 2012-04-13 19:05 UTC  (18+ messages)
` [Intel-gfx] "

[PATCH] drm/i915: manage PCH PLLs separately from pipes
 2012-04-13 17:24 UTC  (2+ messages)

Google MapsGL causing X crashes on machines with Sandybridge graphics
 2012-04-13 15:16 UTC  (3+ messages)

[PATCH] drm/i915: don't pwrite tiled objects through the gtt
 2012-04-13 14:37 UTC  (4+ messages)

[PATCH] Add tools/intel_infoframes
 2012-04-13 13:49 UTC  (2+ messages)

[PATCH 00/14] intel_ringbuffer.c reorg + cleanups
 2012-04-13 10:56 UTC  (27+ messages)
` [PATCH 01/14] drm/i915: rip out ring->irq_mask
` [PATCH 02/14] drm/i915: set ring->size in common ring setup code
` [PATCH 03/14] drm/i915: dynamically set up the render ring functions and params
` [PATCH 04/14] drm/i915: dynamically set up bsd "
` [PATCH 05/14] drm/i915: dynamically set up blt ring functions and parameters
` [PATCH 06/14] drm/i915: don't set up rings on gen6+ for non-kms
` [PATCH 07/14] drm/i915: consolidate ring->sync-to functions
` [PATCH 08/14] drm/i915: abstract away ring-specific irq_get/put
` [PATCH 09/14] drm/i915: split out the gen5 ring irq get/put functions
` [PATCH 10/14] drm/i915: don't enable the gen6 bsd ring tail write enable on gen7
` [PATCH 11/14] drm/i915: split up ring->dispatch_execbuffer functions
` [PATCH 12/14] drm/i915: consolidate ring->flush a bit
` [PATCH 13/14] drm/i915: don't set up gem ring functions on gen5 for !kms
` [PATCH 14/14] drm/i915: inline enable/disable_irq into ring->get/put_irq

[PATCH] drm/i915: Removed IVB forced enable of sprite dest key
 2012-04-12 20:45 UTC  (2+ messages)

[PATCH] drm/i915: Mask reserved bits in display/sprite address registers
 2012-04-12 20:32 UTC 

bo problem, file-max limit reached within two days
 2012-04-12 12:50 UTC  (6+ messages)

Fwd: [pull] drm-intel-next for 3.5
 2012-04-12  9:19 UTC 

[PATCH] drm/i915: Release pages en-masse rather than accumulate a pagevec
 2012-04-12  9:12 UTC  (2+ messages)

[pull] drm-intel-fixes for 3.4-rc3
 2012-04-12  7:28 UTC 

[PATCH] drm/i915: clear fencing tracking state when retiring request
 2012-04-12  7:01 UTC  (4+ messages)
` [PATCH] drm/i915: clear fencing tracking state when retiring requests
` [Intel-gfx] [PATCH] drm/i915: clear fencing tracking state when retiring request

[PATCH] drm/i915: Fix invalid backpanel values for GEN3 or older chips
 2012-04-12  6:54 UTC  (9+ messages)
              ` [PATCH] drm/i915: Fix invalid backpanel values for?GEN3 "

(no subject)
 2012-04-12  0:55 UTC 

(unknown),
 2012-04-12  0:54 UTC 

[PATCH] drm/i915: mask transcoder select bits before setting them on LVDS
 2012-04-11 23:18 UTC  (4+ messages)
  ` [3.2.y] "

[PATCH v4] drm/i915: rc6 in sysfs
 2012-04-11 22:37 UTC  (5+ messages)

[PATCH] drm/i915: Show fence pin count in /debug/.../i915_gem_fence_regs
 2012-04-11 22:34 UTC 

[PATCH] drm/i915: Trigger hangcheck if we detect more a repeating missed IRQ
 2012-04-11 20:32 UTC  (4+ messages)

[PATCH 1/5] drm/i915: implement a media hang w/a
 2012-04-11 18:42 UTC  (5+ messages)
` [PATCH 2/5] drm/i915: set w/a bit for snb pagefaults
` [PATCH 3/5] drm/i915: properly set ppgtt cacheability on snb
` [PATCH 4/5] drm/i915: implement w/a for incorrect guarband clipping
` [PATCH 5/5] drm/i915: set stc evict disable lra evict w/a

[PATCH] drm/i915: make rc6 module parameter read-only
 2012-04-11 19:37 UTC  (3+ messages)

[PATCH 1/3] drm/i915: i915_gem_object_sync must handle NULL
 2012-04-11 19:01 UTC  (7+ messages)
` [PATCH 2/3] drm/i915: fix for when semaphore updates fail
` [PATCH 3/3] drm/i915: hide (seqno-1) in ringbuffer code

[PATCH] drm/i915: manage PCH PLLs separately from pipes
 2012-04-11 18:36 UTC 

[PATCH 1/4] drm/i915: disable turbo on ValleyView for now
 2012-04-11 18:36 UTC  (6+ messages)
` [PATCH 2/4] drm/i915: IBX+ doesn't have separate vsync/hsync controls on the VGA DAC
` [PATCH 3/4] drm/i915: allow PCH PWM override on IVB
` [PATCH 4/4] drm/i915: force CPU eDP onto pipe 3 "

[PATCH 1/3] drm/i915: make DP configuration vars less confusing in ironlake_crtc_mode_se
 2012-04-11 16:04 UTC  (7+ messages)
` [PATCH 2/3] drm/i915: check PPS regs for sanity when using eDP

[PATCH v2] drm/i915: use semaphores for the display plane
 2012-04-11 16:00 UTC  (6+ messages)

[PATCH 0/7] A set of SNB workarounds
 2012-04-11 10:18 UTC  (4+ messages)
` [PATCH 1/7] drm/i915: implement ColorBlt w/a

[PATCH] drm/i915/ringbuffer: Exclude last 2 cachlines of ring on 845g
 2012-04-11 10:15 UTC  (2+ messages)

[PATCH] Revert "drm/i915: reenable gmbus on gen3+ again"
 2012-04-11 10:11 UTC  (3+ messages)

[PATCH] drm/i915: Allow concurrent read access between CPU and GPU domain
 2012-04-11 10:09 UTC  (3+ messages)

[PATCH] drm/i915: re-init modeset hw state after gpu reset
 2012-04-11 10:09 UTC  (4+ messages)

[PATCH] drm/i915: simplify ppgtt setup
 2012-04-11  9:55 UTC  (4+ messages)

Updated -next
 2012-04-11  9:45 UTC  (5+ messages)

[PATCH 1/4] drm/i915: handle input/output sdvo timings separately in mode_set
 2012-04-10 22:37 UTC  (3+ messages)
` [PATCH] "


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