Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-08-19 20:20:48 to 2012-08-28 22:07:31 UTC [more...]

[RFC 00/30] Haswell clocking+HDMI+DP+eDP fixes
 2012-08-28 22:06 UTC  (9+ messages)
` [RFC 01/30] drm/i915: rewrite the LCPLL code
` [RFC 02/30] drm/i915: disable DDI pipes and ports when initializing
` [RFC 03/30] drm/i915: wait for idle DDI_BUF_CTL after disabling it
` [RFC 04/30] drm/i915: implement DDI disable function
` [RFC 05/30] drm/i915: implement intel_ddi_pll_mode_set
` [RFC 06/30] drm/i915: extract intel_ddi_enable pipe from intel_ddi_mode_set
` [RFC 07/30] drm/i915: make intel_ddi_enable_pipe work on DP
` [RFC 08/30] drm/i915: don't sleep after selecting the DDI pipe clock

[PATCH 0/3] Some forcewake fixes
 2012-08-28 16:27 UTC  (10+ messages)
` [PATCH 1/3] drm/i915: Extract forcewake ack timeout
` [PATCH 2/3] drm/i915: Change forcewake timeout to 2ms
` [PATCH 3/3] drm/i915: Never read FORCEWAKE

[PATCH 0/8] rps locking fixes v2
 2012-08-28 16:14 UTC  (3+ messages)
` [PATCH 7/8] drm/ips: move drps/ips/ilk related variables into dev_priv->ips

[PATCH 0/4] Haswell GPU hang fixes
 2012-08-28 15:17 UTC  (5+ messages)
` [PATCH 3/4] drm/i915: add workaround to gen7_render_ring_flush

[PATCH 0/4] drm/i915: backlight fixes and cleanup
 2012-08-28 15:15 UTC  (13+ messages)
` [PATCH 1/4] drm/i915: save/restore the legacy backlight control
` [PATCH 2/4] drm/i915: remove combination mode for backlight control, again
` [PATCH 3/4] drm/i915: remove brightness inversion quirk for acer aspire 5734z
` [PATCH 4/4] drm/i915: remove module parameter and quirk for inverting brightness

Problems w/Sandy Bridge & 27" monitor
 2012-08-27 19:50 UTC  (7+ messages)

[PATCH 00/58] modeset-rework, the basic conversion
 2012-08-27  8:04 UTC  (49+ messages)
` [PATCH 25/58] drm/i915/tv: implement get_hw_state
` [PATCH 26/58] drm/i915/lvds: "
` [PATCH 27/58] drm/i915/crt: "
` [PATCH 28/58] drm/i915/sdvo: "
` [PATCH 29/58] drm/i915/dvo: "
` [PATCH 30/58] drm/i915: read out the modeset hw state at load and resume time
` [PATCH 31/58] drm/i915: check connector hw/sw state
` [PATCH 32/58] drm/i915: rip out intel_crtc->dpms_mode
` [PATCH 33/58] drm/i915: rip out intel_dp->dpms_mode
` [PATCH 34/58] drm/i915: ensure the force pipe A quirk is actually followed
` [PATCH 35/58] drm/i915: introduce struct intel_set_config
` [PATCH 36/58] drm/i915: extract modeset config save/restore code
` [PATCH 37/58] drm/i915: extract intel_set_config_compute_mode_changes
` [PATCH 38/58] drm/i915: extract intel_set_config_update_output_state
` [PATCH 39/58] drm/i915: implement crtc helper semantics relied upon by the fb helper
` [PATCH 40/58] drm/i915: don't update the fb base if there is no fb
` [PATCH 41/58] drm/i915: convert pointless error checks in set_config to BUGs
` [PATCH 42/58] drm/i915: don't save all the encoder/crtc state in set_config
` [PATCH 43/58] drm/i915: stage modeset output changes
` [PATCH 44/58] drm/i915: push crtc->fb update into pipe_set_base
` [PATCH 45/58] drm/i915: remove crtc disabling special case
` [PATCH 46/58] drm/i915: move output commit and crtc disabling into set_mode
` [PATCH 47/58] drm/i915: extract adjusted mode computation
` [PATCH 48/58] drm/i915: use staged outuput config in tv->mode_fixup
` [PATCH 49/58] drm/i915: use staged outuput config in lvds->mode_fixup
` [PATCH 50/58] drm/i915: compute masks of crtcs affected in set_mode
` [PATCH 51/58] drm/i915: implement new set_mode code flow
` [PATCH 52/58] drm/i915: push commit_output_state past crtc disabling
` [PATCH 53/58] drm/i915: s/intel_encoder_disable/intel_encoder_noop
` [PATCH 54/58] drm/i915: WARN if the pipe won't turn off
` [PATCH 55/58] drm/i915: switch the load detect code to the staged modeset config
` [PATCH 56/58] drm/i915: push commit_output_state past the crtc/encoder preparing
` [PATCH 57/58] drm/i915: disable all crtcs at suspend time
` [PATCH 58/58] drm/i915: add tons of modeset state checks
  ` [PATCH] "

[PATCH 1/2] intel_gtt: Harden against changes to kernel mappings of the GTT
 2012-08-27  7:57 UTC  (3+ messages)
` [PATCH 2/2] mmio: Limit the uc- mapping to only map the registers

Updated -testing
 2012-08-26 19:57 UTC 

ironlake rc6 + iommu = hangage
 2012-08-26 18:26 UTC  (2+ messages)

Please add last edited date to <http://intellinuxgraphics.org/>
 2012-08-26 15:22 UTC 

[ANNOUNCE] xf86-video-intel 2.20.5
 2012-08-26 12:05 UTC 

[PATCH 1/2] drm/i915: align vlv forcewake with common lore
 2012-08-24 20:41 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: differe error message between forcwake timeouts

[PATCH 1/3] drm/i915: Use a non-blocking wait for set-to-domain ioctl
 2012-08-24 19:03 UTC  (11+ messages)
` [PATCH 2/3] drm/i915: Use cpu relocations if the object is in the GTT but not mappable
` [PATCH 3/3] drm/i915: Avoid unbinding due to an interrupted pin_and_fence during execbuffer
      ` [PATCH] "
  ` [PATCH 1/2] drm/i915: Juggle code order to ease flow of the next patch
    ` [PATCH 2/2] drm/i915: Use a non-blocking wait for set-to-domain ioctl

[PATCH] drm/i915: Use the correct size of the GTT for placing the per-process entries
 2012-08-24 17:40 UTC  (4+ messages)

[PATCH 1/3 v3] drm/i915: Extract reading INSTDONE
 2012-08-24 14:59 UTC  (7+ messages)
` [PATCH 2/3] [REPOST] drm/i915: Add new INSTDONE registers
` [PATCH 3/3 v3] drm/i915: Use new INSTDONE registers (Gen7+)
  ` [PATCH 1/3 v4] drm/i915: Extract reading INSTDONE

[PATCH] drm/i915: align vlv forcewake with common lore
 2012-08-24 14:48 UTC 

Stolen pages, with a little surprise
 2012-08-24  0:05 UTC  (24+ messages)
` [PATCH 02/29] drm/i915: Show (count, size) of purgeable objects in i915_gem_objects
` [PATCH 04/29] drm/i915: Try harder to allocate an mmap_offset
` [PATCH 07/29] drm/i915: Extract general object init routine
` [PATCH 08/29] drm/i915: Introduce drm_i915_gem_object_ops
` [PATCH 16/29] drm/i915: Fix location of stolen memory register for SandyBridge+
` [PATCH 18/29] drm/i915: Delay allocation of stolen space for FBC
` [PATCH 22/29] drm/i915: Handle stolen objects in pwrite
` [PATCH 27/29] drm/i915: Allocate overlay registers from stolen memory

[PATCH 1/3] intel_reg_dumper: Fix pipe name in comment
 2012-08-23 23:26 UTC  (5+ messages)
` [PATCH 2/3] intel_reg_dumper: Dump FDI_RX_DEBUG registers
` [PATCH 3/3] intel_reg_dumper: Dump FDI_RX_DEBUG2 registers

[PATCH] i915: use alloc_ordered_workqueue() instead of explicit UNBOUND w/ max_active = 1
 2012-08-23 23:14 UTC  (5+ messages)

help
 2012-08-23 19:18 UTC  (2+ messages)

[PATCH] intel_reg_dumper: Decode TP1 to TP2 time in FDI_RX_MISC
 2012-08-23 13:53 UTC 

[PATCH v3] drm/i915: fix color order for BGR formats on IVB
 2012-08-23  9:41 UTC  (2+ messages)

Unable to set a resolution of 800 × 600, start startx when there are information
 2012-08-23  7:48 UTC 

[PATCH v2] drm/i915: fix color order for BGR formats on IVB
 2012-08-23  5:54 UTC  (3+ messages)

glxdemo/glxpixmap doesn't work, please help
 2012-08-23  5:04 UTC  (5+ messages)

Bug: wayland performance halfed when running es2gears_wayland at fedora17
 2012-08-23  1:11 UTC 

source-based replacement for video bios on ivybridge -- I'm stuck!
 2012-08-22 22:04 UTC  (3+ messages)

[PATCH] drm/i915/contexts: Always use arbitration reset workaround
 2012-08-22 19:08 UTC 

[PATCH 1/2] drm/i915: Add ERR_INT to gen7 error state
 2012-08-22 16:06 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: Find unclaimed MMIO writes

[PATCH 1/2] drm/i915: add sanity checks for hsync and htotal
 2012-08-22 15:39 UTC  (3+ messages)
` [PATCH v2] drm/i915: Cantiga+ cannot handle a hsync front porch of 0

[PATCH] drm/i915: fix color order for BGR formats on IVB
 2012-08-22  9:17 UTC  (3+ messages)

Find bugs in i915 driver
 2012-08-22  8:38 UTC  (10+ messages)

inux-next: Tree for Aug 21 (call-trace when suspending: PM?)
 2012-08-21 18:52 UTC  (4+ messages)

[pull] drm-intel-fixes
 2012-08-21 12:01 UTC 

[PATCH] drm/i915: enforce bitbanging for i2c
 2012-08-21  9:07 UTC  (3+ messages)

[PATCH intel-gpu-tools] tools: Added intel_dpio_read and intel_dpio_write
 2012-08-21  7:31 UTC  (2+ messages)

[PATCH] drm/i915: fix reassignment of variable "intel_dp->DP"
 2012-08-21  7:06 UTC  (2+ messages)

[ANNOUNCE] glamor 0.5.0
 2012-08-21  6:31 UTC  (3+ messages)

Bug: wayland performance halfed when running es2gears_wayland at fedora17
 2012-08-21  5:12 UTC 

hello
 2012-08-21  1:25 UTC 

[PATCH] drm/i915: use hsw rps tuning values everywhere on gen6+
 2012-08-20 18:44 UTC  (2+ messages)

[PATCH] Check that the drm fd is i915 before calling i915 ioctls on it
 2012-08-20 16:27 UTC 

[PATCH 01/29] drm/i915: Track unbound pages
 2012-08-20  9:42 UTC  (6+ messages)
` [PATCH 1/2] drm/i915: move functions around
  ` [PATCH 2/2] drm/i915: Track unbound pages
    ` [PATCH] Add some sanity checks to unbound tracking

[PATCH] drm: Remove two unused fields from struct drm_display_mode
 2012-08-20  6:47 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