Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-08-04 15:07:17 to 2014-08-06 12:05:34 UTC [more...]

[PATCH] drm: Perform cmdline mode parsing during connector initialisation
 2014-08-06 12:05 UTC  (4+ messages)
` [PATCH] video/fbdev: Always built-in video= cmdline parsing

[PATCH v2 00/19] drm: More vblank on/off work
 2014-08-06 11:50 UTC  (21+ messages)
` [PATCH v2 01/19] drm: Always reject drm_vblank_get() after drm_vblank_off()
` [PATCH v2 02/19] drm/i915: Warn if drm_vblank_get() still works "
` [PATCH 03/19] drm: Don't clear vblank timestamps when vblank interrupt is disabled
` [PATCH 04/19] drm: Move drm_update_vblank_count()
` [PATCH 05/19] drm: Have the vblank counter account for the time between vblank irq disable and drm_vblank_off()
` [PATCH 06/19] drm: Avoid random vblank counter jumps if the hardware counter has been reset
` [PATCH v2 07/19] drm: Reduce the amount of dev->vblank[crtc] in the code
` [PATCH 08/19] drm: Fix deadlock between event_lock and vbl_lock/vblank_time_lock
` [PATCH 09/19] drm: Fix race between drm_vblank_off() and drm_queue_vblank_event()
` [PATCH v2 10/19] drm: Disable vblank interrupt immediately when drm_vblank_offdelay<0
` [PATCH v2 11/19] drm: Add dev->vblank_disable_immediate flag
` [PATCH 12/19] drm/i915: Opt out of vblank disable timer on >gen2
` [PATCH v2 13/19] drm: Kick start vblank interrupts at drm_vblank_on()
` [PATCH 14/19] drm: Don't update vblank timestamp when the counter didn't change
` [PATCH 15/19] drm: Update vblank->last in drm_update_vblank_count()
` [PATCH 16/19] drm: Store the vblank timestamp when adjusting the counter during disable
` [PATCH 17/19] drm/i915: Clear .last vblank count before drm_vblank_off() when sanitizing crtc state
` [PATCH 18/19] drm/i915: Update scanline_offset only for active crtcs
` [PATCH 19/19] drm: Fix confusing debug message in drm_update_vblank_count()
` [PATCH igt] tests/kms_flip: Assert that vblank timestamps aren't zeroed

[PATCH 0/6] Rename DP training vswing/pre-emph defines
 2014-08-06 11:18 UTC  (16+ messages)
` [PATCH 1/6] drm: Renaming "
    ` [PATCH] "
      ` [PATCH] drm: Removing the redundant "
` [PATCH 2/6] drm/i915: Renaming DP training "
  ` [PATCH] "
` [PATCH 3/6] drm/exynos: "
` [PATCH 4/6] drm/radeon: "
` [PATCH 5/6] drm/gma500: "
` [PATCH 6/6] drm/tegra: "

[PATCH] drm: Don't grab an fb reference for the idr
 2014-08-06 11:11 UTC  (2+ messages)

[PATCH 1/2] drm: Warn when leaking flip events on close
 2014-08-06 11:02 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Free pending page flip events at .preclose()

3.16.0: [drm:i915_gem_init] *ERROR* Failed to initialize GPU, declaring it wedged
 2014-08-06 10:35 UTC  (2+ messages)

[PATCH 00/43] Execlists v5
 2014-08-06  9:28 UTC  (6+ messages)
` [PATCH 34/43] drm/i915/bdw: Make sure gpu reset still works with Execlists

[PATCH 00/15] drm-intel-collector - update
 2014-08-06  8:56 UTC  (32+ messages)
` [PATCH 01/15] drm/i915: Bring UP Power Wells before disabling RC6
` [PATCH 02/15] drm/i915: Don't save/restore RS when not used
` [PATCH 03/15] drm/i915: Upgrade execbuffer fail after resume failure to EIO
` [PATCH 04/15] drm/i915: honour forced connector modes
` [PATCH 05/15] drm/i915: Don't promote UC to WT automagically
` [PATCH 06/15] drm/i915: Refactor the physical and virtual page hws setup
` [PATCH 07/15] drm/i915: clean up PPGTT checking logic
` [PATCH 08/15] drm/i915: re-order ppgtt sanitize logic v2
` [PATCH 09/15] drm/i915: Bring GPU Freq to min while suspending
` [PATCH 10/15] drm/i915/bdw: Map unused PDPs to a scratch page
` [PATCH 11/15] drm/i915: Set M2_N2 registers during mode set
` [PATCH 12/15] drm/i915: State readout and cross-checking for dp_m2_n2
` [PATCH 13/15] drm/i915: HDMI detection based on HPD pin live status
` [PATCH 14/15] drm/i915: capture_reg_state interrupt registers for Gen8
` [PATCH 15/15] drm/i915/chv: Use timeout mode for RC6 on chv

[PATCH 1/7] drm/i915: Track file_priv, not ctx in the ppgtt structure
 2014-08-06  8:46 UTC  (10+ messages)
` [PATCH 5/7] drm/i915: Initialize the aliasing ppgtt as part of global gtt
  ` [PATCH] "

[PATCH 0/6 v2] Add 180 degree primary and sprite rotation
 2014-08-06  8:40 UTC  (10+ messages)
` [PATCH 1/6] drm/i915: Add 180 degree sprite rotation support
` [PATCH 2/6] drm/i915: Make intel_plane_restore() return an error
` [PATCH 3/6] drm: Add rotation_property to mode_config
` [PATCH 4/6] drm/i915: Add rotation property for sprites
` [PATCH 5/6] drm/i915: Add 180 degree primary plane rotation support
` [PATCH 6/6] drm: Resetting rotation property

[PATCH 2/2] drm/i915: Fix DEIER and GTIER collecting for BDW
 2014-08-06  7:51 UTC  (4+ messages)
` [PATCH] "

[PATCH] drm/i915: Specify bsd rings through exec flag
 2014-08-06  7:45 UTC  (6+ messages)

[PATCH v2 i-g-t] lib/chv: CHV media pipeline command sequence
 2014-08-06  2:30 UTC  (2+ messages)

[PATCH] drm/i915: lock around link status and link training
 2014-08-06  0:12 UTC  (4+ messages)

[PATCH 0/3] Fixes for runtime PM on planes APIs
 2014-08-05 21:51 UTC  (5+ messages)
` [PATCH 2/2] tests/pm_rpm: add planes subtests

[PATCH v2 i-g-t] intel-gpu-tools: add igt_core init func calls to some tests
 2014-08-05 20:54 UTC  (2+ messages)

[PATCH] drm/i915: Android sync points for i915
 2014-08-05 17:52 UTC  (15+ messages)
` [PATCH] drm/i915: Android sync points for i915 v2

[PATCH 1/7] drm/i915/bdw: Always issue a force restore
 2014-08-05 17:10 UTC  (13+ messages)
` [PATCH 2/7] drm/i915: Add thread stall DOP clock gating workaround on Broadwell
` [PATCH 3/7] drm/i915/bdw: MI_FLUSH_DW a qword instead of dword
` [PATCH 4/7] drm/i915/bdw: cs-stall before state cache invld w/a
` [PATCH 5/7] drm/i915: avoid emiting semaphore wait on GEN8 when seqno wrap happened
` [PATCH 6/7] drm/i915: BDW Semaphore signal with Post Sync
` [PATCH 7/7] Revert "drm/i915: Enable semaphores on BDW"

[PATCH] drm/i915: Don't accumate hangcheck score on forward progress
 2014-08-05 16:37 UTC  (5+ messages)
  ` [PATCH] drm/i915: Don't accumulate "

[PATCH 1/2] drm/i915: Get CZ clock for VLV
 2014-08-05 15:40 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Program PFI credits "

[PULL] topic/core-stuff
 2014-08-05 15:24 UTC 

[PATCH 1/2] drm/i915: Slice/Subslice/EU info via GETPARAM
 2014-08-05 14:50 UTC  (8+ messages)
` [PATCH 2/2] drm/i915/chv: Implement SSEU info for CHV

[PATCH v2] drm/i915: Add sprite watermark programming for VLV and CHV
 2014-08-05 17:51 UTC  (2+ messages)

[PATCH 0/6 v2] Add 180 degree primary and sprite rotation
 2014-08-05 13:35 UTC  (9+ messages)
` [PATCH 1/6] drm/i915: Add 180 degree sprite rotation support
` [PATCH 2/6] drm/i915: Make intel_plane_restore() return an error
` [PATCH 3/6] drm: Add rotation_property to mode_config
` [PATCH 4/6] drm/i915: Add rotation property for sprites
` [PATCH 5/6] drm/i915: Add 180 degree primary plane rotation support
` [PATCH 6/6] drm: Resetting rotation property

[PATCH 2/3] drm/i915: Generalize drain latency computation
 2014-08-05 17:45 UTC  (5+ messages)
` [PATCH v2 1/2] "
  ` [PATCH 2/2] drm/i915: Round-up clock and limit drain latency

[PATCH] intel: Adding locks for drm objects synchronization
 2014-08-05 18:51 UTC 

[PATCH] intel-gpu-tools: Change type of variable from unsigned to uint64_t in gem_stress
 2014-08-05 12:27 UTC  (4+ messages)

[PATCH] drm/i915: Rename defines for selection of ddi buffer translation slot
 2014-08-05 12:06 UTC 

[PATCH 0/3] Only initialize detected DDI buffers (v2)
 2014-08-05 11:19 UTC  (5+ messages)
` [PATCH 1/3] drm/i915: Introduce a for_each_intel_encoder() macro
` [PATCH 2/3] drm/i915: Iterate through the initialized DDIs to prepare their buffers
` [PATCH 3/3] drm/i915: Don't write the HDMI buffer translation entry when not needed

[PATCH] drm/i915: Demote the DRRS messages to debug messages
 2014-08-05 11:16 UTC  (2+ messages)

[PATCH] drm/i915: Rework GPU reset sequence to match driver load & thaw
 2014-08-05  8:47 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/8] atomic prep work
 2014-08-05  7:28 UTC  (4+ messages)
` [PATCH] drm: Docbook fixes
  ` [Intel-gfx] "

[PATCH 00/12] Rework intel 2D driver glamor support
 2014-08-05  5:01 UTC  (10+ messages)
` [PATCH 01/12] Stop trying to out-guess mesa for BO allocation
` [PATCH 03/12] Don't use GetScratchPixmapHeader for shadow pixmaps

[PATCH 6/7] drm/i915: Only track real ppgtt for a context
 2014-08-04 17:56 UTC  (4+ messages)
` [PATCH] "

[PATCH] drm/i915: FBC flush nuke for BDW
 2014-08-04 10:51 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Tune done rc6 enabling output
 2014-08-04 15:43 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: Tune down MCH_SSKPD values warning

reverse dp link param selection, prefer fast over wide again
 2014-08-04 15:22 UTC  (2+ messages)

[PATCH] drm/i915: Don't write the HDMI buffer translation entries on eDP/FDI DDIs
 2014-08-04 15:19 UTC  (5+ messages)


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