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

[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 maintainer-tools] dim: Remove git commit --amend from dim_apply
 2015-11-13 12:42 UTC  (5+ messages)

[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

[PATCH 0/4] PSR Critical fixes
 2015-11-13  9:09 UTC  (9+ 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

[PATCH v3 0/7] drm/i915: improve the RPM device suspended assert
 2015-11-13  8:52 UTC  (20+ 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 v3 6/7] drm/i915: add support for checking RPM atomic sections
` [PATCH v3 7/7] drm/i915: check that we are in an RPM atomic section in GGTT PTE updaters

[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  (15+ messages)
` [PATCH v4] drm/i915: Set brightness maximum to a fixed value 100
` [PATCH v5] drm/i915: Set backlight class max to 100 and respect the VBT minimum again
` [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 1/4] drm/i915: Dump in-flight plane state while dumping in-flight CRTC state
 2015-11-13  0:31 UTC  (4+ 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 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  (11+ messages)
` [PATCH 1/5] drm/i915: Allow 1 vblank to let Sink CRC calculation to start or stop
` [PATCH 2/5] drm/i915: Make Sink crc calculation waiting for counter to reset
` [PATCH 3/5] drm/i915: Stop tracking last calculated Sink CRC
` [PATCH 4/5] drm/i915: Rely on TEST_SINK_START instead of tracking Sink CRC state on dev_priv
` [PATCH 5/5] drm/i915/skl: implement DP Aux Mutex framework
  ` [PATCH] drm/i915/skl: Implement "

[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  (18+ messages)
                          ` [PATCH] drm/i915: Clear DDI pll selection in intel_crtc_compute_config()

[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] drm/i915/bxt: Broxton doesn't use gen9 scaling for rps frequencies
 2015-11-12 18:14 UTC  (5+ messages)

Warnings on boot resume on Dell XPS 13 (Skylake)
 2015-11-12 16:58 UTC 

[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 v2 00/12] Skylake DMC/DC-state fixes and redesign
 2015-11-12 13:52 UTC  (27+ messages)
` [PATCH 01/12] drm/i915: Don't trust CSR program memory contents
` [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 00/31] IPS/DRRS/PSR rework with PSR enabled by default
 2015-11-12 11:24 UTC  (5+ messages)
` [PATCH 06/31] drm/i915: Fix IPS disable sequence

[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 0/7] drm/i915: Reordered AUX patches from type safety series
 2015-11-12  9:37 UTC  (10+ messages)
` [PATCH 1/7] drm/i915: Replace aux_ch_ctl_reg check with port check
` [PATCH 2/7] drm/i915: Replace the aux ddc name switch statement with kasprintf()
` [PATCH 3/7] drm/i915: Parametrize AUX registers
` [PATCH 4/7] drm/i915: Remove the magic AUX_CTL is at DP + foo tricks
` [PATCH 5/7] drm/i915: Store aux data reg offsets in intel_dp->aux_ch_data_reg[]
` [PATCH 6/7] drm/i915: Add dev_priv->psr_mmio_base
` [PATCH 7/7] drm/i915: Model PSR AUX register selection more like the normal AUX code

[PATCH] drm/i915/guc: Fix a fw content lost issue after it is evicted
 2015-11-11 19:01 UTC  (4+ messages)
` [PATCH v1] "

[PATCH i-g-t] lib/kms: Pass fb_id=0 to setcrtc in kmstest_unset_all_crtcs()
 2015-11-11 18:51 UTC 

[PATCH i-g-t 1/4] tests/kms_flip: Use human readable pipe and connector names
 2015-11-11 18:50 UTC  (8+ messages)
` [PATCH i-g-t 2/4] tests/kms_flip: Disable all pipes before each test
  ` [PATCH i-g-t v2 "
` [PATCH i-g-t 3/4] tests/kms_flip: Modeset pipes in reverse order
` [PATCH i-g-t 4/4] tests/kms_flip: Add a note that the test was skipped when modeset fails

[PATCH 1/2] drm/i915: Don't clobber the addfb2 ioctl params
 2015-11-11 17:36 UTC  (6+ messages)
` [PATCH 2/2] drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()
` [PATCH i-g-t] tests/kms_addfb_basic: Add clobbered-modifier subtest

[PATCH] drm/i915: fix handling of the disable_power_well module option
 2015-11-11 17:03 UTC 

[RFC i-g-t] tests/gem_reset_stats.c: prepare for per engine resets
 2015-11-11 16:46 UTC 

[PATCH] drm/i915: Clean up LVDS register handling harder
 2015-11-11 15:54 UTC  (2+ messages)

[PATCH 00/13] Yet another FBC series, v3 part 1
 2015-11-11 15:36 UTC  (9+ messages)
` [PATCH 10/13] drm/i915: fix the CFB size check

[PATCH i-g-t] tests/gem_buffered_svm_test: New tests for buffered SVM feature
 2015-11-11 15:10 UTC  (2+ messages)

[PATCH i-g-t v4] tests/gem_exec_nop: Improved test run time
 2015-11-11 14:46 UTC 

[PATCH i-g-t v3] tests/gem_exec_nop: Improved test run time
 2015-11-11 13:42 UTC  (2+ messages)

[PATCH v9 0/6] Support for creating/using Stolen memory backed objects
 2015-11-11 12:12 UTC  (7+ messages)
` [PATCH 1/6] drm/i915: Clearing buffer objects via CPU/GTT
` [PATCH 2/6] drm/i915: Support for creating Stolen memory backed objects
` [PATCH 3/6] drm/i915: Propagating correct error codes to the userspace

[PATCH 0/3] drm/i915: Module unload fixes
 2015-11-11 11:46 UTC  (6+ messages)
` [PATCH 3/3] drm/i915: Move the fbdev async_schedule() into intel_fbdev.c

[PULL] topic/drm-fixes
 2015-11-11 11:41 UTC 


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