Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-11-27 17:02:41 to 2012-12-04 15:13:02 UTC [more...]

[PATCH 00/10] gmbus/dp aux irqfication
 2012-12-04 15:13 UTC  (22+ 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] "

[PATCH] drm/i915: do not access BLC_PWM_CTL2 on pre-gen4 hardware
 2012-12-04 14:36 UTC 

[PATCH 0/6] ring seqno wrap handling
 2012-12-04 14:05 UTC  (8+ 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

i915 freakout with latest 3.7 git
 2012-12-04 12:58 UTC  (6+ messages)

[PATCH 1/1] Add gem_seqno_wrap test
 2012-12-04  9:47 UTC  (2+ messages)

[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  (13+ messages)
` [PATCH v2 1/4] drm/i915: Don't allow ring tail to reach the same cacheline as head
` [PATCH v3 2/4] drm/i915: Wait for pending flips in intel_pipe_set_base()
` [PATCH 3/4] drm/i915: Wake up pending flip waiters when the GPU hangs
` [PATCH v2 4/4] drm/i915: Kill i915_gem_execbuffer_wait_for_flips()

[PATCH 01/10] drm/i915: rip out pre-DDI stuff from haswell_crtc_mode_set
 2012-12-03 16:42 UTC  (14+ 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

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: optimize ilk/snb irq handler
 2012-11-30 11:00 UTC  (2+ messages)

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

[PATCH] drm/i915: optimize the shmem_pwrite slowpath handling
 2012-11-29 12:49 UTC  (4+ messages)

[PATCH 00/17] lvds/dp/watermark refactorings
 2012-11-29 11:52 UTC  (13+ messages)
` [PATCH 01/17] drm/i915: add encoder->pre_pll_enable callback
` [PATCH 02/17] drm/i915: replace ad-hoc dual-link lvds checks
` [PATCH 04/17] drm/i915: track is_dual_link in intel_lvds
` [PATCH 08/17] drm/i915: rip out pre-DDI stuff from haswell_crtc_mode_set

[PATCH 0/5] igt subtests support and piglit integration
 2012-11-29 11:30 UTC  (7+ messages)
` [PATCH 1/5] tests: infrastructure for piglit runner
` [PATCH 2/5] tests: remove ZZ_check_dmesg from runner
` [PATCH 3/5] tests: dont polute stderr if the test succeeds/skips
` [PATCH 4/5] lib/drmtest: subtest infrastructure
` [PATCH 5/5] tests/flip_test: use "

[PULL] last drm-intel-next for 3.8
 2012-11-29 10:22 UTC  (2+ messages)

[PATCH] drm/i915: Set sync_seqno properly after seqno wrap
 2012-11-29 10:03 UTC  (2+ messages)

[PATCH 1/2] drm/i915/debugfs: Prune a couple of superfluous leading zeros from bo domains
 2012-11-29 10:01 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: Include the last semaphore sync point in the error-state

[PATCH] drm/i915: Handle sync_seqno correctly when seqno has wrapped
 2012-11-29  8:43 UTC  (5+ messages)

[QA 11/29] Testing report for `drm-intel-testing` (was: Updated -next)
 2012-11-29  8:36 UTC 

Updated GPU reset at init patch
 2012-11-28 22:30 UTC  (2+ messages)
` [PATCH] drm/i915: reset GPU after clearing CSunit clock gating on gen6

[PATCH] drm/i915: Fix pte updates in ggtt clear range
 2012-11-28 19:12 UTC  (2+ messages)

how to disable dpst on linux?
 2012-11-28 16:53 UTC  (6+ messages)

[PATCH] testdisplay: Use the fb stride when painting the color key
 2012-11-27 23:16 UTC  (2+ messages)

Your kernel commit 2f4f649a69a9eb51f6e98130e19dd90a260a4145
 2012-11-27 22:47 UTC 

[PATCH 1/3] drm/i915: Preallocate next seqno before touching the ring
 2012-11-27 21:16 UTC  (3+ messages)
` [PATCH 3/3] drm/i915: Rearrange code to only have a single method for waiting upon "

[PATCH] drm/i915: force restore on lid open
 2012-11-27 17:04 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