public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-11-11 19:08:48 to 2015-11-13 19:38:29 UTC [more...]

[PATCH] drm/i915: Fix GT frequency rounding
 2015-11-13 19:38 UTC  (3+ messages)

[RFC] Docs: drm: Move KMS properties table out to source files
 2015-11-13 19:19 UTC  (7+ messages)

[PATCH 00/31] IPS/DRRS/PSR rework with PSR enabled by default
 2015-11-13 18:55 UTC  (9+ messages)
` [PATCH 04/31] drm/i915: Handle actual IPS enabled state
` [PATCH 06/31] drm/i915: Fix IPS disable sequence

[PATCH 0/4] PSR Critical fixes
 2015-11-13 18:45 UTC  (12+ messages)
` [PATCH 1/4] drm/i915: Delay first PSR activation
` [PATCH 2/4] drm/i915: Reduce PSR re-activation time for VLV/CHV
` [PATCH 3/4] drm/i915: PSR: Don't Skip aux handshake on DP_PSR_NO_TRAIN_ON_EXIT
` [PATCH 4/4] drm/i915: Send TP1 TP2/3 even when panel claims no NO_TRAIN_ON_EXIT

Fixing i915/opregion issues with firmware which lists more then 8 output devices
 2015-11-13 18:41 UTC  (4+ messages)

[PATCH v2 00/12] Skylake DMC/DC-state fixes and redesign
 2015-11-13 17:53 UTC  (26+ messages)
` [PATCH 02/12] drm/i915/gen9: Always set mask memory up when enabling DC5 or DC6
` [PATCH 03/12] drm/i915: Clean up AUX power domain handling
` [PATCH 06/12] drm/i915: Remove distinction between DDI 2 vs 4 lanes
` [PATCH 07/12] drm/i915: Add a modeset power domain
` [PATCH 09/12] drm/i915: Explain usage of power well IDs vs bit groups
` [PATCH v2 10/12] drm/i915/gen9: Turn DC handling into a power well
` [PATCH v2 11/12] drm/i915/gen9: Add boot parameter for disabling DC6

[PATCH] drm/i915: Fix crtc_y assignment in intel_find_initial_plane_obj()
 2015-11-13 17:44 UTC  (3+ messages)

[PATCH v9 0/6] Support for creating/using Stolen memory backed objects
 2015-11-13 17:23 UTC  (5+ messages)
` [PATCH 4/6] drm/i915: Add support for stealing purgable stolen pages
` [PATCH 5/6] drm/i915: Support for pread/pwrite from/to non shmem backed objects

[PATCH igt 00/10] igt_fb buffer sizes + kms_frontbuffer_tracking
 2015-11-13 17:12 UTC  (11+ messages)
` [PATCH igt 01/10] lib/igt_fb: fix fb->size when provided by the user
` [PATCH igt 02/10] lib/igt_fb: fix igt_create_fb_with_bo_size() documentation
` [PATCH igt 03/10] lib/igt_fb: fix open-coded ALIGN()
` [PATCH igt 04/10] lib/igt_fb: also pass the stride to igt_create_fb_with_bo_size()
` [PATCH igt 05/10] kms_frontbuffer_tracking: set our own size for the FBs we create
` [PATCH igt 06/10] kms_frontbuffer_tracking: do page flips using the planes API
` [PATCH igt 07/10] kms_frontbuffer_tracking: move flip_type to struct test_mode
` [PATCH igt 08/10] kms_frontbuffer_tracking: expand badstride and stridechange
` [PATCH igt 09/10] kms_frontbuffer_tracking: assert the stride changes at stridechange()
` [PATCH igt 10/10] kms_frontbuffer_tracking: add tilingchange subtest

[PATCH 00/13] Yet another FBC series, v3 part 1
 2015-11-13 16:58 UTC  (4+ messages)

[PATCH 1/4] drm/i915: Dump in-flight plane state while dumping in-flight CRTC state
 2015-11-13 16:44 UTC  (7+ messages)
` [PATCH 2/4] drm/i915: Clarify plane state during CRTC state dumps
` [PATCH 3/4] drm/i915: Dump pipe config after initial FB is reconstructed
` [PATCH 4/4] drm/i915: Setup clipped src/dest coordinates during FB reconstruction

[PATCH v3 0/9] drm: Give crtcs and planes actual names (v3)
 2015-11-13 16:20 UTC  (10+ messages)
` [PATCH 1/9] drm: Pass 'name' to crtc and plane init functions
` [PATCH v2 2/9] drm: Add crtc->name and use it in debug messages
` [PATCH v2 3/9] drm: Add plane->name and use it in debug prints
` [PATCH 4/9] drm/i915: Use crtc->name in debug messages
` [PATCH 5/9] drm/i915: Use plane->name in debug prints
` [PATCH v3 6/9] drm/i915: Set crtc->name to "pipe A", "pipe B", etc
` [PATCH v2 7/9] drm/i915: Fix plane init failure paths
` [PATCH 8/9] drm/i915: Don't leak primary/cursor planes on crtc init failure
` [PATCH v3 9/9] drm/i915: Give meaningful names to all the planes

[PATCH] lib/igt_kms: Introduce get_first_connected_output to retrieve a valid output
 2015-11-13 15:59 UTC  (3+ messages)
` [PATCH] igt/igt_kms: Introduce get_first_connected_output (v2)

[PATCH maintainer-tools] dim: Remove git commit --amend from dim_apply
 2015-11-13 15:36 UTC  (13+ messages)
      ` [PATCH maintainer-tools] dim: Replace git commit --amend from dim_apply with dimrc option

[PATCH] drm/i915/bxt: Broxton doesn't use gen9 scaling for rps frequencies
 2015-11-13 15:21 UTC  (6+ messages)

[PATCH v3 0/3] Support for mapping an object page by page
 2015-11-13 14:57 UTC  (3+ messages)
` [PATCH 1/3] drm/i915: Add support "

Warnings on boot resume on Dell XPS 13 (Skylake)
 2015-11-13 14:37 UTC  (2+ messages)

[PATCH v3 0/7] drm/i915: improve the RPM device suspended assert
 2015-11-13 14:23 UTC  (23+ messages)
` [PATCH v3 1/7] drm/i915: remove HAS_RUNTIME_PM check from RPM get/put/assert helpers
` [PATCH v3 2/7] drm/i915: add assert_rpm_wakelock_held helper
` [PATCH v3 3/7] drm/i915: use assert_rpm_wakelock_held instead of opencoding it
` [PATCH v3 4/7] drm/i915: add support for checking if we hold an RPM reference
` [PATCH v3 5/7] drm/i915: sanitize the asserts in the RPM get/put helpers
  ` [PATCH v4 5/7] drm/i915: check that we hold an RPM wakelock ref before we put it
` [PATCH v3 6/7] drm/i915: add support for checking RPM atomic sections
  ` [PATCH v4 "
` [PATCH v3 7/7] drm/i915: check that we are in an RPM atomic section in GGTT PTE updaters

[PATCH] drm/i915: Do a better job at disabling primary plane in the noatomic case
 2015-11-13 13:28 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH] drm/i915: Fix SKL i_boost level
 2015-11-13 12:40 UTC  (3+ messages)

[PATCH] drm/i915/skl: Update DDI translation tables for SKL
 2015-11-13 12:39 UTC  (3+ messages)

[PATCH] drm/i915: Remove redundant check in i915_gem_obj_to_vma
 2015-11-13 12:36 UTC  (4+ messages)

[PATCH v2 0/8] drm: Give crtcs and planes actual names (v2)
 2015-11-13 11:03 UTC  (11+ messages)
` [PATCH 1/8] drm: Add crtc->name and use it in debug messages
  ` [Intel-gfx] "
` [PATCH 2/8] drm: Add plane->name and use it in debug prints
` [PATCH 3/8] drm/i915: Use crtc->name in debug messages
` [PATCH 4/8] drm/i915: Use plane->name in debug prints
` [PATCH v2 5/8] drm/i915: Set crtc->name to "pipe A", "pipe B", etc
` [PATCH 6/8] drm/i915: Fix plane init failure paths
` [PATCH 7/8] drm/i915: Don't leak primary/cursor planes on crtc init failure
` [PATCH v2 8/8] drm/i915: Give meaningful names to all the planes

[PATCH 00/10] drm/i915/skl: fix display core init/uninit sequence
 2015-11-13 11:00 UTC  (23+ messages)
` [PATCH 01/10] drm/i915: fix the power well ID for always on wells
` [PATCH 02/10] drm/i915: fix lookup_power_well for power wells without any domain
` [PATCH 03/10] drm/i915: Make turning on/off PW1 and Misc I/O part of the init/fini sequences
` [PATCH 04/10] drm/i915: rename intel_power_domains_resume to *_sync_hw
` [PATCH 05/10] drm/i915/skl: init/uninit display core as part of the HW power domain state
` [PATCH 06/10] drm/i915/skl: don't toggle PW1 and MISC power wells on-demand
` [PATCH 07/10] drm/i915/gen9: simplify DC toggling code
` [PATCH 08/10] drm/i915/skl: disable DC states before display core init/uninit
` [PATCH 09/10] drm/i915/skl: make sure LCPLL is disabled when uniniting CDCLK
` [PATCH 10/10] drm/i915/skl: remove redundant DDI/IRQ reinitialization during PW1 enabling

[RFC PATCH] drm/i915: Consider SPLL as another shared pll
 2015-11-13  7:09 UTC  (3+ messages)

[PATCH v6 3/4] drm/i915: Fix failure paths around initial fbdev allocation
 2015-11-13  7:06 UTC  (5+ messages)
` [PATCH v7 0/3] fbdev fixes (reviewed)

[PATCH] drm/i915: A better maximum brightness for users
 2015-11-13  3:50 UTC  (11+ messages)
` [PATCH v6] drm/i915: respect the VBT minimum backlight brightness again
` [PATCH v7] drm/i915: A better backlight class brightness range

[PATCH 0/4] Wrap up ILK-style atomic watermarks, try two
 2015-11-13  0:41 UTC  (6+ messages)
` [PATCH 3/4] drm/i915: Sanitize watermarks after hardware state readout (v2)

[PATCH 0/4] PSR general improvements and stabilization
 2015-11-12 22:46 UTC  (6+ messages)
` [PATCH 1/4] drm/i915: Force PSR exit when IRQ_HPD is detected on eDP
` [PATCH 2/4] drm/i915: Remove duplicated dpcd write on hsw_psr_enable_sink
  ` [PATCH] "
` [PATCH 3/4] drm/i915: PSR: Let's rely more on frontbuffer tracking
` [PATCH 4/4] drm/i915: PSR: Mask LPSP hw tracking back again

[PATCH 0/5] Sink CRC stabilization
 2015-11-12 19:02 UTC  (4+ messages)

[PATCH 0/6] drm: Give crtcs and planes actual names
 2015-11-12 18:32 UTC  (10+ messages)
` [PATCH 1/6] drm: Add crtc->name and use it in debug messages
` [PATCH 2/6] drm: Add plane->name and use it in debug prints
` [PATCH 3/6] drm/i915: Use crtc->name in debug messages
` [PATCH 4/6] drm/i915: Use plane->name in debug prints
` [PATCH 5/6] drm/i915: Set crtc->name to "pipe A", "pipe B", etc
` [PATCH 6/6] drm/i915: Give meaningful names to all the planes

[PATCH] drm/i915: Reset dpll_hw_state when selecting a new pll on hsw
 2015-11-12 18:35 UTC  (17+ messages)

[PATCH i-g-t] igt/pm_rps: current freq < user specified min is no longer a fail
 2015-11-12 18:17 UTC  (3+ messages)

[PATCH v3 00/13] drm/i915: Redesign dmc firmware loading
 2015-11-12 15:37 UTC  (6+ messages)
` [PATCH v3 03/13] drm/i915/gen9: move assert_csr_loaded into intel_rpm.c

[PATCH v3 09/13] drm/i915/gen9: extract parse_csr_fw
 2015-11-12 15:11 UTC  (2+ messages)
` [PATCH v4 "

[PATCH v3 04/13] drm/i915/gen9: Remove csr.state, csr_lock and related code
 2015-11-12 15:10 UTC  (2+ messages)
` [PATCH v4 "

[V2 PATCH 1/2] dp/mst: add SDP stream support
 2015-11-12 14:40 UTC  (2+ messages)

[PATCH 1/3] drm/i915: fix indentation on skl stepping info
 2015-11-12 14:33 UTC  (5+ messages)
` [PATCH 3/3] drm/i915: refactor stepping info retrieval

[PATCH i-g-t 0/3] Unify slow/combinatorial test handling
 2015-11-12 11:00 UTC  (5+ messages)
` [PATCH i-g-t 0/3 v3] "
  ` [PATCH i-g-t 2/3 v3] Unify handling of slow/combinatorial tests

[PATCH 5/5] drm/i915/skl: implement DP Aux Mutex framework
 2015-11-12 10:16 UTC  (3+ messages)
` [PATCH] drm/i915/skl: Implement "

[PATCH 0/7] drm/i915: Reordered AUX patches from type safety series
 2015-11-12  9:37 UTC  (4+ messages)
` [PATCH 2/7] drm/i915: Replace the aux ddc name switch statement with kasprintf()


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