intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-01-18 20:29:41 to 2013-01-24 21:49:16 UTC [more...]

[PATCH 0/4] gtt abstractions
 2013-01-24 21:49 UTC  (10+ messages)
` [PATCH 1/4] drm/i915: vfuncs for gtt_clear_range/insert_entries
` [PATCH 2/4] drm/i915: vfuncs for ppgtt
` [PATCH 3/4] drm/i915: pte_encode is gen6+
` [PATCH 4/4] drm/i915: extract hw ppgtt setup/cleanup code
` [PATCH 1/6] drm/i915: vfuncs for gtt_clear_range/insert_entries
  ` [PATCH 2/6] drm/i915: vfuncs for ppgtt
  ` [PATCH 3/6] drm/i915: pte_encode is gen6+
  ` [PATCH 4/6] drm/i915: extract hw ppgtt setup/cleanup code

[PATCH 00/33] drm/915: Get rid of IS_DISPLAYREG()
 2013-01-24 21:39 UTC  (38+ messages)
` [PATCH 01/33] drm/i915: Convert intel_hdmi to enum port
` [PATCH 02/33] drm/i915: Convert intel_dp "
` [PATCH 03/33] drm/i915: Add display_display_mmio_offset to intel_device_info
` [PATCH 04/33] drm/i915: AUD_VID_DID needs an offset on VLV
` [PATCH 05/33] drm/i915: Per-pipe PP registers are for VLV only
` [PATCH 06/33] drm/i915: VLV_VIDEO_DIP_CTL is "
` [PATCH 07/33] drm/i915: PIPE M/N registers need an offset on VLV
` [PATCH 08/33] drm/i915: SWF screatch "
` [PATCH 09/33] drm/i915: VGACNTRL needs "
` [PATCH 10/33] drm/i915: Primary plane registers need "
` [PATCH 11/33] drm/i915: Pipe "
` [PATCH 12/33] drm/i915: Cursor "
` [PATCH 13/33] drm/i915: VLV_DDL is VLV only and needs an offset
` [PATCH 14/33] drm/i915: DSPFW registers need an offset on VLV
` [PATCH 15/33] drm/i915: DSPARB register needs "
` [PATCH 16/33] drm/i915: DPFLIPSTAT and DPINVGTT registers are VLV only and need an offset
` [PATCH 17/33] drm/i915: Pass VLV_DISPLAY_BASE + reg to intel_init_{sdvo, hdmi, dp} on VLV
` [PATCH 18/33] drm/i915: Panel fitter registers need an offset "
` [PATCH 19/33] drm/i915: PORT_HOTPLUG "
` [PATCH 20/33] drm/i915: VLV_ADPA must be used in VLV code
` [PATCH 21/33] drm/i915: Pipe timing registers need an offset on VLV
` [PATCH 22/33] drm/i915: Pipe palette "
` [PATCH 23/33] drm/i915: FB_BLC_SELF_VLV is VLV only and needs an offset
` [PATCH 24/33] drm/i915: VLV doesn't seem to have VGA0/VGA1/VGA_PD registers
` [PATCH 25/33] drm/i915: PLL and clock gating registers need an offset on VLV
` [PATCH 26/33] drm/i915: Make VLV_GUNIT_CLOCK_GATE register value more readable
` [PATCH 27/33] drm/i915: Spell out VLV_DISPLAY_BASE for interrupt registers
` [PATCH 28/33] drm/i915: DPIO registers are VLV only and need an offset
` [PATCH 29/33] drm/i915: VGA registers need an offset on VLV
` [PATCH 30/33] drm/i915: GPIO/GMBUS "
` [PATCH 31/33] drm/i915: Set display_mmio_offset for VLV
` [PATCH 32/33] drm/i915: Kill IS_DISPLAYREG()
` [PATCH 33/33] drm/i915: Kill VLV specific interrupts registers

external screen goes black
 2013-01-24 20:43 UTC  (7+ messages)

circular locking warning during suspend
 2013-01-24 19:58 UTC  (2+ messages)

Question about driver capatibilities - triple monitor?
 2013-01-24 18:46 UTC  (7+ messages)
        ` Monitors on thunderbolt? (Was: Question about driver capatibilities - triple monitor?)

[PATCH 00/10] Haswell unclaimed register fixes and power well enabling
 2013-01-24 15:58 UTC  (30+ messages)
` [PATCH 01/10] drm/i915: don't save/restore DSPARB on gen5+
` [PATCH 02/10] drm/i915: don't read DP_TP_STATUS(PORT_A)
` [PATCH 03/10] drm/i915: fix intel_init_power_wells
` [PATCH 04/10] drm/i915: dynamic Haswell display power well support
` [PATCH 05/10] drm/i915: only disable enabled planes on intel_fb_restore_mode
` [PATCH 06/10] drm/i915: check the power down well on assert_pipe()
` [PATCH 07/10] drm/i915: turn on the power well before suspending
` [PATCH 08/10] drm/i915: set TRANSCODER_EDP even earlier
` [PATCH 09/10] drm/i915: print IVB/HSW display error interrupts
` [PATCH 10/10] drm/i915: remove "unclaimed register" checks from I915_WRITE

[PATCH 0/2] fbcon+i915 locking fixes
 2013-01-24  9:55 UTC  (6+ messages)
` [PATCH 1/2] fb: Rework locking to fix lock ordering on takeover
` [PATCH 2/2] drm/i915: fixup per-crtc locking in intel_release_load_detect_pipe

[QA 01/24] Testing report for `drm-intel-testing` (was: Updated -next)
 2013-01-24  5:35 UTC 

[PATCH] drm/i915: dump UTS_RELEASE into the error_state
 2013-01-23 16:57 UTC  (5+ messages)

[PATCH 0/8] Enable eDP PSR funcionality at HSW
 2013-01-23 15:36 UTC  (5+ messages)
` [PATCH 3/8] drm/i915: Read the EDP DPCD and PSR Capability
` [PATCH 4/8] drm/i915: Setup EDP PSR AUX Registers

[PATCH 0/5 v2] [RFC] GTT vtable
 2013-01-23 13:07 UTC  (9+ messages)
` [PATCH 1/5] drm/i915: Create a vtable for i915 gtt
` [PATCH 2/5] drm/i915: Resume dissecting intel_gtt
` [PATCH 3/5] drm/i915: Extract gtt stolen calculations
` [PATCH 4/5] drm/i915: Extract clear_range to gtt_ops
` [PATCH 5/5] drm/i915: Extract bind object

[RFC][PATCH] drm/i915: Get rid of IS_DISPLAYREG()
 2013-01-23 13:03 UTC  (4+ messages)

[PATCH] drm/i915: fixup sbi_read/write locking
 2013-01-22 23:53 UTC  (3+ messages)

[PATCH] iommu/intel: disable DMAR for g4x integrated gfx
 2013-01-22 22:39 UTC  (3+ messages)

Intel HD 4000 and Sunix DPD2000 scrolling screen
 2013-01-22 20:16 UTC  (2+ messages)

[PATCH] drm/i915: HDMI/DP - ELD info refresh support for Haswell
 2013-01-22 19:08 UTC  (2+ messages)

Fw: Very low performance when streaming textures
 2013-01-22 18:56 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH] intel/iommu: force writebuffer-flush quirk on Gen 4 Chipsets
 2013-01-22 18:55 UTC  (2+ messages)

i915-related and general system freezes with specific kernel config // IOMMU
 2013-01-22 18:52 UTC  (10+ messages)

[PATCH 0/8] Detect and deal with Interrupt 'Storms' from noisy Hotplug Lines
 2013-01-22 15:11 UTC  (7+ messages)

[PATCH 1/1] drm/i915: use gem_set_seqno() on hardware init
 2013-01-22 12:56 UTC  (3+ messages)

[PATCH] drm/i915: Run hangcheck if we timeout whilst waiting for a seqno
 2013-01-22 12:18 UTC  (2+ messages)

[PATCH 0/3] drm/i915: acer inverted brightness quirks
 2013-01-22 11:37 UTC  (5+ messages)
` [PATCH 1/3] drm/i915: add quirk to invert brightness on eMachines G725
` [PATCH 2/3] drm/i915: add quirk to invert brightness on eMachines e725
` [PATCH 3/3] drm/i915: add quirk to invert brightness on Packard Bell NCL20

[PATCH v2] drm/i915: HDMI/DP - ELD info refresh support for Haswell
 2013-01-22  4:04 UTC  (8+ messages)

[PATCH] Fix Misspelling in tools/intel_audio_dump.c
 2013-01-22  1:15 UTC 

[PATCH] drm/i915: Enable explicit TLB invalidation control
 2013-01-22  1:04 UTC  (4+ messages)

Very low performance when streaming textures
 2013-01-21 21:13 UTC 

[PATCH] drm/i915: GFX_MODE Flush TLB Invalidate Mode must be '1' for scanline waits
 2013-01-21 20:39 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH] drm/i915: Disable AsyncFlip performance optimisations
 2013-01-21 20:33 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH 0/6] robustify reset transitions
 2013-01-21 19:15 UTC  (7+ messages)
` [PATCH 1/2] drm/i915: clear up wedged transitions
  ` [PATCH 2/2] drm/i915: create a race-free reset detection

[PATCH] drm/i915: Implement pipe CSC based limited range RGB output
 2013-01-21 14:43 UTC  (3+ messages)

[PATCH v3] drm/i915: HDMI/DP - ELD info refresh support for Haswell
 2013-01-21 10:32 UTC 

[HSW issue] Can not turn on LVDS panel with kernel 3.8-rc2 on some ivybridge NB
 2013-01-21  7:12 UTC  (2+ messages)

i965 (sandy-bridge): mesa-git DRI drivers is not linked against libdrm-git (libdrm_intel.so)
 2013-01-21  0:29 UTC  (3+ messages)

[PULL] kms locking rework
 2013-01-20 21:19 UTC  (2+ messages)

[ANNOUNCE] xf86-video-intel 2.20.19
 2013-01-20 12:14 UTC 

[PATCH 1/3] [RFC] drm/i915: Create a vtable for i915 gtt
 2013-01-20  2:05 UTC  (3+ messages)
` [PATCH 2/3] [RFC] drm/i915: Resume dissecting intel_gtt
` [PATCH 3/3] [RFC] drm/i915: With the vtable, intel_gtt is useless

[RFC] [PATCH] quick_dump: A dump utility different than reg_dumper
 2013-01-20  2:03 UTC  (3+ messages)

Updated testing
 2013-01-19 16:00 UTC  (2+ messages)

[PATCH] drm/i915: re-add dropped dma_mask configuration
 2013-01-19 14:03 UTC  (2+ messages)

[PATCH 1/4] drm/i915: Only insert the mb() before updating the fence parameter
 2013-01-19 13:40 UTC  (9+ messages)
  ` [PATCH 2/4] drm/i915: Only apply the mb() when flushing the GTT domain during a finish
  ` [PATCH 3/4] drm/i915: Insert a full mb() before reading the seqno from the status page

[PATCH 1/5] drm/i915: Fix %z from last patch
 2013-01-19  3:22 UTC  (5+ messages)
` [PATCH 2/5] drm/i915: Cut out the infamous ILK w/a from AGP layer
  ` [PATCH 5/5] agp/intel: Add gma_bus_addr


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