intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-11-29 13:29:48 to 2012-12-06 06:27:19 UTC [more...]

[PATCH 1/2] tests: Exercise new API for using a LUT with the execbuffer
 2012-12-06  6:26 UTC  (3+ messages)
` [PATCH 2/2] tests: Benchmark "

[PATCH 0/6] ring seqno wrap handling
 2012-12-05 20:44 UTC  (10+ messages)
` [PATCH 1/6] drm/i915: Add debugfs entry to read/write next_seqno
` [PATCH 2/6] drm/i915: Fix debugfs seqno info print to use uint
` [PATCH 3/6] drm/i915: Don't emit semaphore wait if wrap happened
` [PATCH 4/6] drm/i915: Split intel_ring_begin
` [PATCH 5/6] drm/i915: Add intel_ring_handle_seqno wrap
` [PATCH 6/6] drm/i915: Set initial seqno value close to wrap boundary

[PATCH] drm/i915: fixup l3 parity sysfs access check
 2012-12-05 18:10 UTC  (3+ messages)

[PATCH 0/6] robustify reset transitions
 2012-12-05 17:14 UTC  (15+ 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 1/2] drm/i915: clear up wedged transitions
  ` [PATCH 2/2] drm/i915: create a race-free reset detection

[PATCH 1/1] drm/i915: Release next_seqno on module unload
 2012-12-05 16:24 UTC  (2+ messages)

[PATCH v2 1/1] drm/i915: Remove duplicate and unused register #defines in i915_reg.h
 2012-12-05 15:04 UTC  (3+ messages)

[PATCH 1/1] drm/i915: Remove 3 duplicate register #defines in i915_reg.h
 2012-12-05 14:34 UTC  (3+ messages)

[PATCH] drm/i915: Perform a posting read of the ring start before enabling
 2012-12-05 13:07 UTC 

[PATCH 01/10] drm/i915: rip out pre-DDI stuff from haswell_crtc_mode_set
 2012-12-05 11:03 UTC  (16+ messages)
` [PATCH 02/10] drm/i915: move set_pll_edp to intel_dp.c
` [PATCH 03/10] drm/i915: rip out pre-production ilk cpu edp w/a
` [PATCH 04/10] drm/i915: use wait_for_vblank instead of msleep(17)
` [PATCH 05/10] drm/i915: WARN on !crtc in intel_dp_link_down
` [PATCH 06/10] drm/i915: drop unnecessary clearing of pch dp transcoder timings
` [PATCH 07/10] drm/i915: extract common link_m_n helpers
` [PATCH 08/10] drm/i915: don't call update_watermark in crtc_mode_set
` [PATCH 09/10] drm/i915: don't call update_watermarks from haswell enable/disable code
` [PATCH 10/10] drm/i915: rip out update_linetime_wm abstraction

[PATCH] drm/i915: optimize ilk/snb irq handler
 2012-12-05 11:01 UTC  (3+ messages)

[PATCH 00/10] gmbus/dp aux irqfication
 2012-12-05 10:59 UTC  (24+ messages)
` [PATCH 01/10] drm/i915: haswell has the same irq handlers as ivb
` [PATCH 02/10] drm/i915: don't handle PIPE_LEGACY_BLC_EVENT_STATUS on vlv
` [PATCH 03/10] drm/i915: reorder setup sequence to have irqs for output setup
  ` [PATCH 1/2] drm/i915: setup the hangcheck timer early
    ` [PATCH 2/2] drm/i915: reorder setup sequence to have irqs for output setup
` [PATCH 04/10] drm/i915: extract gmbus_wait_hw_status
` [PATCH 05/10] drm/i915: wire up gmbus irq handler
` [PATCH 06/10] drm/i915: use the gmbus irq for waits
` [PATCH 07/10] drm/i915: use gmbus irq to wait for gmbus idle
` [PATCH 08/10] drm/i915: wire up do aux channel done interrupt
` [PATCH 09/10] drm/i915: irq-drive the dp aux communication
` [PATCH 10/10] drm/i915: use _NOTRACE for gmbus/dp aux wait loops
    ` [PATCH] "

3 duplicate register #defines in i915_reg.h
 2012-12-05 10:36 UTC  (3+ messages)

i915 freakout with latest 3.7 git
 2012-12-05  6:35 UTC  (13+ messages)

[PATCH] drm/i915: Clear the existing watermarks for g4x when modifying the cursor sr
 2012-12-04 21:44 UTC  (3+ messages)

[PATCH] drm/i915: do not access BLC_PWM_CTL2 on pre-gen4 hardware
 2012-12-04 21:42 UTC  (3+ messages)

[PATCH 1/1] Add gem_seqno_wrap test
 2012-12-04 17:43 UTC  (3+ messages)
  ` [PATCH 1/1] tests: add gem_seqno_wrap

[PATCH] drm: Make the HPD status updates debug logs more readable
 2012-12-04 17:39 UTC  (2+ messages)

[PATCH 0/2] Dynamic power wells support
 2012-12-04 16:48 UTC  (3+ messages)
` [PATCH 1/2] drm/i915: fix intel_init_power_wells
` [PATCH 2/2] drm/i915: dynamic Haswell display power well support

[PATCH] drm/i915: fixup sparse warnings
 2012-12-03 21:35 UTC  (3+ messages)

A bunch of random execbuffer patches
 2012-12-03 21:03 UTC  (18+ messages)
` [PATCH 01/14] drm/i915: Move the get_pages assertions up to the right layer
` [PATCH 02/14] drm/i915: Decouple the object from the unbound list before freeing pages
` [PATCH 03/14] drm/i915: Bail if we attempt to allocate pages for a purged object
` [PATCH 04/14] drm/i915: Defer the unbind for a fence change until the next get_fence()
` [PATCH 05/14] drm/i915: Avoid forcing relocations through the mappable GTT or CPU
` [PATCH 06/14] drm: Optionally create mm blocks from top-to-bottom
` [PATCH 07/14] drm/i915: Preferentially allocate mappable GTT space to uncached bo
` [PATCH 08/14] drm/i915: Tighten the checks for invalid relocation domains
` [PATCH 09/14] drm/i915: Remove check for conflicting relocation write-domains
    ` [PATCH] drm/i915: Reduce memory pressure during shrinker by preallocating swizzle pages
` [PATCH 10/14] drm/i915: Take the handle idr spinlock once for looking up the exec objects
` [PATCH 11/14] drm/i915: Move the execbuffer objects list from the stack into the tracker
` [PATCH 12/14] drm/i915: Allow userspace to hint that the relocations were known
` [PATCH 13/14] drm/i915: Use the reloc.handle as an index into the execbuffer array
` [PATCH 14/14] drm/i915: Allow userspace to request an object at a specific offset

[PATCH] drm/i915: Reduce memory pressure during shrinker by preallocating swizzle pages
 2012-12-03 17:54 UTC  (3+ messages)

[PATCH v3] drm/i915: Don't allow ring tail to reach the same cacheline as head
 2012-12-03 17:31 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Fix dieing -> dying typo
 2012-12-03 17:27 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Removed unsused define

Working from home (Mon 3 Dec)
 2012-12-03 17:08 UTC 

[PATCH 0/4] drm/i915: ring and flip leftovers
 2012-12-03 16:42 UTC  (6+ messages)
` [PATCH v3 2/4] drm/i915: Wait for pending flips in intel_pipe_set_base()

Bug Team Status
 2012-12-03 16:21 UTC 

3.7-rc7 IVB forcewake resume timeouts
 2012-12-03 16:07 UTC  (3+ messages)

[ANNOUNCE] xf86-video-intel 2.20.15
 2012-12-03 11:43 UTC 

[PATCH] drm/i915: Close race between processing unpin task and queueing the flip
 2012-12-03 11:36 UTC 

[PATCH] drm/i915: Dump RP interrupt limits into debugfs/i915_cur_delayinfo
 2012-12-03 11:34 UTC 

[PATCH] drm/i915: Close race between processing unpin task and queueing the flip
 2012-12-03 11:25 UTC 

i915 error hangcheck timer elapsed
 2012-12-02 18:05 UTC 

Brightness control fails between 3.6.8 and 3.7.0-rc7 (Intel 915/Dell Vostro 3560)
 2012-12-02 15:33 UTC  (4+ messages)

[PATCH] drm/i915: Close race between processing unpin task and queueing the flip
 2012-12-02 11:38 UTC  (6+ messages)

i915 (sandy bridge mobile) gets stuck at high power
 2012-12-02  2:34 UTC 

[PATCH 0/6] drivers: convert struct spinlock to spinlock_t
 2012-12-01 18:11 UTC  (13+ messages)
  ` [PATCH 1/6] ux500: "
` [PATCH 2/6] i915: "
` [PATCH 3/6] s5p-fimc: "
` [PATCH 4/6] s5p-jpeg: "
` [PATCH 5/6] brcmfmac: "
` [PATCH 6/6] ie6xx_wdt: "

CONGRATULATIONS!!!! Your email has won a consolation prize, open the attachment file and contact your claim agent!!!!!
 2012-12-01 14:05 UTC 

[PATCH 0/3] More Haswell VGA fixes
 2012-12-01 14:04 UTC  (4+ messages)
` [PATCH 1/3] drm/i915: add support for mPHY destination on intel_sbi_{read, write}
` [PATCH 2/3] drm/i915: add lpt_init_pch_refclk
` [PATCH 3/3] drm/i915: set the LPT FDI RX polarity reversal bit when needed

Hopefully the last round of stolen work
 2012-12-01 11:35 UTC  (13+ messages)
` [PATCH 10/16] drm/i915: Handle stolen objects for pread
` [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

[PATCH] drm/i915: fixup TV load detect
 2012-12-01  1:21 UTC  (2+ messages)

[PATCH 1/3] drm/i915: fix hsw_fdi_link_train "retry" code
 2012-11-30 15:46 UTC  (8+ messages)
` [PATCH 2/3] drm/i915: reject modes the LPT FDI receiver can't handle
` [PATCH 3/3] drm/i915: fix FDI lane calculation

[PATCH] drm/i915: dynamic haswell display power well support
 2012-11-29 16:33 UTC  (2+ messages)

[PATCH] drm/i915: Ensure that the wait ioctl return timeout is valid
 2012-11-29 16:19 UTC  (3+ messages)

[PATCH] drm/i915: kill intel_dp_link_clock()
 2012-11-29 14:01 UTC  (2+ messages)

[PATCH 1/4] drm/i915: intel_prepare_ddi_buffers should be static
 2012-11-29 13:59 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).