public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-04-05 13:50:34 to 2016-04-07 08:55:24 UTC [more...]

[PULL] drm-intel-fixes
 2016-04-07  8:55 UTC 

[PATCH] drm/i915/bxt: Add BXT pll config hw_state to debugfs
 2016-04-07  8:28 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 1/5] drm/i915: Splitting intel_dp_detect
 2016-04-07  8:24 UTC  (9+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/5] "

[PATCH] drm/i915/dp/mst: Fix MST logic in intel_dp_long_pulse()
 2016-04-07  8:15 UTC  (3+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH v4 1/3] drm/i915: Use i915_vm_to_ppgtt instead of manual container_of
 2016-04-07  8:08 UTC  (3+ messages)
` [PATCH v4 2/3] drm/i915: Do not WARN_ON in i915_vm_to_ppgtt
` [PATCH v4 3/3] drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev)

[PATCH] DO NOT MERGE: drm/i915: Enable GuC submission, where supported
 2016-04-07  7:34 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH v3 00/25] Add support for GuC-based SLPC
 2016-04-07  6:33 UTC  (28+ messages)
` [PATCH 01/25] drm/i915/slpc: Expose guc functions for use with SLPC
` [PATCH 02/25] drm/i915/slpc: Add has_slpc capability flag
` [PATCH 03/25] drm/i915/slpc: Add slpc_version_check
` [PATCH 04/25] drm/i915/slpc: Add enable_slpc module parameter
` [PATCH 05/25] drm/i915/slpc: Use intel_slpc_* functions if supported
` [PATCH 06/25] drm/i915/slpc: Enable SLPC in guc "
` [PATCH 07/25] drm/i915/slpc: If using SLPC, do not set frequency
` [PATCH 08/25] drm/i915/slpc: Allocate/Release/Initialize SLPC shared data
` [PATCH 09/25] drm/i915/slpc: Setup rps frequency values during SLPC init
` [PATCH 10/25] drm/i915/slpc: Update current requested frequency
` [PATCH 11/25] drm/i915/slpc: Send reset event
` [PATCH 12/25] drm/i915/slpc: Send shutdown event
` [PATCH 13/25] drm/i915/slpc: Add Display mode event related data structures
` [PATCH 14/25] drm/i915/slpc: Notification of Display mode change
` [PATCH 15/25] drm/i915/slpc: Notification of Refresh Rate change
` [PATCH 16/25] drm/i915/slpc: Add slpc_status enum values
` [PATCH 17/25] drm/i915/slpc: Add parameter unset/set/get functions
` [PATCH 18/25] drm/i915/slpc: Add slpc support for max/min freq
` [PATCH 19/25] drm/i915/slpc: Add enable/disable debugfs for slpc
` [PATCH 20/25] drm/i915/slpc: Add broxton support
` [PATCH 21/25] drm/i915/slpc: Add i915_slpc_info to debugfs
` [PATCH 22/25] DO NOT MERGE: drm/i915/bxt: Add Broxton to guc loader
` [PATCH 23/25] DO NOT MERGE: drm/i915: resize the GuC WOPCM for rc6
` [PATCH 24/25] DO NOT MERGE: drm/i915: Enable GuC submission, where supported
` [PATCH 25/25] DO NOT MERGE: drm/i915: Enable SLPC, "

[CI-ping 1/9] drm/i915: Include engine->last_submitted_seqno in GPU error state
 2016-04-07  6:29 UTC  (9+ messages)
` [CI-ping 2/9] drm/i915: On GPU reset, set the HWS breadcrumb to the last seqno
` [CI-ping 3/9] drm/i915: Remove unneeded drm_device pointer from intel_ring_init_seqno()
` [CI-ping 4/9] drm/i915: Move the hw semaphore initialisation from GEM to the engine
` [CI-ping 5/9] drm/i915: Refactor gen8 semaphore offset calculation
` [CI-ping 6/9] drm/i915: Reset semaphore page for gen8
` [CI-ping 7/9] drm/i915: Reset engine->last_submitted_seqno
` [CI-ping 8/9] drm/i915: Apply a mb between emitting the request and hangcheck
` [CI-ping 9/9] drm/i915: Simplify check for idleness in hangcheck

[PATCH 1/7] drm/i915: Include engine->last_submitted_seqno in GPU error state
 2016-04-07  6:24 UTC  (37+ messages)
` [PATCH 2/7] drm/i915: On GPU reset, set the HWS breadcrumb to the last seqno
` [PATCH 3/7] drm/i915: Remove unneeded drm_device pointer from intel_ring_init_seqno()
` [PATCH 4/7] drm/i915: Move the hw semaphore initialisation from GEM to the engine
` [PATCH 5/7] drm/i915: Reset semaphore page for gen8
` [PATCH 6/7] drm/i915: Reset engine->last_submitted_seqno
` [PATCH 7/7] drm/i915: Simplify check for idleness in hangcheck
` ✗ Fi.CI.BAT: failure for series starting with [1/7] drm/i915: Include engine->last_submitted_seqno in GPU error state
` [PATCH v2 1/9] "
  ` [PATCH v2 2/9] drm/i915: On GPU reset, set the HWS breadcrumb to the last seqno
  ` [PATCH v2 3/9] drm/i915: Remove unneeded drm_device pointer from intel_ring_init_seqno()
  ` [PATCH v2 4/9] drm/i915: Move the hw semaphore initialisation from GEM to the engine
  ` [PATCH v2 5/9] drm/i915: Refactor gen8 semaphore offset calculation
  ` [PATCH v2 6/9] drm/i915: Reset semaphore page for gen8
  ` [PATCH v2 7/9] drm/i915: Reset engine->last_submitted_seqno
  ` [PATCH v2 8/9] drm/i915: Apply a mb between emitting the request and hangcheck
  ` [PATCH v2 9/9] drm/i915: Simplify check for idleness in hangcheck

[4.6-rcX regression] closing and opening LID on thinkpad x200s freezes X
 2016-04-07  6:08 UTC  (2+ messages)

[PATCH] drm/i915: Only grab correct forcewake for the engine with execlists
 2016-04-06 23:45 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915/bxt: Set max cdclk frequency properly
 2016-04-06 18:05 UTC  (8+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 00/16] Pre-calculate SKL-style atomic watermarks
 2016-04-06 18:05 UTC  (4+ messages)
` [PATCH 04/16] drm/i915/skl+: Use plane size for relative data rate calculation

[PATCH RESEND FOR CI] drm/i915/skl+: Use plane size for relative data rate calculation
 2016-04-06 18:03 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 0/3] Minor i915_dp_mst_info output enhancements
 2016-04-06 17:03 UTC  (7+ messages)
` [PATCH 1/3] drm/edid: Add drm_edid_get_monitor_name()
` [PATCH 2/3] drm/dp/mst: Enhance DP MST debugfs output
` [PATCH 3/3] drm/i915/dp/mst: Add source port info to "
` ✗ Fi.CI.BAT: failure for Minor i915_dp_mst_info output enhancements

[PATCH 0/4] Enable FBC on SKL, v3
 2016-04-06 16:11 UTC  (6+ messages)
` [PATCH 2/4] drm/i915/fbc: sanitize i915.enable_fbc during FBC init

vmap consolidation
 2016-04-06 13:52 UTC  (18+ messages)
` [PATCH 1/6] drm/i915/dmabuf: Tighten struct_mutex for unmap_dma_buf
` [PATCH 2/6] drm/i915: Consolidate common error handling in intel_pin_and_map_ringbuffer_obj
` [PATCH 3/6] drm/i915: Refactor duplicate object vmap functions
` [PATCH 5/6] drm,i915: Introduce drm_malloc_gfp()
` [PATCH 6/6] drm/i915: Avoid allocating a vmap arena for a single page
` ✗ Fi.CI.BAT: failure for series starting with [1/6] drm/i915/dmabuf: Tighten struct_mutex for unmap_dma_buf

[PATCH 01/12] drm: Add helper for DP++ adaptors
 2016-04-06 13:02 UTC  (4+ messages)
` [PATCH 12/12] DO_NOT_MERGE: drm/i915: Hack to enable lspcon initialization

[PATCHv3 0/4] Add USB typeC based DP support for BXT platform
 2016-04-06 12:27 UTC  (6+ messages)
` [PATCHv3 1/4] drm/i915: Make finding unused crtc as a generic function
` [PATCHv3 2/4] drm/i915: Store the dpll config in crtc_state->shared_dpll
` [PATCHv3 3/4] drm/i915: Update dpll_hw_state if mask is same
` [PATCHv3 4/4] drm/i915/dp: Enable Upfront link training for typeC DP support on BXT
` ✗ Fi.CI.BAT: failure for Add USB typeC based DP support for BXT platform (rev4)

[PATCH 1/2] drm/i915/BXT: Get pipe conf from the port registers
 2016-04-06 11:45 UTC  (5+ messages)
` [PATCH 1/2] drm/i915: Sharing the pixel_format_from_vbt to whole i915
  ` [PATCH 2/2] drm/i915/BXT: Get pipe conf from the port registers

Solving vlv hpd issues by holding power wells?
 2016-04-06 11:29 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Update VBT fields for child devices
 2016-04-06 11:26 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Set invert bit for hpd based on VBT

[PATCH resend-for-CI 1/3] drm/i915: Use consistent forcewake auto-release timeout across kernel configs
 2016-04-06 11:05 UTC  (5+ messages)
` [PATCH resend-for-CI 2/3] drm/i915: Simplify for_each_fw_domain iterators
` [PATCH resend-for-CI 3/3] drm/i915: Do not serialize forcewake acquire across domains
` ✗ Fi.CI.BAT: failure for series starting with [resend-for-CI,1/3] drm/i915: Use consistent forcewake auto-release timeout across kernel configs

[PATCH 04/16] drm/i915/bxt: Reset secondary power well requests left on by DMC/KVMR
 2016-04-06 10:59 UTC  (3+ messages)
` [PATCH v2 04/16] drm/i915/gen9: "

Reviving the LPSS PWM patches
 2016-04-06 10:56 UTC  (5+ messages)

[PATCH] drm/i915/gen9: implement WaEnableSamplerGPGPUPreemptionSupport
 2016-04-06 10:28 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH v2 0/2] Enabling GuC Loading on Broxton
 2016-04-06  8:32 UTC  (6+ messages)
` [PATCH v2 2/2] drm/i915: resize the GuC WOPCM for rc6

[PATCH v3 0/6] drm/i915/dsi: improved gpio element support for vlv/chv/bxt
 2016-04-06  7:27 UTC  (8+ messages)
` [PATCH v3 1/6] drm/i915/dsi: clean up vlv gpio table and definitions
` [PATCH v3 2/6] drm/i915/dsi: abstract VLV gpio element execution to a separate function
` [PATCH v3 3/6] drm/i915/dsi: use a temp variable for referencing the gpio table
` [PATCH v3 4/6] drm/i915/dsi: add support for sequence block v3 gpio for VLV
` [PATCH v3 5/6] drm/i915/dsi: add support for gpio elements on CHV
` [PATCH v3 6/6] drm/i915/bxt: add bxt dsi gpio element support
` ✗ Fi.CI.BAT: failure for drm/i915/dsi: improved gpio element support for vlv/chv/bxt (rev2)

[PATCH 0/3] DPCD Backlight Control
 2016-04-06  6:56 UTC  (5+ messages)
` [PATCH 1/3] drm/dp: Add definition for Display Control DPCD Registers capability size
` [PATCH 2/3] drm/i915: Read eDP Display control capability registers
` [PATCH 3/3] drm/i915: Add Backlight Control using DPCD for eDP connectors (v9)
` ✓ Fi.CI.BAT: success for DPCD Backlight Control

[PATCH 0/3] drm/i915: Some GT freq stuff
 2016-04-05 19:09 UTC  (5+ messages)
` [PATCH 1/3] drm/i915: Use GPLL ref clock to calculate GPU freqs on VLV/CHV

[PATCH i-g-t] tests/pm_rps: Increase timeouts to 15 seconds
 2016-04-05 18:02 UTC 

[PATCH i-g-t] tests/gem_concurrent_all: Please the compiler regarding fscanfs unused result
 2016-04-05 17:45 UTC  (4+ messages)

[PATCH v5 00/12] Enable GPU switching on pre-retina MacBook Pro
 2016-04-05 17:43 UTC  (7+ messages)
  ` [Intel-gfx] [PATCH v5 00/12] Enable GPU switching on pre-retina?MacBook Pro
        `  "

[PATCH 1/3] drm/i915/userptr: Flush cancellations before mmu-notifier invalidate returns
 2016-04-05 16:57 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] drm/i915/userptr: Hold mmref whilst calling get-user-pages
  ` [PATCH v2 3/3] drm/i915/userptr: Store i915 backpointer for i915_mm_struct
` ✗ Fi.CI.BAT: failure for series starting with [v2,3/3] drm/i915/userptr: Store i915 backpointer for i915_mm_struct (rev4)

[PATCH 0/3] DPCD Backlight Control
 2016-04-05 16:27 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: Read eDP Display control capability registers
` [PATCH 3/3] drm/i915: Add Backlight Control using DPCD for eDP connectors (v9)
` ✓ Fi.CI.BAT: success for DPCD Backlight Control

[PATCH 1/2] drm/i915/skl: Fix rc6 based gpu/system hang
 2016-04-05 15:44 UTC  (5+ messages)
` [PATCH 2/2] drm/i915/skl: Fix spurious gpu hang with gt3/gt4 revs
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/skl: Fix rc6 based gpu/system hang

[PATCH] drm/i915/hdmi: Fix weak connector detection
 2016-04-05 14:54 UTC  (6+ messages)

[PATCH 001/190] drm: Release driver references to handle before making it available again
 2016-04-05 14:45 UTC  (9+ messages)
` [PATCH 045/190] drm/i915: Move releasing of the GEM request from free to retire/cancel

[PATCH i-g-t] kms_atomic: Skip rather than fail on non-atomic drivers
 2016-04-05 14:43 UTC  (3+ messages)

[PATCH 0/2] DPCD Backlight Control
 2016-04-05 14:42 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 0/6] HPD support during suspend
 2016-04-05 14:29 UTC  (4+ messages)
` [PATCH 1/6] drm/i915/bxt: VBT changes for hpd as wakeup feature
` ✗ Fi.CI.BAT: failure for HPD support during suspend

[PATCH 3/6] drm/i915/bxt: Corrected the guid for bxt
 2016-04-05 14:21 UTC  (2+ messages)

[PATCH i-g-t] tools/intel_reg: Fix builtin register spec for gen4
 2016-04-05 13:50 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