public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-12-07 12:37:44 to 2015-12-09 01:18:34 UTC [more...]

[PATCH] drm/i915/kbl: Fix DMC load on Kabylake
 2015-12-09  1:18 UTC 

[PATCH] drm/i915/guc: Move GuC wq_reserve_space to ring_reserve_space
 2015-12-09  1:04 UTC 

[PATCH] drm/i915/skl: SKL CDCLK change on modeset tracking VCO
 2015-12-09  0:15 UTC 

[PATCH 1/2] drm/i915: Don't leak connector state on SDVO init failure
 2015-12-08 22:48 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Drop unnecessary NULL test

[PATCH 0/5] CHV and VLV separation and clean up
 2015-12-08 21:12 UTC  (24+ messages)
` [PATCH 1/5] drm/i915: Separate cherryview from valleyview
` [PATCH 2/5] drm/i915: Use HAS_PCH_SPLIT to determine correct devices
` [PATCH 3/5] drm/i915: Remove VLV A0 hack
` [PATCH 4/5] drm/i915: Only set gem object L3 cache level for IVB devices
` [PATCH 5/5] drm/i915: Remove BUG_ON call in vlv_enable_pll

[PATCH] drm/i915: constify intel_dvo_dev_ops structures
 2015-12-08 20:55 UTC 

[PATCH] drm/i915: vlv: clamp minimum RPS frequency to what Punit allows
 2015-12-08 19:53 UTC  (4+ messages)

[PATCH i-g-t] RFC: split PM workarounds into separate lib
 2015-12-08 19:05 UTC  (5+ messages)
` [PATCH i-g-t] lib/pm_workarounds: Lib for PM workarounds

[PATCH v6] drm/i915: Add soft-pinning API for execbuffer
 2015-12-08 18:49 UTC  (3+ messages)
` [PATCH v7] "

[PATCH 0/3] drm/i915: mark GEM objects as dirtied by CPU
 2015-12-08 18:43 UTC  (10+ messages)
` [PATCH 1/3] drm/i915: mark GEM objects as dirty when filled by the CPU
` [PATCH 2/3] drm/i915: mark GEM objects as dirty when updated "
` [PATCH 3/3] drm/i915: mark GEM objects as dirty when written "

[PATCH 00/15] drm/i915: Cure DDI from multiple personality disorder
 2015-12-08 18:21 UTC  (17+ messages)
` [PATCH 01/15] drm/i915: Pass the correct encoder to intel_ddi_clk_select() with MST
` [PATCH 02/15] drm/i915: Check max number of lanes when registering DDI ports
` [PATCH 03/15] drm/i915: Store max lane count in intel_digital_port
` [PATCH 04/15] drm/i915: Remove pointless 'ddi_translations' local variable
` [PATCH 05/15] drm/i915: Eliminate duplicated skl_get_buf_trans_dp()
` [PATCH 06/15] drm/i915: Pass around dev_priv for ddi buffer programming
` [PATCH 07/15] drm/i915: Add BUILD_BUG_ON()s for DDI translation table sizes
` [PATCH 08/15] drm/i915: Reject >9 ddi translation entried if port != A/E on SKL
` [PATCH 09/15] drm/i915: Kill intel_prepare_ddi()
` [PATCH 10/15] drm/i915: Split the problematic dual-role DDI encoder into two encoders
` [PATCH 11/15] drm/i915: Explicitly use ddi bug trans entry 9 for hdmi
` [PATCH 12/15] drm/i915: Split DP/eDP/FDI and HDMI/DVI DDI buffer programming apart
` [PATCH 13/15] drm/i915: Add a sanity check for 'hdmi_default_entry'
` [PATCH 14/15] drm/i915: Get the iboost setting based on the port type
` [PATCH 15/15] drm/i915: Simplify intel_ddi_get_encoder_port()

[PATCH v3 0/4] Add get_eld audio component for i915/HD-audio
 2015-12-08 17:42 UTC  (5+ messages)
` [PATCH v3 2/4] drm/i915: Add reverse mapping between port and intel_encoder

[PATCH v4 00/14] drm: Give crtcs and planes actual names (v4)
 2015-12-08 16:42 UTC  (15+ messages)
` [PATCH v2 01/14] drm: Pass 'name' to drm_crtc_init_with_planes()
` [PATCH v2 02/14] drm: Pass 'name' to drm_universal_plane_init()
` [PATCH 03/14] drm: Pass 'name' to drm_encoder_init()
` [PATCH 04/14] drm: Use driver specified encoder name
` [PATCH v3 05/14] drm: Add crtc->name and use it in debug messages
` [PATCH v3 06/14] drm: Add plane->name and use it in debug prints
` [PATCH 07/14] drm/i915: Use crtc->name in debug messages
` [PATCH 08/14] drm/i915: Use plane->name in debug prints
` [PATCH v4 09/14] drm/i915: Set crtc->name to "pipe A", "pipe B", etc
` [PATCH v3 10/14] drm/i915: Fix plane init failure paths
` [PATCH 11/14] drm/i915: Don't leak primary/cursor planes on crtc init failure
` [PATCH v3 12/14] drm/i915: Give meaningful names to all the planes
` [PATCH 13/14] drm/i915: Give encoders useful names
` [PATCH 14/14] drm/i915: Add debug prints for encoder modeset hooks

[PATCH i-g-t 1/2] kms_psr_sink_crc: Reduce our time out for PSR active
 2015-12-08  8:15 UTC  (2+ messages)
` [PATCH i-g-t 2/2] kms_psr_sink_crc: Add BAT test "

[PATCH i-g-t 1/2] kms_psr_sink_crc: Introduce PSR BAT test
 2015-12-08 15:32 UTC  (5+ messages)
` [PATCH i-g-t 2/2] kms_psr_sink_crc: Add basic check for PSR active

[PATCH 1/5] [RFC] drm: Documentation style guide
 2015-12-08 15:29 UTC  (14+ messages)
` [PATCH 2/5] drm/atomic-helper: Drop unneeded argument from check_pending_encoder
` [PATCH 3/5] drm: Move more framebuffer doc from docbook to kerneldoc
` [PATCH 4/5] drm/atomic-helper: Reject legacy flips on a disabled pipe
  ` [Intel-gfx] "
` [PATCH 5/5] drm/tda998x: Remove dummy save/restore funcs

[PATCH 57/70] drm/i915: intel_ring_initialized() must be simple and inline
 2015-12-08 15:02 UTC  (3+ messages)
` [PATCH 0/1] "
  ` [PATCH 1/1] "

[PATCH v4] drm/i915: Slaughter the thundering i915_wait_request herd
 2015-12-08 14:53 UTC  (8+ messages)
` [PATCH v7] "
          ` [RFC 00/12] Convert requests to use struct fence

[PATCH] drm/i915: Widen return value for reservation_object_wait_timeout_rcu to long
 2015-12-08 14:52 UTC 

[PATCH] drm/i915: Disable FDI RX before DDI_BUF_CTL
 2015-12-08 14:47 UTC 

[PATCH 00/10] HSW/BDW PCH modeset fixes and stuff
 2015-12-08 14:32 UTC  (2+ messages)

[PATCH 1/2] drm/i915/skl: Disable coarse power gating up until F0
 2015-12-08 14:23 UTC  (5+ messages)
` [PATCH 2/2] drm/i915/skl: Double RC6 WRL always on

[PATCH 00/12] Remove intel_crtc->atomic and fix BAT!
 2015-12-08 14:14 UTC  (4+ messages)
` [PATCH 04/12] drm/i915: Remove double wait_for_vblank on broadwell

[PATCH 07/10] drm/i915: Disable FDI after the CRT port on LPT-H
 2015-12-08 14:05 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH] "

[PATCH v2] drm/i915: prevent out of range pt in the PDE macros (take 3)
 2015-12-08 13:30 UTC  (3+ messages)
` [PATCH 0/1] drm/i915: eliminate 'temp' in gen8_for_each_{pdd, pdpe, pml4e}
  ` [PATCH 1/1] drm/i915: eliminate 'temp' in gen8_for_each_{pdd, pdpe, pml4e} macros

[PATCH i-g-t] gem_flink_race/prime_self_import: Improve test reliability
 2015-12-08 12:44 UTC 

[PATCH i-g-t] tests/gem_softpin: New tests for softpin feature
 2015-12-08 12:16 UTC  (3+ messages)

[PATCH 00/28] kerneldoc for display vtables
 2015-12-08 11:55 UTC  (39+ messages)
` [PATCH 07/28] drm: Update drm_plane_funcs kerneldoc
` [PATCH 11/28] drm/vmwgfx: Drop dummy save/restore hooks
` [PATCH 16/28] drm: Document drm_atomic_*_get_property
` [PATCH 20/28] drm: Add kerneldoc for drm_framebuffer_funcs
` [PATCH 21/28] drm: Kerneldoc for drm_mode_config_funcs
` [PATCH 22/28] drm/atomic-helper: Reject attempts at re-stealing encoders
` [PATCH 23/28] drm: Document drm_plane_helper_funcs
` [PATCH 24/28] drm: Document drm_connector_helper_funcs
` [PATCH 25/28] drm/atomic-helper: Mention the new system/resume helpers the docs
` [PATCH 26/28] drm: Move drm_display_mode an related docs into kerneldoc
` [PATCH 27/28] drm: Document drm_encoder/crtc_helper_funcs
` [PATCH 28/28] drm/atomic-helper: Reject legacy flips on a disabled pipe

[PATCH v2 1/2] mm: Export nr_swap_pages
 2015-12-08 11:22 UTC  (9+ messages)
    ` [Intel-gfx] "

[PATCH] drm/i915/bxt: Fix uninitialized variables in intel_check_sprite_plane
 2015-12-08 11:20 UTC  (10+ messages)

i915 Skylake crash on 4.4-rc3
 2015-12-08 10:53 UTC  (4+ messages)

[maintainer-tools PATCH] drm-intel: embed wavedrom engine and skin into the web page
 2015-12-08  9:25 UTC 

[PATCH 0/9] drm/atomic: Add encoder_mask and connector_mask to crtc_state
 2015-12-08  8:30 UTC  (4+ messages)
` [PATCH 8/9] drm/atomic: Remove drm_atomic_connectors_for_crtc

[PATCH 1/4] drm: Make drm_fb_unregister/remove accept NULL fb
 2015-12-08  8:26 UTC  (5+ messages)
` [PATCH 4/4] fbdev: Debug knob to register without holding console_lock

[PATCH] drm/i915: Restore waitboost credit to the synchronous waiter
 2015-12-08  8:35 UTC  (3+ messages)

[PATCH 2/9] drm/tegra: Assign conn_state->connector when allocating connector state
 2015-12-08  8:13 UTC  (5+ messages)
` [PATCH 1/3] drm/i915: Set connector_state->connector using the helper
  ` [PATCH 3/3] drm/tegra: Use __drm_atomic_helper_reset_connector for subclassing connector state

[PATCH] Revert "drm/i915: skip modeset if compatible for everyone."
 2015-12-08  8:10 UTC  (3+ messages)

[PATCH V4 1/2] dp/mst: add SDP stream support
 2015-12-08  8:01 UTC  (3+ messages)
` [PATCH V4 2/2] drm/i915: start adding dp mst audio

Possible i915 regression with 4.4-rc
 2015-12-08  7:03 UTC  (5+ messages)

linux-next: build failure after merge of the drm-misc tree
 2015-12-08  0:20 UTC 

[drm-intel:topic/drm-misc 15/26] drivers/gpu/drm/i2c/tda998x_drv.c:1354:2: error: unknown field 'save' specified in initializer
 2015-12-07 23:04 UTC 

[PATCH] drm/i915: Suspend resume timing optimization
 2015-12-07 22:19 UTC  (3+ messages)

[PATCH] igt/test/pm_rps: load GPU to force not-idle to idle transition
 2015-12-07 21:53 UTC 

[PATCH i-g-t] igt/pm_rps: current freq < user specified min is no longer a fail
 2015-12-07 21:56 UTC  (13+ messages)
` [PATCH 0/2] igt/pm_rps: Handle freq < user min in specific cases
  ` [PATCH 2/2] igt/pm_rps: Add checks for freq = idle (RPn) "

[PATCH] drm/i915: Unbreak check_digital_port_conflicts()
 2015-12-07 21:13 UTC 

[PATCH] drm/i915: Fix random aux transactions failures
 2015-12-07 12:04 UTC  (2+ messages)

[PATCH] drm/i915: Correcting proper src & dst height - width comparision for 90/270 rotation
 2015-12-07 18:23 UTC  (4+ messages)

[PATCH] drm/i915: Add BXT Sprite plane fractional scalings
 2015-12-07 18:15 UTC  (8+ messages)

[PATCH v8] drm/i915: Extend LRC pinning to cover GPU context writeback
 2015-12-07 17:10 UTC 

[PATCH 05/10] drm/i915: Disable CLKOUT_DP bending on LPT/WPT as needed
 2015-12-07 16:54 UTC  (3+ messages)
` [PATCH v2 "

[drm-intel:topic/drm-misc 58/59] DockBook: include/drm/drm_modes.h:398: warning: No description found for parameter 'crtc_hblank_start'
 2015-12-07 16:49 UTC 

[PATCH i-g-t 1/2] lib/kms: Turn the based_edid into a template
 2015-12-07 16:38 UTC  (2+ messages)

[drm-intel:topic/drm-misc 45/56] drivers/gpu/drm/gma500/mdfld_dsi_output.c:564:11: error: 'struct drm_connector' has no member named 'save'
 2015-12-07 16:03 UTC 

[PATCH i-g-t] tests: update .gitignore and add a Makefile rule to create it
 2015-12-07 15:12 UTC  (2+ messages)
` [PATCH i-g-t v2] "

[drm-intel:topic/drm-misc 48/56] drivers/gpu/drm/i2c/tda998x_drv.c:1354:2: error: unknown field 'save' specified in initializer
 2015-12-07 15:13 UTC 

[PATCH igt 1/2] lib/igt_fb: make the automatic buffer sizes/strides smaller
 2015-12-07 14:04 UTC  (4+ messages)
` [PATCH igt 2/2] kms_frontbuffer_tracking: standardize the used FB sizes

[PATCH v9 0/6] Support for creating/using Stolen memory backed objects
 2015-12-07 13:43 UTC  (3+ messages)
` [PATCH 2/6] drm/i915: Support for creating "

[maintainer-tools PATCH 1/2] dim: use quotes when testing for empty string
 2015-12-07 13:32 UTC  (4+ messages)
` [maintainer-tools PATCH 2/2] dim: add a QUICKSTART section to dim.rst

[PATCH] Always mark GEM objects as dirty when written by the CPU
 2015-12-07 12:51 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