Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-07-23 19:29:49 to 2013-07-26 09:51:03 UTC [more...]

[PATCH 00/12] Completion of i915 VMAs
 2013-07-26  9:51 UTC  (3+ messages)
` [PATCH 01/12] drm/i915: plumb VM into object operations
  ` Maintainer-review fluff (was: Re: [PATCH 01/12] drm/i915: plumb VM into object operations)

linux-next: Tree for Jul 25 [ call-trace: drm | drm-intel related? ]
 2013-07-26  9:32 UTC  (42+ messages)
` [Intel-gfx] "

[PATCH] drm/i915: fix gen4 digital port hotplug definitions
 2013-07-26  9:27 UTC 

[PATCH 1/2] drm/i915: enable pnv gpu reset
 2013-07-26  8:18 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: fix pnv display core clock readout out

Ugly patches for stolen reservation
 2013-07-26  8:10 UTC  (16+ messages)
` [PATCH 1/2] drm/i915: split PCI IDs out into i915_drm.h v3
` [PATCH 2/2] x86: add early quirk for reserving Intel graphics stolen memory v3
  ` [Intel-gfx] "
    ` [Intel-gfx] Ugly patches for stolen reservation

Linux 3.11-rc2 (acpi backlight, revert)
 2013-07-26  7:43 UTC  (11+ messages)

[PATCH] Lower threshold for pixel doubling
 2013-07-26  6:19 UTC  (9+ messages)

i915 irq storm mitigation in 3.10
 2013-07-26  5:11 UTC  (13+ messages)

Ugly patches for stolen reservation
 2013-07-26  3:31 UTC  (2+ messages)

linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree
 2013-07-26  3:14 UTC 

linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree
 2013-07-26  3:10 UTC 

[PATCH 1/3] x86: Use a custom name for the Intel Graphics Stolen reservation
 2013-07-25 22:27 UTC  (3+ messages)
` [PATCH 2/3] resource: Introduce lookup_resource_by_name()
` [PATCH 3/3] drm/i915: Lookup stolen region reserved during early PCI quirk processing

[PATCH 4/5] drm/i915: Add async page flip support for IVB
 2013-07-25 22:15 UTC  (3+ messages)
  ` [PATCH 1/2] "
  ` [PATCH 2/2] drm/i915: Add async page flip support for SNB

[PULL] drm-intel-fixes
 2013-07-25 19:44 UTC 

[PATCH] drm/i915: enable IPS for bpp <= 24
 2013-07-25 17:38 UTC  (4+ messages)

[PATCH 1/2] drm/i915: split PCI IDs out into i915_drm.h v3
 2013-07-25 16:55 UTC  (9+ messages)
` [PATCH 2/2] x86: add early quirk for reserving Intel graphics stolen memory v3
` [PATCH 1/3] x86: Use a custom name for the Intel Graphics Stolen reservation
  ` [PATCH 2/3] resource: Introduce lookup_resource_by_name()
  ` [PATCH 3/3] drm/i915: Lookup stolen region reserved during early PCI quirk processing

[PATCH] drm/i915: dvo_ch7xxx: fix vsync polarity setting
 2013-07-25 14:10 UTC  (3+ messages)

Linux 3.11-rc2 [backlight] [ASUS N56VZ]
 2013-07-25 12:57 UTC  (9+ messages)
    ` [Intel-gfx] "

[PATCH] drm/i915: do not disable backlight on vgaswitcheroo switch off
 2013-07-25 11:31 UTC 

[PATCH 1/2] drm/i915: fix reference counting in i915_gem_create
 2013-07-25  8:53 UTC  (9+ messages)
` [PATCH 2/2] drm/i915: fix the racy object accounting
    ` [PATCH] "

[PATCH 1/6] drm/i915: Serialize almost all register access
 2013-07-25  8:48 UTC  (3+ messages)
` [PATCH 6/6] drm/i915: Convert the register access tracepoint to be conditional

[Intel-gfx] [PATCH 0/4 V7] Power-well API implementation for Haswell
 2013-07-25  6:50 UTC  (25+ messages)
` [alsa-devel] "

Dell U2412M monitor complains about input timing
 2013-07-25  0:21 UTC  (6+ messages)

[PATCH 1/2] drm/i915: split PCI IDs out into i915_drm.h v2
 2013-07-24 22:42 UTC  (2+ messages)
` [PATCH 2/2] x86: add early quirk for reserving Intel graphics stolen memory v2

[PATCH 1/2] drm/i915: split PCI IDs out into i915_drm.h
 2013-07-24 22:40 UTC  (8+ messages)
` [PATCH 2/2] x86: add early quirk for reserving Intel graphics stolen memory

3.10.2 : new warning WARNING: at drivers/gpu/drm/i915/intel_display.c:1656 ironlake_crtc_disable+0x7ce/0x800 [i915]()
 2013-07-24 15:51 UTC 

[PATCH 1/3] drm/i915: fix reference counting in i915_gem_create
 2013-07-24 14:36 UTC  (9+ messages)
` [PATCH 2/3] drm/i915: fix the racy object accounting
` [PATCH 3/3] drm/i915: reuse i915_gem_free_object in the create error path
` [PATCH] "
` [PATCH] drm/i915: fix reference counting in i915_gem_create

[PATCH 00/15] Unify interrupt register init/reset
 2013-07-24 14:14 UTC  (27+ messages)
` [PATCH 01/15] drm/i915: add INTEL_IRQ_REG_RESET
` [PATCH 02/15] drm/i915: change how VLV_IIR is reset
` [PATCH 03/15] drm/i915: port i965_irq_uninstall go INTEL_IRQ_REG_RESET
` [PATCH 04/15] drm/i915: really clear the IIR registers
` [PATCH 05/15] drm/i915: add INTEL_IRQ_REG_INIT
` [PATCH 06/15] drm/i915: use INTEL_IRQ_REG_INIT on VLV too
` [PATCH 07/15] drm/i915: reset the IIR registers at preinstall
` [PATCH 08/15] drm/i915: WARN if IIR is not zero at irq_postinstall
` [PATCH 09/15] drm/i915: remove additional zerogin of VLV_IIR at postinstall
` [PATCH 10/15] drm/i915: remove extra clearing of GTIIR from VLV irq preinstall
` [PATCH 11/15] drm/i915: add INTEL_IRQ_REG_RESET16
` [PATCH 12/15] drm/i915: really clear the IIR registers on i8xx
` [PATCH 13/15] drm/i915: add INTEL_IRQ_REG_INIT16
` [PATCH 14/15] drm/i915: reset the i8xx IIR registers at preinstall
` [PATCH 15/15] drm/i915: WARN if IIR is not zero at i8xx irq_postinstall

[PATCH] drm/i915: Replace racy object bookkeeping
 2013-07-24 10:01 UTC  (6+ messages)

Isssues with -nightly based on 3.11-rc2
 2013-07-24  8:28 UTC 

[RFC] early stolen mem detection
 2013-07-23 21:15 UTC  (3+ messages)
` [PATCH 1/2] drm/i915: move PCI IDs to i915_drm.h
` [PATCH 2/2] x86 early quirk: detect & reserve graphics stolen memory for Intel devices

[PATCH] drm: i915_gem_inactive_scan: insufficient nr_to_scan size
 2013-07-23 19:29 UTC  (2+ messages)


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