intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-17 12:00:47 to 2015-08-20 13:30:17 UTC [more...]

[PATCH 00/16] FBC bug fixes
 2015-08-20 13:30 UTC  (15+ messages)
` [PATCH 07/16] drm/i915: disable FBC on FIFO underruns
` [PATCH 08/16] drm/i915: avoid the last 8mb of stolen on BDW/SKL
` [PATCH 13/16] drm/i915: don't use the first stolen page on Broadwell
` [PATCH 15/16] Revert "drm/i915: Allocate fbcon from stolen memory"

[PATCH 0/7] drm/intel: guest i915 changes for Broadwell to run inside VM with Intel GVT-g
 2015-08-20 13:15 UTC  (20+ messages)
` [PATCH 1/7] drm/i915: preallocate pdps for 32 bit vgpu
` [PATCH 2/7] drm/i915: Enable full ppgtt for vgpu
` [PATCH 3/7] drm/i915: Always enable execlists on BDW "
` [PATCH 4/7] drm/i915: always pin lrc context for vgpu with Intel GVT-g
` [PATCH 5/7] drm/i915: Update PV INFO page definition for "
` [PATCH 6/7] drm/i915: guest i915 notification for Intel-GVTg
` [PATCH 7/7] drm/i915: Allow Broadwell guest with Intel GVT-g

[PATCH v4 0/4] i915 to call hda driver on HDMI plug/unplug
 2015-08-20  9:46 UTC  (8+ messages)
` [PATCH 1/4] drm/i915: Add audio pin sense / ELD callback
` [PATCH 2/4] drm/i915: Call audio pin/ELD notify function
` [PATCH 3/4] ALSA: hda - allow codecs to access the i915 pin/ELD callback
` [PATCH 4/4] ALSA: hda - Wake the codec up on pin/ELD notify events

[PATCH v2] kms_universal_plane: subtest for yuv pixel format in primary plane
 2015-08-20  9:43 UTC 

[PULL] drm-intel-fixes
 2015-08-20  8:30 UTC 

[PATCH 0/7] drm/intel: guest i915 changes for Broadwell to run inside VM with Intel GVT-g
 2015-08-20  8:11 UTC  (3+ messages)

[PATCH v2 0/7] drm/i915: clean up *_digital_port_connected
 2015-08-20  8:17 UTC  (9+ messages)
` [PATCH v2 1/7] drm/i915: move ibx_digital_port_connected to intel_dp.c
` [PATCH v2 2/7] drm/i915: make g4x_digital_port_connected return boolean status
` [PATCH v2 3/7] drm/i915: add MISSING_CASE annotation to ibx_digital_port_connected
` [PATCH v2 4/7] drm/i915: add common intel_digital_port_connected function
` [PATCH v2 5/7] drm/i915: split ibx_digital_port_connected to ibx and cpt variants
` [PATCH v2 6/7] drm/i915: split g4x_digital_port_connected to g4x and vlv variants
` [PATCH v2 7/7] drm/i915/bxt: Use correct live status register for BXT platform

Intel drm "Atomic update failure"
 2015-08-20  7:51 UTC 

[PATCH 0/2] Detect DP displays based on sink count change
 2015-08-20  6:25 UTC  (4+ messages)
` [PATCH 1/2] drm/i915: Read sink_count dpcd always for short hpd
` [PATCH 2/2] drm/i915: Perform full detect on sink_count change

[RFC 0/8] *** DSC Inital Design RFC ***
 2015-08-20  6:19 UTC  (6+ messages)
` [RFC 3/8] drm/i915/bxt: Init PPS, Calculate DSI frequency and DPHY parameters for DSC

[PATCH 6/7] drm/i915: guest i915 notification for Intel-GVTg
 2015-08-20  4:00 UTC 

[PATCH 7/7] drm/i915: Allow Broadwell guest with Intel GVT-g
 2015-08-20  3:19 UTC 

[PATCH 5/7] drm/i915: Update PV INFO page definition for Intel GVT-g
 2015-08-20  3:18 UTC 

[PATCH 4/7] drm/i915: always pin lrc context for vgpu with Intel GVT-g
 2015-08-20  3:18 UTC 

[PATCH 3/7] drm/i915: Always enable execlists on BDW for vgpu
 2015-08-20  3:17 UTC 

[PATCH 2/7] drm/i915: Enable full ppgtt for vgpu
 2015-08-20  3:17 UTC 

[PATCH 1/7] drm/i915: preallocate pdps for 32 bit vgpu
 2015-08-20  3:16 UTC 

[PATCH i-g-t 0/2] patches for testing nv12
 2015-08-20  1:05 UTC  (3+ messages)
` [PATCH i-g-t 1/2] Prep work for adding NV12 testcase
` [PATCH i-g-t 2/2] Adding kms_nv12 to test display NV12 feature

[PATCH 00/15] drm/i915: Adding NV12 for skylake display
 2015-08-20  1:02 UTC  (16+ messages)
` [PATCH 01/15] drm/i915: Allocate min dbuf blocks per bspec
` [PATCH 02/15] drm/i915: In DBUF/WM calcs for 90/270, swap w & h
` [PATCH 03/15] drm/i915: Add register definitions for NV12 support
` [PATCH 04/15] drm/i915: Set scaler mode for NV12
` [PATCH 05/15] drm/i915: Stage scaler request for NV12 as src format
` [PATCH 06/15] drm/i915: Update format_is_yuv() to include NV12
` [PATCH 07/15] drm/i915: Upscale scaler max scale for NV12
` [PATCH 08/15] drm/i915: Add NV12 as supported format for primary plane
` [PATCH 09/15] drm/i915: Add NV12 as supported format for sprite plane
` [PATCH 10/15] drm/i915: Add NV12 support to intel_framebuffer_init
` [PATCH 11/15] drm/i915: Add NV12 to primary plane programming
` [PATCH 12/15] drm/i915: Add NV12 to sprite "
` [PATCH 13/15] drm/i915: Set initial phase & trip for NV12 scaler
` [PATCH 14/15] drm/i915: skl nv12 workarounds
` [PATCH 15/15] drm/i915: Add 90/270 rotation for NV12 format

[PATCH 1/2] drm/i915: VLV/CHV PSR: Increase wait delay time before active PSR
 2015-08-19 20:01 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Also call frontbuffer flip when disabling planes

[PATCH 00/11] drm/i915: Port A HPD and other HPD cleanups
 2015-08-19 19:11 UTC  (8+ messages)
` [PATCH 01/11] drm/i915: Clean up various HPD defines
` [PATCH 02/11] drm/i915; Extract intel_hpd_enabled_irqs()
` [PATCH 12/11] drm/i915: Reinitialize HPD after runtime D3

[PATCH] drm/i915/bxt: Use correct live status register for BXT platform
 2015-08-19 18:12 UTC  (12+ messages)
` [PATCH 0/5] drm/i915: clean up *_digital_port_connected
  ` [PATCH 1/5] drm/i915: move ibx_digital_port_connected to intel_dp.c
  ` [PATCH 2/5] drm/i915: add common intel_digital_port_connected function
  ` [PATCH 3/5] drm/i915: split ibx_digital_port_connected to ibx and cpt variants
  ` [PATCH 4/5] drm/i915: split g4x_digital_port_connected to g4x and vlv variants
  ` [PATCH 5/5] drm/i915/bxt: Use correct live status register for BXT platform

[PATCH] drm/i915: Split alloc from init for lrc
 2015-08-19 14:40 UTC  (3+ messages)

[PATCH] drm/i915: Only move to the CPU write domain if keeping the GTT pages
 2015-08-19 14:24 UTC  (8+ messages)

[PATCH] drm/i915: Change SRM, LRM instructions to use correct length
 2015-08-19 13:46 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/15] drm/i915: CHV DPIO power gating, take two
 2015-08-19 13:39 UTC  (14+ messages)
` [PATCH 08/15] drm/i915: Implement PHY lane power gating for CHV
` [PATCH 09/15] drm/i915: Trick CL2 into life on CHV when using pipe B with port B
` [PATCH 10/15] drm/i915: Force common lane on for the PPS kick on CHV
` [PATCH 11/15] drm/i915: Enable DPIO SUS clock gating "
` [PATCH 12/15] drm/i915: Force CL2 off in CHV x1 PHY

[PATCH 1/4] drm/i915: Adding intel_panel_scale_none() helper function
 2015-08-19 12:47 UTC  (9+ messages)
` [PATCH 2/4] drm/i915: Adding Panel Filter function for DP

[PATCH 0/4] HBR2 cleanup for CHV/SKL
 2015-08-19 12:02 UTC  (11+ messages)
` [PATCH 1/4] Revert "drm/i915: Add eDP intermediate frequencies for CHV"
` [PATCH 2/4] drm/i915: remove HBR2 from chv supported list
` [PATCH 3/4] drm/i915: Avoid TP3 on CHV
` [PATCH 4/4] drm/i915: fix link rates reported for SKL

[PATCH i-g-t] tests/gem_ctx_exec.c: only hang the ring we are testing
 2015-08-19 11:10 UTC 

[PATCH for v4.2] Revert "drm/i915: Allow parsing of variable size child device entries from VBT"
 2015-08-19  8:40 UTC  (9+ messages)

[PATCH 0/4] HBR2 cleanup for CHV/SKL V2
 2015-08-19  8:20 UTC  (11+ messages)
` [PATCH 1/4] Revert "drm/i915: Add eDP intermediate frequencies for CHV"
` [PATCH 2/4] drm/i915: remove HBR2 from chv supported list
` [PATCH 3/4] drm/i915: Avoid TP3 on CHV
        ` [PATCH] "
` [PATCH 4/4] drm/i915: fix link rates reported for SKL

[PATCH] drm/i915: fix VBT parsing for SDVO child device mapping
 2015-08-19  6:54 UTC  (3+ messages)

[PATCH] lib/rendercopy_gen9: Setup Push constant pointer before sending BTP commands
 2015-08-19  1:44 UTC  (8+ messages)

[PATCH] drm/i915: Notify GuC rc6 state
 2015-08-18 21:34 UTC 

[PATCH] drm/i915/guc: Support GuC version 4.3
 2015-08-18 21:32 UTC 

[PATCH] tests/drv_hangman: Adjust to 64bit bb offsets
 2015-08-18 15:16 UTC  (2+ messages)

[PATCH] drm/i915: Split alloc from init for lrc
 2015-08-18 15:06 UTC  (4+ messages)

[PATCH] drm/i915: Pass pipe_config to DP link training functions
 2015-08-18 11:56 UTC  (3+ messages)
` [PATCH v2] drm/i915: Put back lane_count into intel_dp and add link_rate too

[PATCH v5 0/4] Check pixel clock when setting mode
 2015-08-18 11:37 UTC  (5+ messages)
` [PATCH v5 1/4] drm/i915: Store max dotclock
` [PATCH v5 2/4] drm/i915: LVDS pixel clock check
` [PATCH v5 3/4] drm/i915: DSI "
` [PATCH v5 4/4] drm/i915: DVO "

[PATCH v5 1/4] drm/i915: Add audio sync_audio_rate callback
 2015-08-18  6:51 UTC  (4+ messages)
` [PATCH v5 2/4] drm/i915: implement "
` [PATCH v5 3/4] ALSA: hda - display audio call "
` [PATCH v5 4/4] drm/i915: set proper N/CTS in modeset

[PATCH v3 1/4] drm/i915: Add audio sync_audio_rate callback
 2015-08-18  6:53 UTC  (8+ messages)
` [PATCH v3 2/4] drm/i915: implement "
` [PATCH v3 3/4] ALSA: hda - display audio call "

[PATCH v4 1/4] drm/i915: Add audio sync_audio_rate callback
 2015-08-18  6:35 UTC  (4+ messages)
` [PATCH v4 2/4] drm/i915: implement "
` [PATCH v4 3/4] ALSA: hda - display audio call "
` [PATCH v4 4/4] drm/i915: set proper N/CTS in modeset

[PATCH 0/2] Detect DP displays based on sink count change
 2015-08-18  4:36 UTC  (4+ messages)
` [PATCH 1/2] drm/i915: Read sink_count dpcd always for short hpd

[PATCH 0/3] drm/i915: fix USB Type-C reversed connector
 2015-08-17 20:06 UTC  (8+ messages)
` [PATCH 3/3] drm/i915: Support DDI lane reversal for DP

[PATCH i-g-t] lib: add a single include header
 2015-08-17 17:21 UTC 

[PATCH] drm/i915: Fix build warning on 32-bit
 2015-08-17 17:19 UTC  (2+ messages)

[PATCH] tools/null_state/gen9: Send atleast one valid component in VF state
 2015-08-17 16:54 UTC  (3+ messages)
` [PATCH] tools/null_state/gen9: Send all components "

[PATCH] drm/i915: fix driver's versions of WARN_ON & WARN_ON_ONCE
 2015-08-17 16:45 UTC  (2+ messages)

[PATCH igt] lib/igt_core: use print("%s", #expr) instead of print(#expr)
 2015-08-17 16:42 UTC  (2+ messages)

Video freezes continue
 2015-08-17 16:37 UTC  (2+ messages)

[PATCH i-g-t] assembler: remove built sources with make clean
 2015-08-17 16:17 UTC 

[PATCH] drm/i915: Try to fix MST for SKL
 2015-08-17 15:46 UTC 

[REGRESSION] i915 drm oopsing again on T440p docking station attached
 2015-08-17 14:03 UTC  (2+ messages)

[PATCH v2 0/4] Add support for Hyperlinks and Markup on kernel-doc
 2015-08-17 13:06 UTC  (4+ messages)
` [PATCH v2 1/4] scripts/kernel-doc: Adding cross-reference links to html documentation

[BXT MIPI PATCH v2 00/13] MIPI DSI Support for BXT
 2015-08-17 12:06 UTC  (5+ messages)
` [BXT MIPI PATCH v2 12/13] drm/i915/bxt: Remove DSP CLK_GATE programming "
` [BXT MIPI PATCH v2 13/13] drm/i915: Added BXT DSI backlight support

[PATCH 0/7] drm/i915: Move DP link parameters out from intel_dp
 2015-08-17 12:03 UTC  (3+ messages)


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