public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-07-31 12:11:58 to 2015-08-05 08:05:52 UTC [more...]

[RFC 0/9] Convert requests to use struct fence
 2015-08-05  8:05 UTC  (13+ messages)
` [RFC 3/9] drm/i915: "
` [RFC 7/9] drm/i915: Interrupt driven fences

[PATCH 0/4] FBC frontbuffer tracking + MMAP_WC fixes
 2015-08-05  8:01 UTC  (7+ messages)
` [PATCH 1/4] drm/i915: fix FBC frontbuffer tracking flushing code
` [PATCH 4/4] drm/i915: special-case dirtyfb for frontbuffer tracking

[CABC PATCH v1 3/3][RFC] drm/i915: CABC support for backlight control
 2015-08-05  7:50 UTC  (4+ messages)
` [RFC CABC PATCH v2 3/3] "

[PATCH] tools/null_state/gen9: Send atleast one valid component in VF state
 2015-08-05  7:07 UTC  (6+ messages)
` [PATCH] drm/i915/gen9: Update null batch to follow VF state restriction

[PATCH 0/2] mmap on the dma-buf directly
 2015-08-05  7:08 UTC  (6+ messages)
` [PATCH 1/2] drm/i915: Use CPU mapping for userspace dma-buf mmap()
  ` [Intel-gfx] "
` [PATCH 2/2] drm: prime: Honour O_RDWR during prime-handle-to-fd

[PATCH 0/6] drm/i915: Fastboot for everyone!
 2015-08-05  6:18 UTC  (3+ messages)
` [PATCH 2/6] drm/atomic: pass old crtc state to atomic_begin/flush

[RFC 0/8] Introduce framework for forwarding generic non-OA performance
 2015-08-05  5:55 UTC  (9+ messages)
` [RFC 1/8] drm/i915: Add a new PMU for handling non-OA counter data profiling requests
` [RFC 2/8] drm/i915: Add mechanism for forwarding the timestamp data through perf
` [RFC 3/8] drm/i915: Handle event stop and destroy for GPU commands submitted
` [RFC 4/8] drm/i915: Insert commands for capturing timestamps in the ring
` [RFC 5/8] drm/i915: Add support for forwarding ring id in sample metadata through perf
` [RFC 6/8] drm/i915: Add support for forwarding pid in timestamp "
` [RFC 7/8] drm/i915: Add support for forwarding execbuffer tags in timestamp sample metadata
` [RFC 8/8] drm/i915: Support for retrieving MMIO register values alongwith timestamps through perf

[RFC 0/8] Introduce framework to forward multi context OA snapshots
 2015-08-05  5:52 UTC  (9+ messages)
` [RFC 1/8] drm/i915: Introduce global id for contexts
` [RFC 2/8] drm/i915: Introduce mode for capture of multi ctx OA reports synchronized with RCS
` [RFC 3/8] drm/i915: Add mechanism for forwarding CS based OA counter snapshots through perf
` [RFC 4/8] drm/i915: Forward periodic and CS based OA reports sorted acc to timestamps
` [RFC 5/8] drm/i915: Handle event stop and destroy for commands in flight
` [RFC 6/8] drm/i915: Insert commands for capture of OA counters in the ring
` [RFC 7/8] drm/i915: Add support for having pid output with OA report
` [RFC 8/8] drm/i915: Add support to add execbuffer tags to OA counter reports

[PATCH] drm/i915: fix stolen bios_reserved checks
 2015-08-04 21:30 UTC 

[PATCH v1 0/2] Add SKL Workarounds
 2015-08-04 21:06 UTC  (10+ messages)
` [PATCH v1 1/2] drm/i915:skl: Add WaEnableGapsTsvCreditFix
` [PATCH v1 2/2] drm/i915:gen9: Add disable gather at set shader w/a
  ` [PATCH v2 "

[PATCH igt] tests/gem_mmap_wc: SKIP if the Kernel is too old for the getparam flag
 2015-08-04 19:53 UTC 

[BXT DMC PATCHES 0/3] Extended dmc support for broxton
 2015-08-04 17:44 UTC  (5+ messages)
` [BXT DMC PATCHES 1/3] drm/i915/bxt: Path added of dmc firmware ver1 for BXT
` [BXT DMC PATCHES 2/3] drm/i915/bxt: Modified HAS_CSR, added support "
` [BXT DMC PATCHES 3/3] drm/i915/bxt: Stepping info added for bxt

[drm-intel:topic/kerneldoc 5/5] DockBook: Warning(include/drm/drm_modeset_lock.h:47): Incorrect use of kernel-doc format: * Contended lock: if a lock is contended you should only call
 2015-08-04 17:42 UTC 

i915 driver crashes on T540p if docking station attached
 2015-08-04 16:05 UTC  (12+ messages)
` [REGRESSION] "

[PATCH] drm/i915: Postpone plane readout until after encoder readout
 2015-08-04 15:37 UTC  (4+ messages)

[PATCH] drm/i915: Change SRM, LRM instructions to use correct length
 2015-08-04 15:22 UTC  (4+ messages)
` [PATCH v2] "

[DMC-REDESIGN-PATCHES 00/12] Redesign dmc firmware loading
 2015-08-04 15:20 UTC  (13+ messages)
` [DMC-REDESIGN-PATCHES 01/12] drm/i915: use correct power domain for csr loading
` [DMC-REDESIGN-PATCHES 02/12] drm/i915/gen9: csr_init after runtime pm enable
` [DMC-REDESIGN-PATCHES 03/12] drm/i915/bxt: release rpm reference if csr firmware failed to load
` [DMC-REDESIGN-PATCHES 04/12] drm/i915/gen9: move assert_csr_loaded into intel_rpm.c
` [DMC-REDESIGN-PATCHES 05/12] drm/i915/gen9: Remove csr.state, csr_lock and related code
` [DMC-REDESIGN-PATCHES 06/12] drm/i915/gen9: Align line continuations in intel_csr.c
` [DMC-REDESIGN-PATCHES 07/12] drm/i915/gen9: Simplify csr loading failure printing
` [DMC-REDESIGN-PATCHES 08/12] drm/i915/gen9: extract parse_csr_fw
` [DMC-REDESIGN-PATCHES 09/12] drm/i915/gen9: Don't try to load garbage dmc firmware on resume
` [DMC-REDESIGN-PATCHES 10/12] drm/i915/gen9: Use dev_priv in csr functions
` [DMC-REDESIGN-PATCHES 11/12] drm/i915: Use request_firmware and our own async work
` [DMC-REDESIGN-PATCHES 12/12] drm/i915/gen9: Use flush_work to synchronize with dmc loader

[PULL] topic/mst-fixes
 2015-08-04 15:13 UTC 

[PATCH 0/2] VBT and I_boost fixes
 2015-08-04 13:55 UTC  (3+ messages)
` [PATCH 1/2] drm/i915: Allow parsing of variable size child device entries from VBT
  ` [PATCH 1/2 v2] "

[SKL-DMC-BUGFIX 0/5] SKL PC10 entry fixes
 2015-08-04 13:14 UTC  (17+ messages)
` [SKL-DMC-BUGFIX 1/5] drm/i915/gen9: Removed byte swapping for csr firmware
` [SKL-DMC-BUGFIX 2/5] drm/i915/skl: Making DC6 entry is the last call in suspend flow
` [SKL-DMC-BUGFIX 3/5] drm/i915/skl: Do not disable cdclk PLL if csr firmware is present
` [SKL-DMC-BUGFIX 4/5] drm/i915/skl: Block disable call for pw1 if dmc "
` [SKL-DMC-BUGFIX 5/5] drm/i915/skl: Removed csr firmware load in resume path

4.0.8->4.1.3 : after resume from s2ram both internal and external display of a docked ThinkPad ate black
 2015-08-04 12:29 UTC  (5+ messages)

[PATCH] scripts/kernel-doc Allow struct arguments documentation in struct body
 2015-08-04 12:04 UTC  (10+ messages)
  ` [PATCH v2] "

[PATCH] drm/atomic: Fix bookkeeping with TEST_ONLY
 2015-08-04 11:34 UTC 

[PATCH 1/4] drm/atomic-helper: Add an atomice best_encoder callback
 2015-08-04  9:11 UTC  (9+ messages)
` [PATCH 2/4] drm/i915: Fixup dp mst encoder selection
` [PATCH 3/4] drm/dp-mst: Remove debug WARN_ON
` [PATCH 4/4] drm/atomic-helpers: Make encoder picking more robust
    ` [Intel-gfx] "

[PATCH i-g-t] benchmarks/Android.mk, tools/Android.mk: Fix android build error
 2015-08-04  8:56 UTC  (2+ messages)

[PATCH] drm/i915: disable_shared_pll doesn't work on pre-gen5
 2015-08-04  8:24 UTC  (2+ messages)

[PATCH] intel: Drop aub dumping functionality
 2015-08-04  8:17 UTC  (4+ messages)

drivers/gpu/drm/i915/intel_display.c:9717 intel_check_page_flip+0xb3/0xd2()
 2015-08-03 15:10 UTC  (3+ messages)

[PATCH i-g-t v3] Android.mk: Disable tools that do not build for android
 2015-08-03 14:53 UTC  (3+ messages)

[PATCH v2 0/8] NV12 90/270 rotated GGTT mapping
 2015-08-03 12:20 UTC  (7+ messages)
` [PATCH 1/4] drm/i915: Support planar formats in tile height calculations
` [PATCH 2/4] drm/i915: Support appending to the rotated pages mapping
` [PATCH 3/4] drm/i915: Support NV12 in rotated GGTT mapping
` [PATCH 4/4] drm/i915: Enable querying offset of UV plane with intel_plane_obj_offset

[PATCH v2] drm/i915: load driver even if debugfs fails
 2015-08-03 11:45 UTC  (4+ messages)

[PATCH] drm/i915: Allow DSI dual link to be configured on any pipe
 2015-08-03 10:15 UTC 

[PATCH v6 00/19] 48-bit PPGTT
 2015-08-03  9:51 UTC  (2+ messages)

[PATCH] libdrm: Add framebuffer modifiers uapi
 2015-08-03  9:48 UTC 

[PATCH] drm/i915/vlv: Add RPS debugfs disabling for vlv/chv
 2015-08-03  9:31 UTC 

[PATCH v6 10/19] drm/i915/gen8: Add 4 level support in insert_entries and clear_range
 2015-08-03  9:23 UTC  (3+ messages)
` [PATCH v9 "

[PATCH v7 06/19] drm/i915/gen8: Add PML4 structure
 2015-08-03  9:20 UTC  (6+ messages)
` [PATCH v8 "
  ` [PATCH v9 "

[PATCH v6 09/19] drm/i915/gen8: Pass sg_iter through pte inserts
 2015-08-03  8:52 UTC  (2+ messages)
` [PATCH v9 "

[PATCH v2 00/12] DPMS updates and atomic state checking
 2015-08-03  8:10 UTC  (4+ messages)
` [PATCH v2 02/12] drm/i915: Update atomic state when removing mst connector
    ` [PATCH v2.1 2.7/12] drm/i915: Update atomic state when removing mst connector, v2

linux-next: manual merge of the drm-misc tree with Linus' tree
 2015-08-03  2:11 UTC 

Help needed for unusual hack
 2015-08-02 21:27 UTC  (5+ messages)

[PATCH v3 0/5] drm: Add decoding for DRM/KMS and i915 ioctls
 2015-08-02 14:03 UTC  (8+ messages)
` [PATCH v3 1/5] drm: Add config for detecting libdrm

[4.2-rc4] acpi|drm|i915: circular locking dependency: acpi_video_get_backlight_type
 2015-08-01 12:23 UTC  (2+ messages)

[PATCH 0/5] igt: adding parameter to drm_open_any and drm_open_any_master to allow specification of non-intel GPUs
 2015-08-01  9:31 UTC  (7+ messages)
` [PATCH 1/5] lib: adding drm_open_driver() interface
` [PATCH 2/5] convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocci
` [PATCH 3/5] lib: remove support for deprecated drm_open_any*() calls
` [PATCH 4/5] lib/tests: make kmstest_get_pipe_from_crtc_id and igt_enable_connectors generic to prepare for platform agnostic tests
` [PATCH 5/5] tests: make drm_read platform agnostic

[PULL] drm-intel-fixes
 2015-08-01  5:00 UTC  (3+ messages)

[PATCH 00/17] i915_gem_gtt.c polish
 2015-07-31 17:38 UTC  (11+ messages)
` [PATCH 08/17] drm/i915: Don't look at pg_dirty_rings for aliasing ppgtt

[PATCH v7 18/19] drm/i915/gen8: Flip the 48b switch
 2015-07-31 17:21 UTC  (5+ messages)
` [PATCH v8 "

[QA 2015/07/17 ww30] Testing report for `drm-intel-testing`
 2015-07-31 16:42 UTC  (2+ messages)

[PATCH v5 0/4] Support for creating/using Stolen memory backed objects
 2015-07-31 16:34 UTC  (11+ messages)
` [PATCH 3/4] drm/i915: Add support for stealing purgable stolen pages
` [PATCH 4/4] drm/i915: Support for pread/pwrite from/to non shmem backed objects

[PATCH 0/4] Fix SKL runtime PM
 2015-07-31 15:19 UTC  (4+ messages)
` [PATCH 2/4] drm/i915: Extract a intel_power_well_disable() function

interference on display, Intel 945GM, 32bit system, kernel next
 2015-07-31 14:54 UTC  (12+ messages)

[PATCH] drm/atomic: Paper over locking WARN in default_state_clear
 2015-07-31 13:41 UTC  (3+ messages)

[PATCH v3 00/11] Check pixel clock when setting mode
 2015-07-31 12:14 UTC  (9+ messages)
` [PATCH v3 04/11] drm/i915: LVDS pixel clock check
` [PATCH v3 05/11] drm/i915: SDVO "
` [PATCH v3 06/11] drm/i915: DSI "
` [PATCH v3 07/11] drm/i915: CRT "
` [PATCH v3 08/11] drm/i915: TV "
` [PATCH v3 09/11] drm/i915: DisplayPort-MST "
` [PATCH v3 10/11] drm/i915: DVO "
` [PATCH v3 11/11] drm/i915: Max DOT clock frequency to debugfs


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