public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2013-07-09 08:22:39 to 2013-07-12 17:20:10 UTC [more...]

[PATCH 0/7] HSW/LPT clocking code additional sequences
 2013-07-12 17:19 UTC  (4+ messages)
` [PATCH 1/7] drm/i915: remove SDV support from lpt_pch_init_refclk
` [PATCH 2/7] drm/i915: extract FDI mPHY functions from lpt_init_pch_refclk
` [PATCH 3/7] drm/i915: extract lpt_enable_clkout_dp "

[benjamin.widawsky@intel.com: intel_gpu_top broken for HSW. Ideas needed]
 2013-07-12 17:16 UTC  (2+ messages)

[PATCH 1/6] drm/i915: Colocate all GT access routines in the same file
 2013-07-12 17:08 UTC  (6+ messages)
` [PATCH 2/6] drm/i915: Use a private interface for register access within GT
` [PATCH 3/6] drm/i915: Use the common register access functions for NOTRACE variants
` [PATCH 4/6] drm/i915: Serialize all register access
` [PATCH 5/6] drm/i915: Squash gen lookup through multiple indirections inside GT access
` [PATCH 6/6] drm/i915: Convert the register access tracepoint to be conditional

[PATCH] drm/i915: fix pfit regression for non-autoscaled resolutions
 2013-07-12 16:56 UTC  (3+ messages)

[PATCH 00/11] ppgtt: just the VMA
 2013-07-12 16:46 UTC  (32+ messages)
` [PATCH 01/11] drm/i915: Move gtt and ppgtt under address space umbrella
` [PATCH 05/11] drm/i915: Create VMAs
` [PATCH 06/11] drm/i915: plumb VM into object operations
` [PATCH 07/11] drm/i915: Fix up map and fenceable for VMA
` [PATCH 08/11] drm/i915: mm_list is per VMA
` [PATCH 11/11] drm/i915: Move active to vma

[PATCH 29/31] drm/i915: clean up vlv ->pre_pll_enable and pll enable sequence
 2013-07-12 16:27 UTC  (5+ messages)
` [PATCH] "

[PATCH] drm/i915: move error state to own compilation unit
 2013-07-12 16:07 UTC  (2+ messages)

[PATCH] drm/i915: Skip pixel multiplier x-check if we fail to send the command
 2013-07-12 15:33 UTC  (6+ messages)
      ` [PATCH 1/2] drm/i915: Don't attempt to read an unitialized stack value

[PATCH 1/6] drm/i915: Colocate all GT access routines in the same file
 2013-07-12 14:59 UTC  (6+ messages)
` [PATCH 2/6] drm/i915: Use a private interface for register access within GT
` [PATCH 3/6] drm/i915: Use the common register access functions for NOTRACE variants
` [PATCH 4/6] drm/i915: Serialize all register access
` [PATCH 5/6] drm/i915: Squash gen lookup through multiple indirections inside GT access
` [PATCH 6/6] drm/i915: Convert the register access tracepoint to be conditional

[PATCH 1/6] drm/i915: Colocate all GT access routines in the same file
 2013-07-12 14:02 UTC  (6+ messages)
` [PATCH 2/6] drm/i915: Use a private interface for register access within GT
` [PATCH 3/6] drm/i915: Use the common register access functions for NOTRACE variants
` [PATCH 4/6] drm/i915: Serialize all register access
` [PATCH 5/6] drm/i915: Squash gen lookup through multiple indirections inside GT access
` [PATCH 6/6] drm/i915: Convert the register access tracepoint to be conditional

[PATCH] tools/inter_error_decode: decode for ctl and acthd
 2013-07-12 14:02 UTC 

Question about how brightness up/down to call the code of xf86-video-intel like intel_output_dpms_backlight etc
 2013-07-12 12:10 UTC  (2+ messages)

[PATCH] drm/i915: remove preliminary_hw_support variable
 2013-07-12 12:07 UTC  (2+ messages)

[PATCH] drm/i915: Decrease pll->refcount when freeze gpu
 2013-07-12  8:11 UTC  (4+ messages)

[PATCH 00/11] Enable PSR on Haswell
 2013-07-11 21:45 UTC  (12+ messages)
` [PATCH 01/11] drm: Added SDP and VSC structures for handling PSR for eDP
` [PATCH 02/11] drm/i915: Read the EDP DPCD and PSR Capability
` [PATCH 03/11] drm/i915: split aux_clock_divider logic in a separated function for reuse
` [PATCH 04/11] drm/i915: Enable/Disable PSR
` [PATCH 05/11] drm/i915: Added debugfs support for PSR Status
` [PATCH 06/11] drm/i915: Match all PSR mode entry conditions before enabling it
` [PATCH 07/11] drm/i915: add update function to disable/enable-back PSR
` [PATCH 08/11] drm/intel: add enable_psr module option and disable psr by default
` [PATCH 09/11] drm/i915: Adding global I915_PARAM for PSR ENABLED
` [PATCH 10/11] drm/i915: Add functions to force psr exit
` [PATCH 11/11] drm/i915: Hook PSR functionality

3.10.0+ laptop resolution problem
 2013-07-11 21:14 UTC  (5+ messages)

[PATCH -next] drm/i915: fix potential NULL pointer dereference in i915_gem_context_get_hang_stats()
 2013-07-11 21:11 UTC  (4+ messages)
  ` [PATCH] drm/i915: Don't check if a drm_file * is NULL in the ioctl code path

[PATCH] drm/i915: Expose LLC size to user space
 2013-07-11 20:46 UTC  (21+ messages)
` [PATCH] intel_get_llc_size: Small tool to query LLC size
` [PATCH] [v2] drm/i915: Expose LLC size to user space
  ` [PATCH 1/2] intel_get_llc_size: Small tool to query LLC size
    ` [PATCH 2/2] tests: Basic tools tester

[PATCH] drm/i915: Use for_each_pipe() when possible
 2013-07-11 19:53 UTC  (2+ messages)

[Intel-gift] Linux 3.10-rc7
 2013-07-11 19:52 UTC  (3+ messages)

[PATCH 06/11] drm/i915: Match all PSR mode entry conditions before enabling it
 2013-07-11 18:09 UTC  (7+ messages)
` [PATCH] "

[PATCH] tests: Basic tools tester
 2013-07-11 18:01 UTC  (2+ messages)

[PATCH] drm/i915: fix up readout of the lvds dither bit on gen2/3
 2013-07-11 17:22 UTC  (6+ messages)

[PATCH 00/14] irq locking review v2
 2013-07-11 12:37 UTC  (19+ messages)
` [PATCH 01/14] drm/i915: extract ibx_display_interrupt_update
` [PATCH 10/14] drm/i915: don't enable PM_VEBOX_CS_ERROR_INTERRUPT
` [PATCH 11/14] drm/i915: unify PM interrupt preinstall sequence
    ` [PATCH] "
` [PATCH 12/14] drm/i915: unify GT/PM irq postinstall code
` [PATCH 13/14] drm/i915: extract rps interrupt enable/disable helpers

[PULL] drm-intel-fixes
 2013-07-11 12:07 UTC 

[Regression 3.10.0+] i915: pipe state does not match!
 2013-07-11  7:08 UTC  (4+ messages)

[Regression 3.10.0+] i915 resume problem: pipe state doesn't match!
 2013-07-11  6:42 UTC  (2+ messages)

[PATCH 03/14] drm/i915: improve GEN7_ERR_INT clearing for fifo underrun reporting
 2013-07-10 20:22 UTC  (4+ messages)
` [PATCH] "

[PATCH 02/14] drm/i915: improve SERR_INT clearing for fifo underrun reporting
 2013-07-10 19:45 UTC  (5+ messages)
` [PATCH] "

[PATCH 1/2] drm/i915: Fix incoherence with fence updates on Sandybridge+
 2013-07-10 12:44 UTC  (3+ messages)
` [PATCH 2/2] Revert "drm/i915: Workaround incoherence between fences and LLC across multiple CPUs"

[PATCH] drm/i915: don't frob mm.suspended when not using ums
 2013-07-10 12:31 UTC  (6+ messages)

[PATCH] drm/i915: Fix write-read race with multiple rings
 2013-07-10  8:41 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Fix incoherence with fence updates on Sandybridge+
 2013-07-10  7:30 UTC  (5+ messages)
` [PATCH 2/2] Revert "drm/i915: Workaround incoherence between fences and LLC across multiple CPUs"

SNB GPU hang with 3.10.0
 2013-07-10  7:00 UTC 

[PATCH v2] Partially revert "drm/i915: unconditionally use mt forcewake on hsw/ivb"
 2013-07-10  6:04 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH libdrm] intel: silence valgrind warnings for unsynchronized maps
 2013-07-10  2:49 UTC 

Adding drm-intel-fixes branch to linux-next
 2013-07-10  0:17 UTC  (2+ messages)

[PATCH] Revert "drm/i915: unconditionally use mt forcewake on hsw/ivb"
 2013-07-09 22:41 UTC  (3+ messages)

Dell U2412M monitor complains about input timing
 2013-07-09 21:57 UTC  (5+ messages)

[PATCH] drm/i915: Fix VLV DP RBR/HDMI/DAC PLL LPF coefficients
 2013-07-09 20:27 UTC  (3+ messages)

[PATCH 1/5] drm/i915/hsw: Set correct Haswell PTE encodings
 2013-07-09 20:16 UTC  (8+ messages)
` [PATCH 5/5] drm/i915: debugfs entries for [e]LLC

proposals/questions about the IRQ registers
 2013-07-09 15:11 UTC  (2+ messages)

[PATCH 1/3] drm/i915: clean up media reset on gm45
 2013-07-09 14:53 UTC  (7+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] drm/i915: WARN if the bios reserved range is bigger than stolen size

[PATCH] drm/i915: fix lane bandwidth capping for DP 1.2 sinks
 2013-07-09 14:36 UTC  (7+ messages)
    ` [PATCH v2] "

[PATCH] drm/i915: less magic for stolen preallocated objects w/o gtt offset
 2013-07-09 13:29 UTC  (2+ messages)
` [PATCH] drm/i915: don't frob mm.suspended when not using ums

[PATCH] drm/i915: Introduce a new create ioctl for user specified placement
 2013-07-09 12:17 UTC  (6+ messages)

RFC: drm/1915: Resource streamer initial support
 2013-07-09  9:04 UTC  (3+ messages)
` [PATCH 1/2] drm/i915/hsw: Expose resource streamer control flags


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox