intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-24 16:33:11 to 2012-10-29 21:32:08 UTC [more...]

[PATCH 0/5] pile of ilk related workarounds
 2012-10-29 21:33 UTC  (4+ messages)
` [PATCH 2/5] drm/i915: implement WaDisableRenderCachePipelinedFlush

[PATCH] drm/i915: fix FDI_RX_CHICKEN register read masking
 2012-10-29 20:52 UTC  (4+ messages)

[PATCH 1/2] drm/i915: Fix sprite offset on HSW
 2012-10-29 20:36 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: adjust sprite base address

[PATCH] drm/i915: Fix primary plane offset on HSW
 2012-10-29 20:30 UTC  (4+ messages)

[PATCH v2] drm/i915: Error out when trying to set a y-tiled as a sprite
 2012-10-29 20:29 UTC  (3+ messages)

[PATCH] drm/i915/tv: Use intel_flush_display_plane() to flush the primary plane
 2012-10-29 20:27 UTC  (3+ messages)

[3.0.y, 3.2.y, 3.4.y] Please add LVDS patch for the Zotac ZBOX SD ID13
 2012-10-29 18:39 UTC  (3+ messages)

[PATCH 0/9] some ivb fdi b/c fixes
 2012-10-29 17:42 UTC  (35+ messages)
` [PATCH 1/9] drm/i915: shut up spurious message in intel_dp_get_hw_state
` [PATCH 2/9] drm/i915: Write the FDI RX TU size reg at the right time
  ` [PATCH] "
` [PATCH 3/9] drm/i915: set FDI_RX_MISC to recommended values on CPT/PPT
` [PATCH 4/9] drm/i915: add comment about pch pll enabling rules
  ` [PATCH] "
` [PATCH 5/9] drm/i915: CPT/PPT pch dp transcoder workaround
` [PATCH 6/9] drm/i915: BUG on impossible pch dp port
` [PATCH 7/9] drm/i915: drop unnecessary check from fdi_link_train code
` [PATCH 8/9] drm/i915: add ->display.modeset_global_resources callback
` [PATCH 9/9] drm/i915: check fdi B/C lane sharing constraint
  ` [PATCH] "

[PATCH] drm/i915: Error out when trying to set a y-tiled as a sprite
 2012-10-29 16:32 UTC  (6+ messages)

[PATCH] drm/i915: Flush using only the correct base address register
 2012-10-29 15:24 UTC 

[PATCH] drm/i915/ringbuffer: exclude last 2 cachelines on 845g on all callpaths
 2012-10-29 14:59 UTC 

[PATCH libdrm] libkms: fix the name of the intel driver in linux_sysfs_create
 2012-10-29 13:47 UTC 

[PATCH] drm/i915: clarify why we need to enable fdi plls so early
 2012-10-29 11:52 UTC  (2+ messages)

[PATCH 00/10] Kill AGP dependencies for Gen6+
 2012-10-29  2:08 UTC  (38+ messages)
` [PATCH 01/10] drm/i915: No LLC_MLC for HSW
` [PATCH 02/10] drm/i915: Add dev to ppgtt
` [PATCH 03/10] drm/i915: introduce gtt_pte_t
` [PATCH 04/10] drm/i915: Extract PPGTT pte encoding
` [PATCH 05/10] drm/i915: move more pte encoding to pte encode
` [PATCH 06/10] drm/i915: Stop using AGP layer for GEN6+
  ` [PATCH 06/10 v2] "
    ` [PATCH 6/9 v3] "
` [PATCH 07/10] drm/i915: Calculate correct stolen size for GEN7+
` [PATCH 08/10] drm/i915: Kill off now unused gen6+ AGP code
` [PATCH 09/10] drm/i915: flush system agent TLBs on SNB
  ` [PATCH 09/10 v2] "
` [PATCH 10/10] drm/i915: Kill off actually requiring AGP

[PATCH 01/18] drm: Introduce drm_mm_create_block()
 2012-10-28 18:14 UTC  (13+ messages)
` [PATCH 03/18] drm/i915: Fix location of stolen memory register for SandyBridge+
` [PATCH 04/18] drm/i915: Avoid clearing preallocated regions from the GTT
` [PATCH 17/18] drm/i915: Use a slab for object allocation

[PATCH 1/3] drm/i915: don't block resume on fb console resume
 2012-10-28 10:47 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: put ring frequency and turbo setup into a work queue v2
` [PATCH 3/3] drm/i915: don't rewrite the GTT on resume v2

[PATCH 1/2] drm: add helper to sort panels to the head of the connector list
 2012-10-28  9:07 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: move panel connectors to the front
  ` [Intel-gfx] "

Updated -testing
 2012-10-27 13:16 UTC 

[PATCH 0/9] Haswell DDI encoder (DP + HDMI on the same port)
 2012-10-26 21:05 UTC  (10+ messages)
` [PATCH 1/9] drm/i915: simplify assignments inside intel_dp.c
` [PATCH 2/9] drm/i915: add intel_dp_to_dev and intel_hdmi_to_dev
` [PATCH 3/9] drm/i915: create intel_digital_port and use it
` [PATCH 4/9] drm/i915: split intel_hdmi_init into encoder and connector pieces
` [PATCH 5/9] drm/i915: split intel_dp_init "
` [PATCH 6/9] drm/i915: reset intel_encoder->type when DP or HDMI is detected
` [PATCH 7/9] drm/i915: add port field to intel_digital_port
` [PATCH 8/9] drm/i915: add intel_ddi_connector_get_hw_state
` [PATCH 9/9] drm/i915: create the DDI encoder

[PATCH] drm/i915: make default minimum frequency RP1 instead of RPN
 2012-10-26 19:24 UTC  (3+ messages)

[PATCH] drm/i915: debug print all of the DPCD we have
 2012-10-26 18:50 UTC  (4+ messages)

[PATCH] meh, failure to git add
 2012-10-26 18:23 UTC  (3+ messages)

[PATCH 1/8] drm/i915: implement WaDisableL3CacheAging on VLV
 2012-10-26 16:42 UTC  (10+ messages)
` [PATCH 2/8] drm/i915: implement WaDisableDopClockGatingisable on VLV and IVB
` [PATCH 3/8] drm/i915: implement WaForceL3Serialization "
` [PATCH 4/8] drm/i915: implement WaDisableVLVClockGating_VBIIssue on VLV
` [PATCH 5/8] drm/i915: implement WaDisablePSDDualDispatchEnable on IVB & VLV
` [PATCH 6/8] drm/i915: TLB invalidation with MI_FLUSH_DW requires a post-sync op
` [PATCH 7/8] drm/i915: PIPE_CONTROL TLB invalidate requires CS stall
` [PATCH 8/8] drm/i915: add clock gating regs to VLV offset check function

[PATCH] drm/i915: VLV does not have a sprite scaler
 2012-10-26 16:39 UTC  (4+ messages)

[PATCH] drm/i915: implement WaMbcDriverBootEnable on Haswell
 2012-10-26 16:34 UTC 

[PATCH] drm/i915: Only kick out vesafb if we takeover the fbcon with KMS
 2012-10-26 16:11 UTC  (2+ messages)

[PATCH] drm/i915: be less verbose about inability to provide vendor backlight
 2012-10-26 15:45 UTC  (3+ messages)

[PATCH 1/2] drm/i915/sdvo: force GPIO bit-banging also on default pin
 2012-10-26  8:27 UTC  (5+ messages)
` [PATCH 2/2] drm/i915/sdvo: restore i2c adapter config on intel_sdvo_init() failures

[PATCH 0/3] drm/i915: eDP scaling mode change support
 2012-10-26 13:44 UTC  (5+ messages)
  ` [PATCH 1/3] drm/i915/lvds: move fitting mode from intel_lvds_connector to intel_panel
  ` [PATCH 2/3] drm/i915/dp: allow configuring eDP panel fitting scaling mode
  ` [PATCH 3/3] drm/i915/dp: change eDP default scaling mode to respect aspect ratio
  ` [Intel-gfx] [PATCH 0/3] drm/i915: eDP scaling mode change support

[PATCH] drm/i915: Fix sprite offset on HSW
 2012-10-26 13:18 UTC  (5+ messages)

Next iteration of stolen support
 2012-10-26 10:55 UTC  (5+ messages)
` [PATCH 11/24] drm: Introduce an iterator over holes in the drm_mm range manager

[PATCH] xdrm/i915: Respect HW RC6 states availability
 2012-10-26 10:17 UTC  (5+ messages)
` [PATCH] drm/i915: "

[PATCH 00/18] Haswell eDP enablement v3
 2012-10-25 20:17 UTC  (35+ messages)
` [PATCH 01/18] drm/i915: fork a Haswell version of ironlake_crtc_{enable, disable}
` [PATCH 03/18] drm/i915: simplify intel_crtc_driving_pch
` [PATCH 04/18] drm/i915: don't call Haswell PCH code when we can't or don't need
` [PATCH 05/18] drm/i915: add TRANSCODER_EDP
` [PATCH 07/18] drm/i915: convert DDI_FUNC_CTL to transcoder
` [PATCH 09/18] drm/i915: convert PIPECONF to use transcoder instead of pipe
` [PATCH 10/18] drm/i915: convert PIPE_MSA_MISC to transcoder
` [PATCH 11/18] drm/i915: convert CPU M/N timings "
` [PATCH 12/18] drm/i915: convert pipe timing definitions "
` [PATCH 18/18] drm/i915: enable DDI eDP
` [PATCH 02-1/18] drm/i915: fix checks inside ironlake_crtc_{enable, disable}
  ` [PATCH 02-2/18] drm/i915: fix checks inside haswell_crtc_{enable, disable}

[PATCH 0/2] drm: add monotonic timestamp support
 2012-10-25 19:45 UTC  (5+ messages)
` [PATCH 1/2] drm: use monotonic time in drm_calc_vbltimestamp_from_scanoutpos

[PATCH 1/8] drm/i915: implement WaDisableL3CacheAging on VLV
 2012-10-25 18:28 UTC  (4+ messages)
` [PATCH 7/8] drm/i915: PIPE_CONTROL TLB invalidate requires CS stall

[PATCH] drm/i915: remove an extra #define for DP_MAX_DOWNSTREAM_PORTS
 2012-10-25 10:28 UTC  (3+ messages)
` [PATCH v2] drm/i915: remove an extra #define for DP_RECEIVER_CAP_SIZE

[PATCH 08/18] drm/i915: check TRANSCODER_EDP on intel_modeset_setup_hw_state
 2012-10-25 10:26 UTC  (3+ messages)

[PATCH] drm/i915: Respect HW RC6 states availability
 2012-10-24 21:33 UTC  (2+ messages)

[PATCH] drm/i915: Revert RPS UP_EI value for SandyBridge and IvyBridge
 2012-10-24 19:05 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Small Fix in RC6 initialization
 2012-10-24 19:00 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Respect HW RC6 states availability


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