intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-17 20:29:48 to 2016-11-19 02:01:21 UTC [more...]

[PATCH 0/3] Track available link bandwidth for DP MST
 2016-11-19  2:01 UTC  (14+ messages)
` [PATCH 1/3] drm/i915/dp: Fail DP MST config when there are not enough vcpi slots
` [PATCH 2/3] drm/dp/mst: Calculate total link bandwidth instead of hardcoding it
` [PATCH 3/3] drm/dp/mst: Track available time slots in DP Multi-Stream Transport Packet
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for Track available link bandwidth for DP MST

[PATCH v2 00/37] drm: Deduplicate fb format information (v2)
 2016-11-18 23:31 UTC  (10+ messages)
` [PATCH 01/37] drm/i915: Add local 'fb' variables
` [PATCH 17/37] drm/i915: Set fb->dev early on for inherited fbs
` [PATCH 21/37] drm/i915: Populate fb->format early "
` [PATCH 24/37] drm/i915: Eliminate the ugly 'fb?:' constructs from the ilk/skl wm code
` [PATCH 28/37] drm/i915: Store a pointer to the pixel format info for fbc
` [PATCH 30/37] drm/i915: Use drm_framebuffer_plane_{width, height}() where possible
` [PATCH 36/37] drm: Add mode_config .get_format_info() hook
` [PATCH 37/37] drm/i915: Implement .get_format_info() hook for CCS

[PATCH] drm/i915/bxt: Use smaller 8/3X MIPI clock divider value for dual link
 2016-11-18 22:46 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "

[CI 1/2] drm/i915: Always flush the dirty CPU cache when pinning the scanout
 2016-11-18 22:15 UTC  (3+ messages)
` [CI 2/2] drm/i915: Skip final clflush if LLC is coherent
` ✓ Fi.CI.BAT: success for series starting with [CI,1/2] drm/i915: Always flush the dirty CPU cache when pinning the scanout

[PATCH 0/9] drm/i915: Add a per-pipe plane identifier enum
 2016-11-18 21:39 UTC  (16+ messages)
` [PATCH 2/9] drm/i915: Add per-pipe plane identifier
` [PATCH 7/9] drm/i915: Use enum plane_id in VLV/CHV wm code
` [PATCH 8/9] drm/i915: Rename the local 'plane' variable to 'plane_id' in primary plane code

[PATCH] drm/i915: i915_pages_create_for_stolen should return err ptr
 2016-11-18 20:54 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Check that each request phase is completed before retiring
 2016-11-18 20:54 UTC  (5+ messages)
` ✗ Fi.CI.BAT: warning for "

[bug report] drm/i915: Allow compaction upto SWIOTLB max segment size
 2016-11-18 20:52 UTC  (4+ messages)
` [PATCH] drm/i915: Don't touch NULL sg on i915_gem_object_get_pages_gtt() error
    ` [Intel-gfx] "

[PATCH] aubdump: Handle 48-bit relocations properly
 2016-11-18 19:51 UTC 

[PATCH 0/5] Link Training failure handling during modeset
 2016-11-18 18:13 UTC  (22+ messages)
` [PATCH 1/5] drm: Add a new connector property for link status
` [PATCH 2/5] drm: Set DRM connector link status property
` [PATCH 3/5] drm/i915: Update CRTC state if connector link status property changed
          ` [Intel-gfx] "
` [PATCH 4/5] drm/i915: Find fallback link rate/lane count
` [PATCH 5/5] drm/i915: Implement Link Rate fallback on Link training failure
` ✗ Fi.CI.BAT: failure for Link Training failure handling during modeset (rev3)

[PATCH v5 0/8] GEN-9 Arbitrated Bandwidth WM WA's & IPC
 2016-11-18 16:01 UTC  (10+ messages)
` [PATCH v5 1/8] drm/i915/skl: Add variables to check x_tile and y_tile
` [PATCH v5 2/8] drm/i915/bxt: IPC WA for Broxton
` [PATCH v5 3/8] drm/i915/kbl: IPC workaround for kabylake
` [PATCH v5 4/8] drm/i915/bxt: Enable IPC support
` [PATCH v5 5/8] drm/i915/skl+: change WM calc to fixed point 16.16
` [PATCH v5 6/8] drm/i915: Add intel_atomic_get_existing_crtc_state function
` [PATCH v5 7/8] drm/i915: Decode system memory bandwidth
` [PATCH v5 8/8] drm/i915/gen9: WM memory bandwidth related workaround
` ✗ Fi.CI.BAT: failure for GEN-9 Arbitrated Bandwidth WM WA's & IPC

[PATCH i-g-t v6 00/21] Implement sw_sync test
 2016-11-18 15:48 UTC  (23+ messages)
` [PATCH i-g-t v6 01/21] lib/sw_sync: Add helper functions for managing synchronization primitives
` [PATCH i-g-t v6 02/21] tests/sw_sync: Add sw_sync test
` [PATCH i-g-t v6 03/21] tests/sw_sync: Add subtest test_alloc_fence
` [PATCH i-g-t v6 04/21] tests/sw_sync: Add subtest test_alloc_fence_invalid_timeline
` [PATCH i-g-t v6 05/21] tests/sw_sync: Add subtest test_alloc_merge_fence
` [PATCH i-g-t v6 06/21] tests/sw_sync: Add subtest test_sync_busy
` [PATCH i-g-t v6 07/21] tests/sw_sync: Add subtest test_sync_merge
` [PATCH i-g-t v6 08/21] tests/sw_sync: Add subtest test_sync_merge_same
` [PATCH i-g-t v6 09/21] tests/sw_sync: Add subtest test_sync_multi_consumer
` [PATCH i-g-t v6 10/21] tests/sw_sync: Add subtest test_sync_multi_consumer_producer
` [PATCH i-g-t v6 11/21] tests/sw_sync: Add subtest test_sync_random_merge
` [PATCH i-g-t v6 12/21] tests/sw_sync: Add subtest test_sync_multi_timeline_wait
` [PATCH i-g-t v6 13/21] tests/sw_sync: Add subtest test_sync_multi_producer_single_consumer
` [PATCH i-g-t v6 14/21] tests/sw_sync: Add subtest test_sync_expired_merge
` [PATCH i-g-t v6 15/21] tests/sw_sync: Add subtest test_timeline_closed
` [PATCH i-g-t v6 16/21] tests/sw_sync: Add subtest test_timeline_closed_signaled
` [PATCH i-g-t v6 17/21] lib/sw_sync: Add igt_require_sw_sync to enable skipping on no sw_sync support
` [PATCH i-g-t v6 18/21] tests/sw_sync: Add igt_require check for sw_sync feature
` [PATCH i-g-t v6 19/21] tests/sw_sync: Add subtest test_sync_merge_invalid
` [PATCH i-g-t v6 20/21] tests/sw_sync: Add subtest test_sync_busy_fork
` [PATCH i-g-t v6 21/21] tests/sw_sync: Add subtest test_sync_busy_unixsocket

[PATCH v2 0/3] Resume time optimisation
 2016-11-18 15:41 UTC  (9+ messages)
` [PATCH v2 1/3] drm/i915: Cleanup i915_gem_restore_gtt_mappings()
` [PATCH v2 2/3] drm/i915: Take runtime pm in i915_gem_resume()
` [PATCH v2 3/3] drm/i915: optimise intel_runtime_pm_{get, put}
` ✗ Fi.CI.BAT: failure for Resume time optimisation (rev2)

[RFC PATCH] drm/i915: replace platform flags with a platform enum
 2016-11-18 15:16 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 1/3] drm/i915: Disable hangcheck when wedged
 2016-11-18 14:38 UTC  (10+ messages)
` [PATCH 2/3] drm/i915: Complete requests in nop_submit_request
` [PATCH 3/3] drm/i915: Stop the machine as we install the wedged submit_request handler
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Disable hangcheck when wedged

[PATCH] drm/i915: Do not log disabled planes in pipe config
 2016-11-18 14:19 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 1/6] drm/i915: Split up hangcheck phases
 2016-11-18 14:15 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/6] drm/i915: Split up hangcheck phases (rev3)

[PATCH 5/6] drm/i915: Add per client max context ban limit
 2016-11-18 13:10 UTC  (2+ messages)

[PATCH 2/6] drm/i915: Decouple hang detection from hangcheck period
 2016-11-18 13:09 UTC  (2+ messages)

[PATCH] drm/i915: Try to group more logically in intel_dump_pipe_config
 2016-11-18 12:56 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] drm/i915: Be more careful to drop the GT wakeref
 2016-11-18 12:35 UTC  (7+ messages)
` [PATCH v5] "

[PATCH 0/3] drm/i915: atomic_cdclk_freq fixes
 2016-11-18 12:27 UTC  (8+ messages)
` [PATCH 2/3] drm/i915: Protect dev_priv->atomic_cdclk_freq with all the crtc locks

[PATCH 0/3] Resume time optimisation
 2016-11-18 12:21 UTC  (11+ messages)
` [PATCH 1/3] drm/i915: Cleanup i915_gem_restore_gtt_mappings()
` [PATCH 2/3] drm/i915: Take runtime pm in i915_gem_resume()
` [PATCH 3/3] drm/i915: optimise intel_runtime_pm_{get, put}
` ✗ Fi.CI.BAT: failure for Resume time optimisation

[PATCH v2 1/4] drm: Define drm_mm_for_each_node_in_range()
 2016-11-18 12:14 UTC  (12+ messages)
` [PATCH v2 3/4] drm/i915: Mark all non-vma being inserted into the address spaces
` [PATCH v2 4/4] drm/i915: Fix i915_gem_evict_for_vma (soft-pinning)

[PATCH] drm/i915: Move frontbuffer CS write tracking from ggtt vma to object
 2016-11-18 11:41 UTC  (4+ messages)

v4.9-rc3: graphical artefacts in X
 2016-11-18 11:14 UTC  (2+ messages)

[PATCH 0/7] Pipe config debug dump diet
 2016-11-18 11:00 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Only dump dp_m2_n2 configuration when drrs is used
 2016-11-18 10:49 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH igt 1/2] igt/gem_exec_reloc: Trivial test for softpin ABI
 2016-11-18 10:19 UTC  (3+ messages)

[PATCH] drm/i915: Only poll DW3_A when init DDI PHY for ports B and C
 2016-11-18 10:07 UTC  (3+ messages)

[PATCH 1/5] drm/i915: Splitting intel_dp_detect
 2016-11-18  9:51 UTC  (10+ messages)
` [PATCH 2/5] drm/i915: Cleaning up intel_dp_hpd_pulse

[PATCH] drm/vgem: Allow root to inject hanging fences onto dmabufs
 2016-11-18  9:48 UTC  (4+ messages)

[PATCH CI run 0/3] MIPI/DSI display support for APL
 2016-11-18  8:48 UTC  (5+ messages)
` [PATCH CI run 1/3] drm/i915/bxt: add bxt dsi gpio element support
` [PATCH CI run 2/3] drm/i915: Get the i2c bus number from the ACPI
` [PATCH CI run 3/3] drm/i915: Adding the parsing logic for the i2c element
` ✓ Fi.CI.BAT: success for MIPI/DSI display support for APL

[PATCH v2 1/4] drm: Define drm_mm_for_each_node_in_range()
 2016-11-18  8:43 UTC  (3+ messages)
` [PATCH] "

[PATCH 0/3] drm/i915/opregion: proper handling of DIDL, and some hacks on CADL
 2016-11-18  8:27 UTC  (5+ messages)

[CI 1/2] drm/i915: add i915_address_space_fini
 2016-11-18  7:15 UTC  (3+ messages)
` [CI 2/2] drm/i915: don't leak global_timeline
` ✓ Fi.CI.BAT: success for series starting with [CI,1/2] drm/i915: add i915_address_space_fini

[PATCH] drm/i915: don't leak global_timeline
 2016-11-18  6:15 UTC  (5+ messages)
` ✗ Fi.CI.BAT: warning for drm/i915: don't leak global_timeline (rev2)
` ✗ Fi.CI.BAT: warning for drm/i915: don't leak global_timeline (rev3)

GTT memory allocation on E3800
 2016-11-18  5:58 UTC 

[[PATCH ddx]] intel: Adding Marketing names for Skylake, Kabylake and Apollolake/Broxton
 2016-11-17 22:46 UTC  (8+ messages)
          ` [PATCH ddx 1/2] intel: Simplify new platform names
            ` [PATCH ddx 2/2] intel: Adding Marketing names for Skylake, Kabylake and Apollolake/Broxton

[PATCH] drm/i915: add i915_address_space_fini
 2016-11-17 20:56 UTC  (3+ 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).