Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-06-01 20:05:29 to 2012-06-12 08:53:05 UTC [more...]

[PATCH] drm/i915: kick any firmware framebuffers before claiming the gtt
 2012-06-12  8:52 UTC  (10+ messages)

[PULL] first drm-intel-next for 3.6
 2012-06-12  8:39 UTC 

Updated -next
 2012-06-12  8:37 UTC  (2+ messages)

Debian 6 support for Sandy Bridge
 2012-06-12  7:16 UTC  (4+ messages)
` Debian 6 (Squeeze) "

[PATCH] drm/i915/crt: Do not rely upon the HPD presence pin
 2012-06-11 19:00 UTC  (7+ messages)

[PATCH 1/2] drm/i915: don't enumerate HDMID if an eDP panel is already active on the port
 2012-06-11 18:59 UTC  (2+ messages)

1080i content on 1080i shakes
 2012-06-11 16:12 UTC  (4+ messages)

[PATCH 0/4] edid caching
 2012-06-11 10:15 UTC  (6+ messages)
` [PATCH 1/4] drm/i915: cache crt edid
` [PATCH 2/4] drm/i915: cache dp edid
` [PATCH 3/4] drm/i915: cache hdmi edid
` [PATCH 4/4] drm/i915/sdvo: implement correct return value for ->get_modes

[PATCH 3/4] drm/i915: add quirk to indicate that an alt bit is used for brightness inversion
 2012-06-11  8:51 UTC  (7+ messages)
` [PATCH] properly enable the blc controller on the right pipe

[PATCH] vgaarb: call pci_disable|enable_device on decoding vga devices
 2012-06-11  8:44 UTC  (4+ messages)
` [Intel-gfx] "

drm/i915: Disable DDI Pipe Control on HSW while disabling pipe
 2012-06-11  8:27 UTC  (6+ messages)

[PATCH] drm/i915: enable edp vdd in intel_dp_detect
 2012-06-11  7:12 UTC 

[PATCH] drm/i915/crt: Do not rely upon the HPD presence pin
 2012-06-10 19:17 UTC  (5+ messages)

[PATCH 1/1] drm/i915: initialize intel_sbi_read return value
 2012-06-10 11:38 UTC  (2+ messages)

[PATCH] [Bug 17902] Support for ns2501 DVO chip
 2012-06-08 21:45 UTC 

[PATCH 1/1] drm/i915: properly wait for SBI status
 2012-06-08 20:38 UTC  (3+ messages)

Patch for bug #17902 - support for ns2501 DVO chip
 2012-06-08 19:30 UTC  (2+ messages)

[PATCH v5] intel: wait render timeout implementation
 2012-06-08 18:19 UTC  (5+ messages)
` [RFC] [PATCH] i965: better ClientWaitSync

[PATCH 1/2] drm: call pci_disable_device on module onload
 2012-06-08 16:16 UTC  (4+ messages)
` [PATCH 2/2] drm: fixup error path after drm_fill_in_dev

[PATCH 00/12] clear up drm/agp initialization madness
 2012-06-08 15:12 UTC  (17+ messages)
` [PATCH 01/12] drm: move drm_pci_agp_init into driver load functions
` [PATCH 02/12] drm: kill the REQUIRE_AGP driver flag
` [PATCH 03/12] drm: kill USE_AGP "
` [PATCH 04/12] agp/intel-gtt: remove dead code
` [PATCH 05/12] drm/i915: stop using dev->agp->base
` [PATCH 06/12] agp/intel-gtt: don't require the agp bridge on setup
` [PATCH 07/12] drm/i915: only enable drm agp support when required
` [PATCH 08/12] drm/i915 + agp/intel-gtt: prep work for direct setup
` [PATCH 09/12] drm/i915: don't check intel_agp_enabled any more
` [PATCH 10/12] agp/intel-gtt: move gart base addres setup
` [PATCH 11/12] drm/i915: call intel_enable_gtt
` [PATCH 12/12] agp/intel-agp: remove snb+ host bridge pciids

[PATCH] drm/i915 + agp/intel-gtt: prep work for direct setup
 2012-06-08 13:55 UTC 

[QA 06/08] Testing report for `drm-intel-testing` (was: Updated -next)
 2012-06-08  3:08 UTC 

[PATCH 00/25] i915 HW context support
 2012-06-07 16:17 UTC  (35+ messages)
` [PATCH 01/25] drm/i915: CXT_SIZE register offsets added
` [PATCH 02/25 v2] drm/i915: preliminary context support
` [PATCH 03/25 v2] drm/i915: context basic create & destroy
` [PATCH 04/25] drm/i915: add context information to objects
` [PATCH 05/25] drm/i915: always bind context objects immediately
` [PATCH 06/25 v3] drm/i915: context switch implementation
` [PATCH 07/25] drm/i915: context trace events
` [PATCH 08/25] drm/i915: Ivybridge MI_ARB_ON_OFF context w/a
` [PATCH 09/25] drm/i915: PIPE_CONTROL_TLB_INVALIDATE
` [PATCH 10/25 v2] drm/i915: possibly invalidate TLB before context switch
` [PATCH 11/25] drm/i915: use the default context
` [PATCH 12/25] drm/i915: add ccid to error state
` [PATCH 13/25 v3] drm/i915: switch to default context on idle
` [PATCH 14/25 v3] drm/i915/context: create & destroy ioctls
` [PATCH 15/25 v2] drm/i915/context: switch contexts with execbuf2
` [PATCH 16/25] drm/i915: reset the GPU on context fini
` [PATCH 17/25] intel: wait render placeholder
` [PATCH 18/25] intel: Merge updated kernel header
` [PATCH 19/25] intel/context: Add drm_intel_context type
` [PATCH 20/25] intel/context: new execbuf interface for contexts
` [PATCH 21/25] intel: add decoding of MI_SET_CONTEXT
` [PATCH 22/25] context: libdrm wrappers
` [PATCH 23/25] context: update for new execbuf2 element
` [PATCH 24/25] contexts: basic test coverage
` [PATCH 25/25] i965: hw context support
    ` [Intel-gfx] "
  ` [Mesa-dev] [PATCH 00/25] i915 HW "

[PATCH 2/2 v4] intel: wait render timeout implementation
 2012-06-07 14:56 UTC  (3+ messages)

[PATCH 1/3] intel: sanitize i915_drm.h
 2012-06-06 21:26 UTC  (10+ messages)
` [PATCH 2/3] intel: wait render header updates
` [PATCH 3/3] intel: wait render timeout implementation

[PATCH] drm/i915: pch_irq_handler -> {ibx, cpt}_irq_handler
 2012-06-06 21:02 UTC  (4+ messages)

[PATCH 1/1] char/agp: add another Ironlake host bridge
 2012-06-06 15:05 UTC  (3+ messages)

[PATCH 1/2] drm/i915: Inifite timeout for wait ioctl
 2012-06-06 10:29 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Add wait render timeout get param

[PATCH] test: Measure performance of copying between tiled and untiled/LLC
 2012-06-06 10:16 UTC  (2+ messages)

[PATCH] drm/i915: cache the EDID for eDP panels
 2012-06-06  7:36 UTC  (8+ messages)

[PATCH 1/2] drm/i915: implement IBX hdmi transcoder select workaround
 2012-06-06  7:31 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: assert that the IBX port transcoder select w/a is implemented

[PATCH 1/4 v5] drm/i915: timeout parameter for seqno wait
 2012-06-05 21:09 UTC  (4+ messages)
` [PATCH 3/4 v7] drm/i915: wait render timeout ioctl

[PULL] drm-intel-fixes
 2012-06-05 19:18 UTC 

[PATCH] drm/i915: fix up ivb plane 3 pageflips
 2012-06-05 19:06 UTC  (7+ messages)

[PATCH 1/4] drm/i915: pnv has a backlight polarity control bit, too
 2012-06-05 11:15 UTC  (7+ messages)
` [PATCH 2/4] drm/i915: clear up backlight #define confusion on gen4+
` [PATCH 3/4] drm/i915: properly enable the blc controller on the right pipe
    ` [PATCH] "
` [PATCH 4/4] drm/i915: allow pipe A for lvds on gen4

[PATCH] drm/i915: add min freq control to debugfs
 2012-06-04 19:36 UTC  (2+ messages)

[PATCH 1/3] drm/i915: compute the target_clock for edp directly
 2012-06-04 19:30 UTC  (8+ messages)
` [PATCH 2/3] drm/i915: adjusted_mode->clock in the dp mode_fixup
` [PATCH 3/3] drm/i915: don't chnage the original mode in dp_mode_fixup

[PATCH] drm/i915: hold forcewake around ring hw init
 2012-06-04 18:26 UTC  (8+ messages)

[PATCH] drm/i915: Mark the ringbuffers as being in the GTT domain
 2012-06-04 18:17 UTC  (2+ messages)

[PATCH] test/gem_gtt_speed: Add a baseline test for the performance of a CPU mmap
 2012-06-04 16:33 UTC 

Lots of i915/drm spew on 3.4
 2012-06-03 13:27 UTC  (4+ messages)

GMA 950 Intel 945G gallium driver
 2012-06-03 12:44 UTC 

[PATCH] drm/i915: extract object active state flushing code
 2012-06-02 18:51 UTC  (3+ messages)

[PATCH 1/3] drm/i915: clarify IBX dp workaround
 2012-06-01 20:04 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