public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-07-29 10:26:34 to 2014-07-31 05:52:39 UTC [more...]

[PATCH 00/12] Rework intel 2D driver glamor support
 2014-07-31  5:52 UTC  (19+ messages)
` [PATCH 01/12] Stop trying to out-guess mesa for BO allocation
` [PATCH 03/12] Don't use GetScratchPixmapHeader for shadow pixmaps
` [PATCH 06/12] Remove glamor support from UXA acceleration
` [PATCH 07/12] Add intel_flush to abstract flushing pending acceleration operations
` [PATCH 08/12] Get rid of glamor stubs in intel_glamor.h
` [PATCH 09/12] Do more checks for proposed flip pixmaps
` [PATCH 10/12] Add glamor back into the driver

[PATCH 3/6] drm: Add rotation_property to mode_config
 2014-07-31  4:09 UTC  (7+ messages)
` [PATCH] drm: Add rotation_property to mode_config and creating it

[PATCH 1/2] drm/i915: Introduce FBC False Color for debug purposes
 2014-07-31  4:01 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: FBC flush nuke for BDW

[PATCH] drm/i915: Skip Stolen Memory first page
 2014-07-31  3:57 UTC  (2+ messages)

[PATCH 1/7] drm/i915: Track file_priv, not ctx in the ppgtt structure
 2014-07-31  3:48 UTC  (11+ messages)
` [PATCH 2/7] drm/i915: Only refcount ppgtt if it actually is one
` [PATCH 3/7] drm/i915: Add proper prefix to obj_to_ggtt
` [PATCH 4/7] drm/i915: Allow i915_gem_setup_global_gtt to fail
` [PATCH 5/7] drm/i915: Initialize the aliasing ppgtt as part of global gtt
` [PATCH 6/7] drm/i915: Only track real ppgtt for a context
` [PATCH 7/7] drm/i915: Drop create_vm argument to i915_gem_create_context

[PATCH 1/2] drm/i915: Slice/Subslice/EU info via GETPARAM
 2014-07-31  1:59 UTC  (2+ messages)
` [PATCH 2/2] drm/i915/chv: Implement SSEU info for CHV

[PATCH 0/8] atomic prep work
 2014-07-31  1:14 UTC  (35+ messages)
` [PATCH 1/8] drm: Add drm_plane/connector_index
  ` [Intel-gfx] "
  ` [PATCH] "
` [PATCH 2/8] drm: Move modeset_lock_all helpers to drm_modeset_lock.[hc]
` [PATCH 3/8] drm: Handle legacy per-crtc locking with full acquire ctx
  ` [PATCH] "
` [PATCH 4/8] drm: Move ->old_fb from crtc to plane
  ` [Intel-gfx] "
  ` [PATCH] "
` [PATCH 5/8] drm: trylock modest locking for fbdev panics
` [PATCH 6/8] drm: Add a plane->reset hook
` [PATCH 7/8] drm/irq: Implement a generic vblank_wait function
          ` [Intel-gfx] "
  ` [PATCH] "
` [PATCH 8/8] drm/i915: Use generic vblank wait
  ` [PATCH] "
` [PATCH] drm: Docbook fixes

[PATCH] drm/i915: Add a bit of locking to intel_dp_hpd_pulse()
 2014-07-30 23:49 UTC  (2+ messages)

[PATCH] drm/i915: Rework GPU reset sequence to match driver load & thaw
 2014-07-30 21:00 UTC  (11+ messages)

[BUG?] 3.16-rc6 ... at drivers/gpu/drm/i915/intel_pm.c:5997 intel_display_power_put+0x12d/0x160()
 2014-07-30 20:52 UTC  (3+ messages)

[PATCH 00/40] CHV stuff mostly
 2014-07-30 20:43 UTC  (52+ messages)
` [PATCH 06/40] drm/i915: Add cdclk change support for chv
` [PATCH 07/40] drm/i915: Disable cdclk changes for chv until Punit is ready
` [PATCH 08/40] drm/i915: Leave DPLL ref clocks on
` [PATCH 09/40] drm/i915: Split chv_update_pll() apart
` [PATCH 11/40] drm/i915: Call intel_{dp, hdmi}_prepare for chv
` [PATCH 12/40] drm/i915: Clarify CHV swing margin/deemph bits
` [PATCH 14/40] drm/i915: Override display PHY TX FIFO reset master on chv
` [PATCH 16/40] drm/i915: Add chv_power_wells[]
` [PATCH 22/40] drm/i915: Add chv port D TX wells
` [PATCH 26/40] drm/i915: Parametrize VLV_DDL registers
` [PATCH 27/40] drm/i915: Split a few long debug prints
` [PATCH 29/40] drm/i915: Refactor Broadwell PIPE_CONTROL emission into a helper
` [PATCH 31/40] drm/i916: Init chv workarounds at render ring init
` [PATCH 32/40] drm/i915: Hack to tie both common lanes together on chv
` [PATCH 33/40] drm/i915: Polish the chv cmnlane resrt macros
` [PATCH 34/40] drm/i915: Add DP training pattern 3 for CHV
` [PATCH 37/40] drm/i915: Fix eDP link training when switching pipes

[PATCH 0/3] Fixing last of few known issues in DSI and Burst mode Support
 2014-07-30 20:36 UTC  (10+ messages)
` [PATCH 1/3] drm/i915: Add get_config implementation for DSI encoder
` [PATCH 2/3] drm/i915: wait for all DSI FIFOs to be empty
` [PATCH 3/3] drm/i915: Add support for Video Burst Mode for MIPI DSI
    ` [v2] "

[PATCH] drm/i915: Align intel_dsi*.c files a bit
 2014-07-30 20:36 UTC 

drm/i915: "Wrong MCH_SSKPD value: 0x16040307"
 2014-07-30 18:49 UTC 

[PATCH 1/2] drm/i915: Collect gtier properly on HSW
 2014-07-30 18:28 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: Fix DEIER and GTIER collecting for BDW

i915 / 3.15 intermittently boots into blank screeen
 2014-07-30 17:39 UTC  (9+ messages)

[PATCH 1/3] drm/i915: Add get_config implementation for DSI encoder
 2014-07-30 16:24 UTC  (5+ messages)
` [v2] drm/i915: Add correct hw/sw config check "
    ` [v3] "

[PATCH] drm/i915: Remove context pointer from ppgtt struct
 2014-07-30 15:52 UTC  (5+ messages)

[PATCH v2] Displayport compliance testing
 2014-07-30 15:25 UTC  (20+ messages)
` [PATCH 01/12] drm/i915: Add automated testing support for "
` [PATCH 07/12] drm/i915: Update EDID automated test function for Displayport compliance
` [PATCH 08/12] drm/i915: Improve reliability for Displayport link training
` [PATCH 09/12] drm/i915: Update intel_dp_check_link_status() for Displayport compliance testing
` [PATCH 12/12] drm/i915: Add a delay in Displayport AUX transactions for "

[PATCH v2 1/2] drm/i915: factor out intel_edp_panel_vdd_sanitize
 2014-07-30 13:42 UTC  (4+ messages)
` [PATCH v2 2/2] drm/i915: fix VDD state tracking after system resume

[RFC v2 0/3] drm/i915: Trace point callbacks for kernel validation
 2014-07-30 12:34 UTC  (5+ messages)
` [RFC v2 2/3] drm/i915: duplicate i915_gem_ring_dispatch trace and add ctx parameter

[PATCH 1/2] drm/i915: Some cleanups for the ppgtt lifetime handling
 2014-07-30 12:03 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Move i915_gem_chipset_flush to where it belongs
  ` [PATCH] drm/i915: Some cleanups for the ppgtt lifetime handling

[PATCH] drm: HDMI pixel replication modes now hactive of 720 for pixel replication
 2014-07-30 10:47 UTC  (2+ messages)

[PATCH 1/2] drm/i915/hdmi: call intel_hdmi_prepare for CHV
 2014-07-30 10:46 UTC  (2+ messages)

[Announcement] Updates to XenGT - a Mediated Graphics Passthrough Solution from Intel
 2014-07-30  9:39 UTC  (3+ messages)
` [Xen-devel] [Intel-gfx] "
  ` [Xen-devel] "

[RFC] Move BDW workarounds to ring init fn
 2014-07-30  9:36 UTC  (4+ messages)

[PATCH] drm/i915: vma/ppgtt lifetime rules
 2014-07-30  8:19 UTC  (7+ messages)

[PATCH 1/2] drm/i915: timespec_sub should already be normalized
 2014-07-30  6:47 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: Embellish wait_end trace

[PATCH] drm/i915: freeze display before the interrupts and GT
 2014-07-29 18:59 UTC  (3+ messages)

[PATCH 00/10] Split the HSW/BDW PLL code a bit more
 2014-07-29 18:20 UTC  (13+ messages)
` [PATCH 01/10] drm/i915: Specify when the PLL hw state fields are valid
` [PATCH 02/10] drm/i915: Add a space to the shared DPLL debug message
` [PATCH 03/10] drm/i915: Extract the HSW DDI selection code into its own function
` [PATCH 04/10] drm/i915: Extract the HSW/BDW shared dpll init code
` [PATCH 05/10] drm/i915: Restrict hsw_dp_set_ddi_pll_sel() to HSW/BDW
` [PATCH 06/10] drm/i915: Fix stale comment for intel_ddi_pll_select()
` [PATCH 07/10] drm/i915: Split the BDW/HSW specific shared pll selection
` [PATCH 08/10] drm/i915: Make intel_ddi_calculate_wrpll() HSW/BDW specific
` [PATCH 09/10] drm/i915: Split the CDCLK retrieval per-platform
` [PATCH 10/10] drm/i915: Make ddi_clock_gate() HSW/BDW specific

[PATCH] tests/gem_ringfill: add interruptible mode
 2014-07-29 16:47 UTC 

[Intel-gfx] [PATCH 7/9] drm: Disable vblank interrupt immediately when drm_vblank_offdelay==0
 2014-07-29 17:57 UTC  (5+ messages)
` [PATCH 10/9] drm: Add dev->vblank_disable_immediate flag
    ` [Intel-gfx] "

[PATCH] drm/i915: s/seqno/request/ tracking inside objects
 2014-07-29 14:54 UTC  (5+ messages)

[PATCH 1/2] drm/i915: factor out intel_edp_panel_vdd_sanitize
 2014-07-29 14:44 UTC  (2+ messages)

[PATCH 0/3] Fixes for runtime PM on planes APIs
 2014-07-29 14:25 UTC  (4+ messages)
` [PATCH 1/3] drm/i915: fix cursor handling when runtime suspended

[PATCH] drm/i915: Correctly read backlight PWM for pipe B on vlv/chv
 2014-07-29 14:02 UTC  (4+ messages)

[PATCH i-g-t] lib: don't abort if forcing the connector state fails
 2014-07-29 11:22 UTC  (3+ messages)

[PATCH i-g-t 1/5] lib: Remove unused field from struct igt_fb
 2014-07-29 11:16 UTC  (2+ messages)

drm/i915 mst support
 2014-07-29 11:00 UTC  (7+ messages)
` [PATCH 09/11] i915: add DP 1.2 MST support (v0.6)
      ` [Intel-gfx] "

PROBLEM: Native backlight regressed from logarithmic to linear scale
 2014-07-29 10:38 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH 00/53] Execlists v3
 2014-07-29 10:26 UTC  (7+ messages)
` [PATCH 45/53] drm/i915/bdw: Do not call intel_runtime_pm_get() in an interrupt


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