intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-14 09:39:07 to 2016-09-16 10:20:07 UTC [more...]

[PATCH] DRM: i915: Fix random GPU hang, Bug 156851
 2016-09-16 10:20 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm: fix implicit declaration build error on ia64
 2016-09-16 10:06 UTC 

[PATCH v2 2/2] drm/i915: Try to print INSTDONE bits for all slice/subslice
 2016-09-16  9:56 UTC  (4+ messages)
  ` [PATCH v2 1/2] drm/i915: Cleanup instdone collection

[drm-intel:for-linux-next 6/12] htmldocs: drivers/gpu/drm/drm_dp_helper.c:523: warning: No description found for parameter 'id[6]'
 2016-09-16  9:31 UTC  (3+ messages)

[PATCH 0/5] Remaining patches for upfront link training on DDI platforms
 2016-09-16  9:29 UTC  (21+ messages)
` [PATCH v5 1/5] drm/i915: Fallback to lower link rate and lane count during link training
` [PATCH v2 3/5] drm/i915: Change the placement of some static functions in intel_dp.c
` [PATCH v3 5/5] drm/i915/dp/mst: Add support for upfront link training for DP MST
` [PATCH 0/6] Remaining patches for upfront link training on DDI platforms
  ` [PATCH v6 1/6] drm/i915: Fallback to lower link rate and lane count during link training
  ` [PATCH v3 2/6] drm/i915: Remove the link rate and lane count loop in compute config
  ` [PATCH v3 3/6] drm/i915: Change the placement of some static functions in intel_dp.c
  ` [PATCH 4/6] drm/i915: Code cleanup to use dev_priv and INTEL_GEN
  ` [PATCH v17 5/6] drm/i915/dp: Enable Upfront link training on DDI platforms
  ` [PATCH v3 6/6] drm/i915/dp/mst: Add support for upfront link training for DP MST
  ` ✓ Fi.CI.BAT: success for series starting with [v6,1/6] drm/i915: Fallback to lower link rate and lane count during link training

[PATCH i-g-t v5 00/13] Implement sw_sync test
 2016-09-16  8:21 UTC  (23+ messages)
` [PATCH i-g-t v5 01/13] lib/sw_sync: Add helper functions for managing synchronization primitives
` [PATCH i-g-t v5 02/13] tests/sw_sync: Add sw_sync test
` [PATCH i-g-t v5 03/13] tests/sw_sync: Add subtest test_alloc_fence
` [PATCH i-g-t v5 04/13] tests/sw_sync: Add subtest test_alloc_fence_invalid_timeline
` [PATCH i-g-t v5 05/13] tests/sw_sync: Add subtest test_alloc_merge_fence
` [PATCH i-g-t v5 06/13] tests/sw_sync: Add subtest test_sync_wait
` [PATCH i-g-t v5 07/13] tests/sw_sync: Add subtest test_sync_merge
` [PATCH i-g-t v5 08/13] tests/sw_sync: Add subtest test_sync_merge_same
` [PATCH i-g-t v5 09/13] tests/sw_sync: Add subtest test_sync_multi_consumer
` [PATCH i-g-t v5 10/13] tests/sw_sync: Add subtest test_sync_multi_consumer_producer
` [PATCH i-g-t v5 11/13] tests/sw_sync: Add subtest test_sync_random_merge
` [PATCH i-g-t v5 12/13] tests/sw_sync: Add subtest test_sync_multi_timeline_wait
` [PATCH i-g-t v5 13/13] tests/sw_sync: Add subtest test_sync_multi_producer_single_consumer

[PATCH v3 0/9] New DDB Algo and WM fixes
 2016-09-16  8:02 UTC  (3+ messages)
` [PATCH v3 4/9] drm/i915: Decode system memory bandwidth

[PATCH 1/6] drm/i915: make intel_dp_compute_bpp static
 2016-09-16  7:45 UTC  (11+ messages)
` [PATCH 2/6] drm/i915: do not use 'false' as a NULL pointer
` [PATCH 3/6] drm/i915: keep declarations in i915_drv.h
` [PATCH 4/6] drm/i915: use NULL for NULL pointers
` [PATCH 5/6] drm/i915: workaround sparse warning on variable length arrays
` [PATCH 6/6] drm/i915: silence io mapping/unmapping sparse warnings on different address spaces
` ✗ Fi.CI.BAT: warning for series starting with [1/6] drm/i915: make intel_dp_compute_bpp static

4.8-rc1: it is now common that machine needs re-run of xrandr after resume
 2016-09-16  6:57 UTC  (13+ messages)
  ` [Intel-gfx] "

[PATCH v3 5/5] drm/i915: squash lines for simple wrapper functions
 2016-09-16  6:36 UTC  (3+ messages)
` [Intel-gfx] "

linux-next: manual merge of the drm-intel tree with Linus' tree
 2016-09-16  0:38 UTC 

[PATCH i-g-t v4 00/13] Implement sw_sync test
 2016-09-15 19:36 UTC  (18+ messages)
` [PATCH i-g-t v4 01/13] lib/sw_sync: Add helper functions for managing synchronization primitives
` [PATCH i-g-t v4 02/13] tests/sw_sync: Add sw_sync test
` [PATCH i-g-t v4 03/13] tests/sw_sync: Add subtest test_alloc_fence
` [PATCH i-g-t v4 04/13] tests/sw_sync: Add subtest test_alloc_fence_invalid_timeline
` [PATCH i-g-t v4 05/13] tests/sw_sync: Add subtest test_alloc_merge_fence
` [PATCH i-g-t v4 06/13] tests/sw_sync: Add subtest test_sync_wait
` [PATCH i-g-t v4 07/13] tests/sw_sync: Add subtest test_sync_merge
` [PATCH i-g-t v4 08/13] tests/sw_sync: Add subtest test_sync_merge_same
` [PATCH i-g-t v4 09/13] tests/sw_sync: Add subtest test_sync_multi_consumer
` [PATCH i-g-t v4 10/13] tests/sw_sync: Add subtest test_sync_multi_consumer_producer
` [PATCH i-g-t v4 11/13] tests/sw_sync: Add subtest test_sync_random_merge
` [PATCH i-g-t v4 12/13] tests/sw_sync: Add subtest test_sync_multi_timeline_wait
` [PATCH i-g-t v4 13/13] tests/sw_sync: Add subtest test_sync_multi_producer_single_consumer

[PATCH v6 0/5] Prep. for DP audio MST support
 2016-09-15 14:44 UTC  (9+ messages)
` [PATCH v6 1/5] drm/i915: Standardize port type for DVO encoders
` [PATCH v6 2/5] drm/i915: Store port enum in intel_encoder
` [PATCH v6 3/5] drm/i915: Switch to using port stored "
` [PATCH v6 4/5] drm/i915: Move audio_connector to intel_encoder
` [PATCH v6 5/5] drm/i915: start adding dp mst audio
` ✗ Fi.CI.BAT: failure for Prep. for DP audio MST support (rev10)

[drm-intel:for-linux-next 12/12] drivers/gpu/drm/drm_dp_helper.c:551:2: error: implicit declaration of function 'seq_printf'
 2016-09-15 13:47 UTC 

[PATCH] drm/i915: don't forget to set intel_crtc->dspaddr_offset on SKL+
 2016-09-15 12:58 UTC  (2+ messages)

[PATCH 0/9] SKL/KBL watermark fixes, v2
 2016-09-15 12:37 UTC  (8+ messages)
` [PATCH 5/9] drm/i915/gen9: minimum scanlines for Y tile is not always 4
` [PATCH 9/9] drm/i915/gen9: fail the modeset instead of WARNing on unsuported config

[PATCH] drm/i915: Ignore OpRegion panel type except on select machines
 2016-09-15 12:10 UTC  (2+ messages)
`  "

[PATCH v4 00/26] Add support for GuC-based SLPC
 2016-09-15 12:01 UTC  (33+ messages)
` [PATCH v4 07/26] drm/i915/slpc: Use intel_slpc_* functions if supported
` [PATCH v4 09/26] drm/i915/slpc: If using SLPC, do not set frequency
` [PATCH v4 10/26] drm/i915/slpc: Allocate/Release/Initialize SLPC shared data
` [PATCH v4 11/26] drm/i915/slpc: Update sysfs/debugfs interfaces for frequency parameters
` [PATCH v4 16/26] drm/i915/slpc: Add slpc support for max/min freq
` [PATCH v4 17/26] drm/i915/slpc: Add enable/disable debugfs for slpc
` [PATCH v4 18/26] drm/i915/slpc: Add i915_slpc_info to debugfs
` [PATCH v4 23/26] drm/i915/slpc: Keep RP SW Mode enabled while disabling rps
` [PATCH v4 24/26] drm/i915/slpc: Enable SLPC, where supported
` [PATCH v4 25/26] drm/i915: Add sysfs interface to know the HW requested frequency

[PATCH v9 00/12] drm/i915: DP branch devices
 2016-09-15 11:58 UTC  (2+ messages)
` [Intel-gfx] "

[PULL] drm-intel-fixes
 2016-09-15 11:34 UTC 

[PATCH] drm/i915: Queue page flip work with high priority
 2016-09-15 11:30 UTC  (10+ messages)
` [PATCH v2] drm/i915: Queue page flip work via a low latency, unbound workqueue
` ✗ Fi.CI.BAT: failure for drm/i915: Queue page flip work with high priority (rev2)
` ✗ Fi.CI.BAT: warning "

[PATCH] drm/i915: Add ddb size field to device info structure
 2016-09-15 11:06 UTC  (5+ messages)

[PATCH] drm/i915: Unlock PPS registers after GPU reset
 2016-09-15 10:31 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 0/3] (Final) tidying up of GuC code
 2016-09-15 10:04 UTC  (10+ messages)
` [PATCH 1/3] drm/i915: clarify PMINTRMSK/pm_intr_keep usage
` [PATCH 2/3] drm/i915/guc: general tidying up (loader)
` [PATCH 3/3] drm/i915/guc: general tidying up (submission)

Tracking multiple timelines (full-ppgtt)
 2016-09-15  9:55 UTC  (12+ messages)
` [PATCH 05/18] drm/i915: Move GEM activity tracking into a common struct reservation_object
` [PATCH 08/18] drm/i915: Combine seqno + tracking into a global timeline struct
` [PATCH 11/18] drm/i915: Record space required for request emission

[PATCH] drm/i915: Only expand COND once in wait_for()
 2016-09-15  9:50 UTC  (8+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Only expand COND once in wait_for() (rev2)
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915: Add ddb size field to device info structure
 2016-09-15  9:49 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Add ddb size field to device info structure (rev3)

[PATCH v2 0/5] drm: clean up several wrapper functions
 2016-09-15  9:48 UTC  (4+ messages)
` [PATCH v2 5/5] drm/i915: use i915_gem_open() directly instead of i915_driver_open()

[PATCH] drm/i915: Standardize port type for DVO encoders
 2016-09-15  7:21 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Standardize port type for DVO encoders (rev2)
` ✓ Fi.CI.BAT: success "

[PATCH v5 00/11] Enable i915 perf stream for Haswell OA unit
 2016-09-15  7:20 UTC  (19+ messages)
` [PATCH v5 01/11] drm/i915: Add i915 perf infrastructure
  ` [Intel-gfx] "
    ` [PATCH] "
` [PATCH v5 02/11] drm/i915: rename OACONTROL GEN7_OACONTROL
` [PATCH v5 03/11] drm/i915: return EACCES for check_cmd() failures
` [PATCH v5 04/11] drm/i915: don't whitelist oacontrol in cmd parser
` [PATCH v5 05/11] drm/i915: Add 'render basic' Haswell OA unit config
` [PATCH v5 06/11] drm/i915: Enable i915 perf stream for Haswell OA unit
` [PATCH v5 07/11] drm/i915: advertise available metrics via sysfs
` [PATCH v5 08/11] drm/i915: Add dev.i915.perf_event_paranoid sysctl option
` [PATCH v5 09/11] drm/i915: add oa_event_min_timer_exponent sysctl
` [PATCH v5 10/11] drm/i915: Add more Haswell OA metric sets
` [PATCH v5 11/11] drm/i915: Add a kerneldoc summary for i915_perf.c
` ✗ Fi.CI.BAT: failure for Enable i915 perf stream for Haswell OA unit (rev3)
` ✗ Fi.CI.BAT: failure for Enable i915 perf stream for Haswell OA unit (rev4)

[PATCH] drm/i915: introduce & use i915_gem_object_{set, clear, is}_dirty()
 2016-09-15  7:20 UTC  (6+ messages)
    ` [PATCH v3] "
` ✗ Fi.CI.BAT: failure for drm/i915: introduce & use i915_gem_object_{set, clear, is}_dirty() (rev2)
` ✗ Fi.CI.BAT: warning "

[PATCH 0/8] SKL/KBL watermark fixes
 2016-09-15  7:15 UTC  (8+ messages)
` [PATCH 3/8] drm/i915/kbl: KBL also needs to run the SAGV code

[PATCH] DRM: i915: Fix gen8 graphics on Broadwell-U. These patches stop the random gpu hang on my XPS-13-9343, kernel version 4.8-rc5
 2016-09-15  6:59 UTC  (3+ messages)

[2/9] drm/doc: Polish kerneldoc for encoders
 2016-09-15  4:47 UTC 

[PATCH] drm/i915: Standardize port type for DVO encoders
 2016-09-15  0:10 UTC  (3+ messages)
` [PATCH v2] "

[PATCH i-g-t v2 00/13] Implement sw_sync test
 2016-09-14 15:01 UTC  (6+ messages)
` [PATCH i-g-t v2 01/13] lib/sw_sync: Add helper functions for managing synchronization primitives

[PATCH] drm/i915: prefer INTEL_GEN(dev_priv) to INTEL_INFO(dev)->gen
 2016-09-14 12:37 UTC  (6+ messages)

[PATCH v3 3/9] drm/i915/skl: New ddb allocation algorithm
 2016-09-14 12:36 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v3 9/9] drm/i915/bxt: Implement Transition WM
 2016-09-14 11:54 UTC  (2+ messages)
` [PATCH v4] "

Bad flicker on skylake HQD due to code in the 4.7 merge window
 2016-09-14  9:43 UTC  (13+ messages)
          ` [Intel-gfx] "

intel_opregion_get_panel_type potential bug fix
 2016-09-14  9:39 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;
as well as URLs for NNTP newsgroup(s).