messages from 2011-06-04 22:18:33 to 2011-06-20 20:11:41 UTC [more...]
[RFC] Updated plane support v3
2011-06-20 20:11 UTC (4+ messages)
` [PATCH 1/4] drm: add plane support
` [PATCH 3/4] drm/i915: rename existing overlay support to "legacy"
` [PATCH 4/4] drm/i915: add SNB video sprite support
gen6 (SNB) GPU still stalling besides latest patches
2011-06-20 18:52 UTC
IVB page flipping fixes (hopefully final)
2011-06-20 15:15 UTC (11+ messages)
` [PATCH 1/2] drm/i915: split page flip queueing into per-chipset functions
` [PATCH 2/2] drm/i915: add Ivy Bridge page flip support
[PATCH] drm/i915/sdvo: Include LVDS panels for the IS_DIGITAL check
2011-06-20 13:45 UTC
i965 fs shader debugging
2011-06-20 1:14 UTC (7+ messages)
` [Mesa-dev] [PATCH 1/6] i965: step message register allocation
` [Mesa-dev] [PATCH 2/6] i965: copy in system routine, reserve extra scratch
` [Mesa-dev] [PATCH 3/6] i965: Move register spill offsets
` [Mesa-dev] [PATCH 4/6] i965: setup system routine
` [Mesa-dev] [PATCH 5/6] i965: function to emit breakpoints
` [Mesa-dev] [PATCH 6/6] i965: Set breakpoints
[PATCH] Revert "drm/i915: Kill GTT mappings when moving from GTT domain"
2011-06-19 21:49 UTC (12+ messages)
Gfx problem on P8Z68-V Pro/i7-2600K
2011-06-19 18:09 UTC (3+ messages)
Backlight SORCERY!
2011-06-18 20:00 UTC
[3.0-rc3] i915: potentially stale ring data during resume
2011-06-18 16:12 UTC (2+ messages)
Known good kernel config for a Z68/i7-2600K system?
2011-06-17 21:41 UTC (2+ messages)
[PATCH 3.0-rc3, v2] i915: Fix gen6 (SNB) GPU stalling
2011-06-17 20:39 UTC (4+ messages)
[PATCH 3.0-rc3] i915: Fix gen6 (SNB) GPU stalling
2011-06-17 15:29 UTC (15+ messages)
` [Intel-gfx] "
5 bugs
2011-06-16 23:54 UTC (5+ messages)
Warnings on suspend in gen6_gt_force_wake_* on Sandy Bridge
2011-06-16 21:36 UTC (2+ messages)
` [PATCH] drm/i915: yet another forcewake lock fix
[PATCH 1/6] drm/i915: Remove "i2c_speed" nonsense from child device table
2011-06-16 20:58 UTC (12+ messages)
` [PATCH 2/6] drm/i915: Fix multifunction SDVO detection
` [PATCH 3/6] drm/i915: Rename intel_sdvo_hdmi_sink_detect
` [PATCH 4/6] drm/i915: Try harder on multifunction SDVO DDC
` [PATCH 5/6] drm/i915: Delete a misleading comment
` [PATCH 6/6] drm/i915: Remove redundant bit shifting from intel_gmbus_set_speed
Graphic corruption with i915 (2.6.39.1)
2011-06-16 18:24 UTC (6+ messages)
[3.0.0-rc3] GMBUS timed out
2011-06-16 15:45 UTC (3+ messages)
[PATCH] fix typo in 915_read_blc_pwm_ctl
2011-06-16 14:12 UTC
[PATCH] drm/i915: load the LUT before pipe enable on ILK+
2011-06-15 21:32 UTC
[PATCH 1/2] drm/i915: split page flip queueing into per-chipset functions
2011-06-15 17:50 UTC (3+ messages)
` [PATCH 2/2] drm/i915: add Ivy Bridge page flip support
[RFC] Updated DRM plane handling patches
2011-06-15 17:29 UTC (13+ messages)
` [PATCH 1/4] drm: add plane support
` [PATCH 2/4] drm: add an fb creation ioctl that takes a pixel format
` [PATCH 3/4] drm/i915: rename existing overlay support to "legacy"
` [Intel-gfx] "
` [PATCH 4/4] drm/i915: add SNB video sprite support
Shader debugging
2011-06-14 19:46 UTC (5+ messages)
` [PATCH 1/4] intel-gpu-tools: register range handling for forcewake hooks
` [PATCH 2/4] intel-gpu-tools/forcewaked: simple forcewake app
` [PATCH 3/4] intel-gpu-tools: add important debug regs
` [PATCH 4/4] intel-gpu-tools: shader debug
[PATCH 1/2] drm/i915: split page flip queueing into per-chipset functions
2011-06-14 19:35 UTC (5+ messages)
` [PATCH 2/2] drm/i915: add Ivy Bridge page flip support
[PATCH] drm/i915: use BLT ring for flips on IVB
2011-06-14 7:40 UTC (6+ messages)
[3.0-rc3] i1915: missed IRQ/stalls patch success
2011-06-14 5:23 UTC (2+ messages)
draw an image from text file in opengl
2011-06-13 9:18 UTC
Imlementing IrisGl but getting error in execution
2011-06-13 5:07 UTC
[PATCH] drm/i915: Don't leak in i915_gem_shmem_pread_slow()
2011-06-12 20:53 UTC
Keith's on vacation
2011-06-10 19:55 UTC
[2.6.39 regression] hard lock when GNOME starts
2011-06-10 14:06 UTC (6+ messages)
` [PATCH] drm/i915: Revert i915.semaphore=1 default from 47ae63e0
[PATCH] Test the first mode if there is no preferred mode
2011-06-10 6:27 UTC (4+ messages)
[PATCH] Properly decrement flip_count if we want to undo
2011-06-09 22:45 UTC
[PATCH 00/16] Move chipset specific stuff to struct intel_chipset
2011-06-08 18:36 UTC (22+ messages)
` [PATCH 01/16] intel: Use gen number instead of PCI ID in decoder
` [PATCH 02/16] intel: Use the PCI ID map for determining chipset gen
` [PATCH 03/16] intel: IS_9XX is just gen >= 3
` [PATCH 04/16] intel: Remove unused IS_915 macro
` [PATCH 05/16] intel: Replace intel_screen::gen with the chipset struct
` [PATCH 06/16] intel: Add a is_945 bit to chipinfo and use that instead of IS_945
` [PATCH 07/16] intel: Remove unused IS_MOBILE and IS_IGD* macros
` [PATCH 08/16] intel: Replace single use of IS_965 with gen check
` [PATCH 09/16] intel: Drop unused IS_GEN4 macro
` [PATCH 10/16] intel: Drop unused IS_GEN5-7 macros
` [PATCH 11/16] intel: Put urb and thread limits into the chipset struct
` [PATCH 12/16] intel: Drop unused IS_SNB/IVB_GT1/2 macros
` [PATCH 13/16] intel: Replace IS_G4X macro with an is_g4x bit in the chipset struct
` [PATCH 14/16] intel: Add is_855ish for handling 855 and 865 specific lod clamping
` [PATCH 15/16] intel: Get chipset name from PCI ID list
` [PATCH 16/16] intel: Remove intel_chipsets.h
[PATCH 1/3] drm/i915: Fix MI_DISPLAY_FLIP plane select offset on Ivybridge
2011-06-08 10:57 UTC (12+ messages)
` [PATCH 2/3] drm/i915: Remove HAS_BLT/HAS_BSD checks from ivybridge_irq_postinstall
` [PATCH 3/3] drm/i915: Enable GPU reset on Ivybridge
drivers/drm/i915 maintenance process
2011-06-06 23:43 UTC (7+ messages)
` [Intel-gfx] "
[PATCH fixes] drm/i915: Fix unfenced alignment on pre-G33 hardware
2011-06-06 20:56 UTC (5+ messages)
` [Intel-gfx] "
[SNB] video tearing (wait for scanline support patch)
2011-06-06 20:08 UTC (2+ messages)
[PATCH 0/2] ddx/dri: Add support for hiz and separate stencil buffers
2011-06-06 7:22 UTC (10+ messages)
` [PATCH 1/2] Add attachment token DRI2BufferHiz
` [PATCH 2/2] dri: Add support for DRI2BufferStencil and DRI2BufferHiz
[PATCH] drm/i915: Seperate fence pin counting from normal bind pin counting
2011-06-06 6:10 UTC (7+ messages)
` [PATCH] drm/i915: Separate "
[PATCH 0/3] [RESUBMIT] ddx/dri: Add support for hiz and separate stencil buffers
2011-06-06 3:36 UTC (4+ messages)
` [PATCH] Add attachment token DRI2BufferHiz
` [PATCH 2/3] dri: Do not create DRI2 buffers for unrecognized DRI2 buffer tokens
` [PATCH 3/3] dri: Add support for DRI2BufferStencil and DRI2BufferHiz
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox