public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-01-17 10:14:55 to 2015-01-21 11:24:18 UTC [more...]

[PATCH v3 0/10] eDP DRRS based on frontbuffer tracking
 2015-01-21 11:19 UTC  (16+ messages)
` [PATCH 2/10] drm/i915: Initialize DRRS delayed work
` [PATCH 3/10] drm/i915: Enable/disable DRRS
` [PATCH 5/10] drm/i915/bdw: Add support for DRRS to switch RR
` [PATCH 8/10] Documentation/drm: DocBook integration for DRRS
` [PATCH 10/10] kms_drrs: Test DRRS entry and exit

[PATCH 1/2] drm/i915: Detect page faults during hangcheck
 2015-01-21 11:21 UTC  (13+ messages)
` [PATCH 2/2] drm/i915: Reorder hw init to avoid executing with invalid context/mm state

[RFC v3 0/4] Crystal Cove PMIC based Panel and Backlight Control
 2015-01-21 11:18 UTC  (5+ messages)
` [RFC v3 1/4] drm: Add support to find drm_panel by name
` [RFC v3 2/4] mfd: Add a new cell device for panel controlled by crystal cove pmic
` [RFC v3 3/4] drm/i915: Add new panel driver based on "
` [RFC v3 4/4] drm/i915: Enable DSI panel enable/disable based on PMIC

[PATCH] drm/i915: Actually make per-fd contexts useful
 2015-01-21 11:15 UTC  (2+ messages)

[PATCH 00/13] i915 nuclear pageflip
 2015-01-21 10:09 UTC  (18+ messages)
` [PATCH 01/13] squash! drm/i915: Improve how the memory for crtc state is allocated
` [PATCH 02/13] drm/i915: Move rotation from intel_plane to intel_plane_state
` [PATCH 03/13] drm/i915: Consolidate plane handler vtables
` [PATCH 04/13] drm/plane-helper: Add transitional helper for .set_plane()
` [PATCH 05/13] drm/plane-helper: Fix transitional helper kerneldocs
` [PATCH 06/13] drm/i915: Add .atomic_{get, set}_property() entrypoints to planes
` [PATCH 07/13] drm/i915: Replace intel_set_property() with transitional helper
` [PATCH 08/13] drm/i915: Add main atomic entrypoints
` [PATCH 09/13] drm/i915: Setup dummy atomic state for connectors
` [PATCH 10/13] drm/i915: Set connector state destruction handler
` [PATCH 11/13] drm/i915: Add atomic_get_property entrypoint for connectors
` [PATCH 12/13] drm/i915: Add crtc state duplication/destruction functions
` [PATCH 13/13] drm/i915: Add i915.nuclear kernel command line param to force atomic

[PATCH] drm/i915: Init PPGTT before context enable
 2015-01-21  9:51 UTC  (3+ messages)

[PATCH] drm/i915/skl: Enabling PSR on Skylake
 2015-01-21  9:42 UTC  (10+ messages)

[PATCH] drm/i915: Performed deferred clflush inside set-cache-level
 2015-01-21  9:31 UTC  (4+ messages)

[PATCH 1/2] intel: Use I915_EXEC_HANDLE_LUT when available
 2015-01-21  9:24 UTC  (15+ messages)
` [PATCH 2/2] intel: Use I915_EXEC_NO_RELOC "

proposal for DVFS (Dynamic Voltage Frequency Scaling)
 2015-01-21  9:10 UTC  (5+ messages)

[PATCH 1/4] drm: Add standardized boolean props
 2015-01-21  8:32 UTC  (6+ messages)
` [PATCH 2/4] drm/atomic: Add drm_crtc_state->active
` [PATCH 3/4] drm/atomic-helper: add connector->dpms() implementation
` [PATCH 4/4] drm/atomic-helpers: Recover full cursor plane behaviour
` [PATCH] drm: Add standardized boolean props

[PATCH 1/2] drm/i915: Balance context pinning on reset cleanup
 2015-01-21  8:31 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Rename unpin_count to pin_count

[PATCH 1/2] drm/probe-helper: don't lose hotplug event
 2015-01-21  7:45 UTC  (2+ messages)
` [PATCH 2/2] drm/probe-helper: clamp unknown connector status in the poll work

[PATCH] drm/i915: Fix and clean BDW PCH identification
 2015-01-21  3:08 UTC  (2+ messages)

[PATCH i-g-t 0/3] tests: Add tests for new exec flags to export two bsd rings
 2015-01-21  2:23 UTC  (8+ messages)
` [PATCH 2/3] tests/gem_exec_params: check the invalid flags for dual bsd ring
` [PATCH 3/3] test/gem_dummy_reloc_loop: add tests "

[PATCH 1/2] drm/i915: Specify bsd rings through exec flag
 2015-01-20 21:53 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: add I915_PARAM_HAS_BSD2 to i915_getparam

[PATCH] drm/i915: Don't WARN on BDW when PCH is propperly identified
 2015-01-20 18:17 UTC  (3+ messages)

[PATCH i-g-t 0/3] IGT support for nuclear pageflip
 2015-01-20 18:17 UTC  (5+ messages)
` [PATCH i-g-t 1/3] lib/kms: Let display commits wait for keypress while debugging
` [PATCH i-g-t 2/3] lib/kms: Add nuclear pageflip commit style
` [PATCH i-g-t 3/3] tests: Introduce kms_nuclear

[PATCH] drm/i915: cleanup lrc engine state when lrc is freed
 2015-01-20 16:04 UTC  (4+ messages)

[PATCH 1/2] drm/i915: Remove unused head member in request struct
 2015-01-20 15:53 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Remove unneeded check on execlist ringbuf alloc

[PATCH 0/6] i915 atomic properties
 2015-01-20 15:36 UTC  (9+ messages)
` [PATCH 1/6] drm/i915: Move rotation from intel_plane to intel_plane_state
` [PATCH 3/6] drm/plane-helper: Add transitional helper for .set_plane()
` [PATCH 4/6] drm/plane-helper: Fix transitional helper kerneldocs

[PATCH 0/9] Skylake primary plane read-out v2
 2015-01-20 12:51 UTC  (10+ messages)
` [PATCH 1/9] drm/i915: Change plane_config to store a tiling_mode
` [PATCH 2/9] drm/i915: Use a common function for computing the fb height alignment
` [PATCH 3/9] drm/i915: Unclutter the get_plane() functions
` [PATCH 4/9] drm/i915: Don't use crtc->plane in ILK+ get_config()
` [PATCH 5/9] drm/i915: Use pipe_name() in the get_plane_config() functions
` [PATCH 6/9] drm/i915: Make intel_format_to_fourcc() static
` [PATCH 7/9] drm/i915/skl: intel_format_to_fourcc() doesn't work for SKL planes
` [PATCH 8/9] drm/i915/skl: Provide a Skylake version of get_plane_config()
` [PATCH 9/9] drm/i915: Rename plane_config to initial_plane_config

[PATCH 0/3] SKL turbo part 1 v2
 2015-01-20 12:23 UTC  (4+ messages)
` [PATCH 1/3] drm/i915/skl: add turbo support
` [PATCH 2/3] drm/i915/skl: Retrieve the frequency limits
` [PATCH 3/3] drm/i915/skl: Gen9 coarse power gating

[PATCH 0/4] SKL turbo part 1
 2015-01-20 11:45 UTC  (11+ messages)
` [PATCH 1/4] drm/i915/skl: add turbo support
` [PATCH 2/4] drm/i915/skl: Retrieve the frequency limits
` [PATCH 3/4] drm/i915/skl: Gen9 coarse power gating
` [PATCH 4/4] drm/i915/skl: Updated the RC6/Forcewake related debugfs interface for Gen9

[PATCH 0/9] Skylake primary plane read-out v2
 2015-01-20 11:25 UTC  (12+ messages)
` [PATCH 1/9] drm/i915: Change plane_config to store a tiling_mode
` [PATCH 2/9] drm/i915: Use a common function for computing the fb height alignment
` [PATCH 3/9] drm/i915: Unclutter the get_plane() functions
` [PATCH 4/9] drm/i915: Don't use crtc->plane in ILK+ get_config()
` [PATCH 5/9] drm/i915: Use pipe_name() in the get_plane_config() functions
` [PATCH 6/9] drm/i915: Make intel_format_to_fourcc() static
` [PATCH 7/9] drm/i915/skl: intel_format_to_fourcc() doesn't work for SKL planes
` [PATCH 8/9] drm/i915/skl: Provide a Skylake version of get_plane_config()
` [PATCH 9/9] drm/i915: Rename plane_config to initial_plane_config

[PATCH 0/8] Skylake primary plane read-out
 2015-01-20 11:09 UTC  (6+ messages)
` [PATCH 8/8] drm/i915/skl: Provide a Skylake version of get_plane_config()
        ` [PATCH 8/8 v4] "

[PATCH] drm/i915: BDW Fix Halo PCI IDs marked as ULT
 2015-01-20 10:36 UTC  (3+ messages)

[PATCH i-g-t 01/15] tests/kms_psr_sink_crc: Make blt visible to human eyes
 2015-01-20 10:36 UTC  (3+ messages)
` [PATCH i-g-t 06/15] lib: s/IGT_DEBUG_INTERACTIVE/--interactive-debug=var

[PATCH 0/2] Power well support for SKL
 2015-01-20 10:11 UTC  (3+ messages)
` [PATCH 1/2] drm/i915/skl: Adding power domains for AUX controllers

[PATCH 1/9] drm/i915: Rebalance runtime pm vs forcewake
 2015-01-20 10:09 UTC  (5+ messages)
` [PATCH 7/9] drm/i915: Rename the forcewake get/put functions
` [PATCH 9/9] drm/i915: Rename i915_gen6_forcewake_count_info

[PATCH] drm/i915: Initialize primary plane src/dst coords when reading hw state
 2015-01-20  9:56 UTC  (8+ messages)
` [PATCH v2] "

[PATCH 0/4] drm/i915: Untangle execlist tracking
 2015-01-20  9:41 UTC  (3+ messages)

[PATCH 0/7] Make drm_crtc->state match pipe_config
 2015-01-20  9:37 UTC  (4+ messages)
` [PATCH 6/7] drm/i915: Improve how the memory for crtc state is allocated

[PATCH] drm/i915: Initialize primary plane src/dst coords when reading hw state
 2015-01-20  9:35 UTC  (3+ messages)
` [PATCH i-g-t] kms_plane: Add test that suspends/resumes before getting crc

[PATCH 0/7] drm/i915: CHV RC6/turbo fixes and improvements
 2015-01-20  9:30 UTC  (25+ messages)
` [PATCH 1/7] drm/i915: Disable RC6 before configuring in on VLV/CHV
` [PATCH 2/7] drm/i915: Change VLV GEN6_RP_DOWN_TIMEOUT value to decimal
` [PATCH 3/7] drm/i915: Configure GEN6_RP_DOWN_TIMEOUT on CHV
` [PATCH 4/7] Revert "Revert "drm/i915/chv: Use timeout mode for RC6 on chv""
` [PATCH 5/7] drm/i915: Drop VLV checks from rc6p and rc6pp sysfs files
` [PATCH 6/7] drm/i915: Rename 'reg' to 'clk_reg' to unconfuse it from the other 'reg'
` [PATCH 7/7] drm/i915: Add media rc6 residency file to sysfs

[PATCH 3/4] drm/i915: New offset for reading frequencies on CHV
 2015-01-20  9:06 UTC  (6+ messages)
` [PATCH v2 0/3] Use new turbo offset for chv production system
  ` [PATCH v2 1/3] drm/i915/chv: Populate total EU count on Cherryview

Logged messages from i915 using kernel 3.19-rc4
 2015-01-20  8:36 UTC  (2+ messages)

[BUG, bisect] drm/i915: mouse pointer lags and overshoots
 2015-01-20  5:48 UTC  (9+ messages)
        ` [Intel-gfx] "

[PATCH i-g-t] tests/prime_self_import: further fix object counts
 2015-01-19 16:34 UTC 

[PATCH 5/9] drm/i915: Consolidate forcewake code
 2015-01-19 14:20 UTC  (2+ messages)

Question regarding forcewake in i915
 2015-01-19 13:31 UTC  (7+ messages)
      ` Debugging registers (INSTPS, CSCMDOP, CSCMDVLD, ...)

[PATCH v2 3/3] drm/i915: New offset for reading frequencies on CHV
 2015-01-19  9:47 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] drm/i915: Don't cleanup plane state in intel_plane_destroy()
 2015-01-19  9:05 UTC  (3+ messages)

Lenovo X60 with i945: Setting resolution in GRUB to 1024×768
 2015-01-18 23:46 UTC  (4+ messages)

dmesg warnings by commit 51e31d49c89055299e34b8f44d13f70e19aaaad1
 2015-01-18 12:34 UTC 

Short, flickering horizontal lines in GTK apps
 2015-01-17 17:17 UTC 

[PATCH 2/2] drm/i915/skl: Implementation of SKL display power well support
 2015-01-17 10:08 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