Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-15 11:59:43 to 2015-12-16 17:30:22 UTC [more...]

[PATCH] drm/i915: Allow userspace to request no-error-capture upon GPU hangs
 2015-12-16 17:30 UTC  (5+ messages)

[PATCH v4 00/10] drm/i915: improve the RPM device suspended assert
 2015-12-16 17:26 UTC  (36+ messages)
` [PATCH 01/10] drm/i915: clarify comment about mandatory RPM put/get during driver load/unload
` [PATCH 02/10] drm/i915: disable power well support on platforms without runtime PM support
` [PATCH 03/10] drm/i915: refactor RPM disabling due to RC6 being disabled
` [PATCH 04/10] drm/i915: remove HAS_RUNTIME_PM check from RPM get/put/assert helpers
  ` [PATCH 4.1/10] drm/i915: get a permanent RPM reference on platforms w/o RPM support
    ` [PATCH v2 "
` [PATCH 05/10] drm/i915: add assert_rpm_wakelock_held helper
` [PATCH 06/10] drm/i915: use assert_rpm_wakelock_held instead of opencoding it
` [PATCH 07/10] drm/i915: add support for checking if we hold an RPM reference
  ` [PATCH v5 "
` [PATCH 08/10] drm/i915: check that we hold an RPM wakelock ref before we put it
` [PATCH 09/10] drm/i915: add support for checking RPM atomic sections
` [PATCH 10/10] drm/i915: check that we are in an RPM atomic section in GGTT PTE updaters

[PATCH 00/10] drm/i915: Fixes from my attempt at running igt on gen2
 2015-12-16 17:22 UTC  (23+ messages)
` [PATCH 03/10] drm/i915: Write out crc frame counts in hex
` [PATCH 04/10] drm/i915: Wait for pipe to start before sampling vblank timestamps on gen2
` [PATCH 05/10] drm/i915: Use drm_vblank_count() on gen2 for crc frame count
` [PATCH 06/10] drm/i915: Enable vblank_disable_immediate on gen2
` [PATCH 07/10] drm/i915: Allow 27 bytes child_dev for VBT <109
` [PATCH 08/10] drm/i915: Expect child dev size of 22 bytes for VBT < 106
` [PATCH 09/10] drm/i915: Reject < 8 byte batches on 830/845

[PATCH 1/2] drm/i915: Apply broader WaRsDisableCoarsePowerGating for guc also
 2015-12-16 17:18 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Enable coarse power gating only if rc6 is enabled

[PATCH] drm/docs: more leftovers from the big vtable documentation pile
 2015-12-16 17:18 UTC 

[PATCH 01/11] drm/i915: Introduce drm_i915_gem_request_node for request tracking
 2015-12-16 17:16 UTC  (3+ messages)
` [PATCH 02/11] drm/i915: Refactor activity tracking for requests

[PATCH] drm/i915: Fix AVI/HDMI/SPD infoframes on HSW+
 2015-12-16 17:14 UTC  (4+ messages)

[PATCH 1/4] drm/i915: move drmP.h include to i915_drv.h
 2015-12-16 16:10 UTC  (9+ messages)
` [PATCH 2/4] drm/i915/bios: fix format string of the VBT signature logging
` [PATCH 3/4] drm/i915/bios: prefer using dev_priv over dev pointer
` [PATCH 4/4] drm/i915/bios: reduce indent in parse_general_features

[PATCH v8 00/25] Color Management for DRM framework
 2015-12-16 16:06 UTC  (3+ messages)
` [PATCH v8 15/25] drm/i915: CHV: Pipe level degamma correction

[PATCH igt 1/9] lib: Always double check igt_require_hang_ring() on use
 2015-12-16 14:03 UTC  (7+ messages)
` [PATCH igt 3/9] igt/drv_hangman: Inject a true hang

[PATCH v3] drm/i915: Disable fast link training if DP config changes
 2015-12-16 13:53 UTC  (5+ messages)

[PATCH 1/2] tests/gem_eio: New ABI - no EIO even from wait_ioctl
 2015-12-16 13:48 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Call encoder hotplug for init and resume cases
 2015-12-16 13:46 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Add hot_plug hook for hdmi encoder

Slaughter the thundering i915_wait_request, v3?
 2015-12-16 12:53 UTC  (22+ messages)
` [PATCH 04/32] drm/i915: Hide the atomic_read(reset_counter) behind a helper
` [PATCH 05/32] drm/i915: Simplify checking of GPU reset_counter in display pageflips
` [PATCH 06/32] drm/i915: Tighten reset_counter for reset status
` [PATCH 07/32] drm/i915: Store the reset counter when constructing a request
` [PATCH 08/32] drm/i915: Simplify reset_counter handling during atomic modesetting
` [PATCH 09/32] drm/i915: Prevent leaking of -EIO from i915_wait_request()
` [PATCH 10/32] drm/i915: Suppress error message when GPU resets are disabled

[PATCH 0/4] cdclk fixes
 2015-12-16 12:48 UTC  (6+ messages)
` [PATCH 3/4] drm/i915: Do not acquire crtc state to check clock during modeset, v3

[PATCH] drm/i915: prefer for_each_intel_* macros for iteration
 2015-12-16 12:41 UTC  (3+ messages)

[PATCH v11 0/9] Support for creating/using Stolen memory backed objects
 2015-12-16 12:35 UTC  (6+ messages)
` [PATCH 9/9] drm/i915: Fail the execbuff using stolen objects as batchbuffers

[PATCH] drm/i915: Force clean compilation with -Werror
 2015-12-16 12:25 UTC  (3+ messages)

[PATCH 0/2] DPCD Backlight Control
 2015-12-16 12:07 UTC  (3+ messages)
` [PATCH 1/2] drm/dp: Add definition for Display Control DPCD Registers capability size
` [PATCH 2/2] drm/i915: Add Backlight Control using DPCD for eDP connectors (v4)

[PATCH i-g-t 1/7] Fix a bunch of printf types
 2015-12-16 11:11 UTC  (25+ messages)
` [PATCH i-g-t 2/7] tests/gem_mmap_gtt: Deal with tile sizes on gen2/3
` [PATCH i-g-t 4/7] tests/gem_mmap_gtt: Make the small-bo tiling tests work on old platforms
` [PATCH i-g-t 5/7] lib/debugfs: Read the crc frame counter as hex
` [PATCH i-g-t 6/7] tests/kms_flip: Increase TEST_TS_CONT max seq difference to 150

[PATCH 1/6] drm/i915: Get runtime pm ref on i915_drop_caches_set
 2015-12-16 11:03 UTC  (5+ messages)

[RFC 0/7] start hiding away vbt structure from the driver
 2015-12-16 11:03 UTC  (10+ messages)
` [RFC 1/7] drm/i915: move drmP.h include to i915_drv.h
` [RFC 2/7] drm/i915: move VBT based TV presence check to intel_bios.c
` [RFC 3/7] drm/i915: move VBT based LVDS "
` [RFC 4/7] drm/i915: move VBT based eDP port "
` [RFC 5/7] drm/i915: move VBT based DSI presence "
` [RFC 6/7] drm/i915/panel: setup pwm backlight based on connector type
` [RFC 7/7] drm/i915/bios: hide away VBT specific things in a private bios header

[PATCH] drm/i915: edp resume/On time optimization
 2015-12-16 10:55 UTC  (4+ messages)

[Intel-gfx] [PATCH v4] drm/i915: Pin the ifbdev for the info->system_base GGTT mmapping
 2015-12-16 10:52 UTC  (4+ messages)
` [PATCH v5] "

[PATCH 00/11] drm/i915: VBT/opregion refactor to support >6 KB VBT
 2015-12-16  9:37 UTC  (6+ messages)
` [PATCH 11/11] drm/i915/opregion: handle VBT sizes bigger than 6 KB

[PATCH i-g-t v3] gem_flink_race/prime_self_import: Improve test reliability
 2015-12-16  9:21 UTC  (2+ messages)

[maintainer-tools PATCH] drm-intel: embed wavedrom engine and skin into the web page
 2015-12-16  9:08 UTC  (2+ messages)

[PATCH 1/1] drm/i915: Enable HAS_RUNTIME_PM for BXT
 2015-12-16  9:06 UTC  (2+ messages)

[PATCH] drm/i915: mdelay(10) considered harmful
 2015-12-16  8:53 UTC  (3+ messages)

[PATCH 1/7] drm/i915: Consolidate unclaimed mmio detection
 2015-12-16  7:26 UTC  (21+ messages)
` [PATCH 2/7] drm/i915: Introduce intel_uncore_unclaimed_mmio
` [PATCH 3/7] drm/i915: Detect and clear unclaimed access on resume
` [PATCH 4/7] drm/i915: Do one shot unclaimed mmio detection less frequently
` [PATCH 5/7] drm/i915: Streamline unclaimed reg debug trace
` [PATCH 6/7] drm/i915: Add unclaimed mmio check to runtime pm get/put
` [PATCH 7/7] drm/i915/chv: Add non claimed mmio checking
  ` [PATCH 7/7] drm/i915: Add non claimed mmio checking for vlv/chv

[PATCH] drm/i915: Add Backlight Control using DPCD for eDP connectors (v4) (fwd)
 2015-12-16  6:44 UTC 

[RFC libdrm] intel: Softpin support
 2015-12-16  3:29 UTC  (8+ messages)
` [RFC libdrm] intel: Add support for softpin
        ` [Intel-gfx] "

[PATCH 1/3] PM / Runtime: Introduce pm_runtime_get_noidle
 2015-12-16  3:11 UTC  (8+ messages)
` [Intel-gfx] [PATCH v2] "
    ` [PATCH] PM / runtime: Add new helper for conditional usage count incrementation

linux-next: manual merge of the drm-misc tree with Linus' tree
 2015-12-16  0:38 UTC 

[PATCH] drm/i915: Correct MI_STORE_DWORD_INDEX usage
 2015-12-16  0:22 UTC  (3+ messages)

[MIPI SEQ PARSING v3 00/13] Patches to support the version 3 of MIPI sequence in VBT
 2015-12-15 20:05 UTC  (5+ messages)
` [MIPI SEQ PARSING v3 08/13] drm/i915: Extend gpio read/write to other cores
` [MIPI SEQ PARSING v3 09/13] drm/i915: Added the generic gpio sequence support and gpio table

[PATCH] drm/i915: Add Backlight Control using DPCD for eDP connectors (v4)
 2015-12-15 19:24 UTC  (2+ messages)

[PATCH] drm/i915: Fix context/engine cleanup order
 2015-12-15 19:11 UTC  (4+ messages)

[PATCH 0/7] Wrap up ILK-style atomic watermarks (v2)
 2015-12-15 17:20 UTC  (3+ messages)
` [PATCH 1/7] drm/i915: Disable primary plane if we fail to reconstruct BIOS fb (v2)

[PATCH v2 1/3] drm/i915: Record the ringbuffer associated with the request
 2015-12-15 16:59 UTC  (6+ messages)
` [PATCH v2 2/3] drm/i915: Allow userspace to request no-error-capture upon GPU hangs

[PATCH v10 0/6] Support for creating/using Stolen memory backed objects
 2015-12-15 16:22 UTC  (6+ messages)
` [PATCH 5/6] drm/i915: Support for pread/pwrite from/to non shmem "

[PATCH] drm: Documentation style guide
 2015-12-15 16:09 UTC  (5+ messages)

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

[PATCH] drm/i915/guc: Move GuC wq_reserve_space to ring_reserve_space
 2015-12-15 15:45 UTC  (3+ messages)
` [PATCH v3] drm/i915/guc: Move GuC wq_check_space to alloc_request_extras

[PATCH libdrm] intel: Restore formatting of offsets in debug statements
 2015-12-15 15:28 UTC 

[PATCH 1/2] drm/i915: fix the SDE irq dmesg warnings properly
 2015-12-15 15:26 UTC  (4+ messages)

[PATCH 2/8] drm/i915: Use insert_page for pwrite_fast
 2015-12-15 15:10 UTC  (2+ messages)

[QA 2015-12-04 ww50] Testing report for `drm-intel-testing`
 2015-12-15 15:38 UTC 

[PATCH v12 0/8] Support for creating/using Stolen memory backed objects
 2015-12-15 12:03 UTC  (5+ messages)
` [PATCH 6/8] drm/i915: Add support for stealing purgable stolen pages
` [PATCH 7/8] drm/i915: Support for pread/pwrite from/to non shmem backed objects


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