Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-04-04 07:57:51 to 2018-04-05 13:44:22 UTC [more...]

[PATCH v3 00/40] drm/i915: Implement HDCP2.2
 2018-04-05 13:44 UTC  (5+ messages)
` [PATCH v3 36/40] drm/i915: Implement gmbus burst read

[PATCH] drm/i915: Do NOT skip the first 4k of stolen memory for pre-allocated buffers
 2018-04-05 13:38 UTC  (16+ messages)
` [Intel-gfx] "

[CI] drm/i915: Only call finish_reset after a prepare_reset
 2018-04-05 13:27 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915/psr: Chase psr.enabled only under the psr.lock
 2018-04-05 13:06 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "
` ✓ Fi.CI.BAT: success "

[PATCH v5 0/7] Queued/runnable/running engine stats
 2018-04-05 13:05 UTC  (9+ messages)
` [PATCH 1/7] drm/i915/pmu: Fix enable count array size and bounds checking
` [PATCH 2/7] drm/i915: Keep a count of requests waiting for a slot on GPU
` [PATCH 3/7] drm/i915: Keep a count of requests submitted from userspace
` [PATCH 4/7] drm/i915/pmu: Add queued counter
` [PATCH 5/7] drm/i915/pmu: Add runnable counter
` [PATCH 6/7] drm/i915/pmu: Add running counter
` [PATCH 7/7] drm/i915: Engine queues query

[PATCH 1/4] drm/i915: Only call finish_reset after a prepare_reset
 2018-04-05 13:03 UTC  (12+ messages)
` [PATCH 2/4] drm/i915: Always assume the GPU reset occurs
` [PATCH 3/4] drm/i915: Split out parking from the idle worker for reuse
` [PATCH 4/4] drm/i915: Park before resetting the submission backend
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915: Only call finish_reset after a prepare_reset
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH v2] drm/i915: Fix memory leak in intel_hdcp auth
 2018-04-05 12:57 UTC  (5+ messages)
` ✗ Fi.CI.BAT: failure for "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH v3 0/4] HDCP1.4 fixes
 2018-04-05 12:45 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for HDCP1.4 fixes (rev6)
` ✓ Fi.CI.IGT: "
` ✓ Fi.CI.BAT: success for HDCP1.4 fixes (rev7)

[PATCH 0/3] Optimize use of DBuf slices
 2018-04-05 12:41 UTC  (6+ messages)
` [PATCH 1/3] drm/i915/icl: track dbuf slice-2 status
` [PATCH 2/3] drm/i915/icl: Enable 2nd DBuf slice only when needed
` [PATCH 3/3] drm/i915/icl: update ddb entry start/end mask during hw ddb readout
` ✓ Fi.CI.BAT: success for Optimize use of DBuf slices (rev2)
` ✗ Fi.CI.IGT: failure "

[PATCH i-g-t v2 0/5] Queued/runnable/running engine stats
 2018-04-05 12:40 UTC  (6+ messages)
` [PATCH i-g-t 1/5] include: i915 uAPI headers
` [PATCH i-g-t 2/5] intel-gpu-overlay: Add engine queue stats
` [PATCH i-g-t 3/5] intel-gpu-overlay: Show 1s, 30s and 15m GPU load
` [PATCH i-g-t 4/5] tests/perf_pmu: Add tests for engine queued/runnable/running stats
` [PATCH i-g-t 5/5] tests/i915_query: Engine queues tests

[PATCH] drm: i915: Fix audio issue on BXT
 2018-04-05 12:32 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for drm: i915: Fix audio issue on BXT (rev3)
` ✗ Fi.CI.IGT: warning "

[PATCH v3 4/4] drm/i915: Fix reading downstream dev count
 2018-04-05 12:03 UTC  (6+ messages)
` [PATCH v4] drm: Fix downstream dev count read
  ` [PATCH v5] drm: Fix HDCP "

[PATCH v2 1/2] trace: Default to using trace_global_clock if sched_clock is unstable
 2018-04-05 11:48 UTC  (7+ messages)
` [PATCH v3] "
    ` [PATCH] trace: Fixup logic inversion on setting trace_global_clock defaults
` ✗ Fi.CI.BAT: failure for series starting with trace: Fixup logic inversion on setting trace_global_clock defaults (rev3)

[PATCH] drm/i915: Park before resetting the submission backend
 2018-04-05 11:07 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH v19 00/18] Add NV12 support
 2018-04-05 10:37 UTC  (17+ messages)
` [PATCH v19 18/18] drm/i915: Set src size restrictions for NV12

[PATCH v6 01/12] drm/i915: Correctly handle error path in i915_gem_init_hw
 2018-04-05 10:19 UTC  (16+ messages)
` [PATCH v6 02/12] drm/i915: Move i915_gem_fini to i915_gem.c
` [PATCH v6 03/12] drm/i915: Introduce i915_gem_fini_hw for symmetry with i915_gem_init_hw
` [PATCH v6 04/12] drm/i915: Add i915_gem_fini_hw to i915_gem_suspend
` [PATCH v6 05/12] drm/i915: Add i915_gem_fini_hw to i915_reset
` [PATCH v6 06/12] drm/i915/guc: Ignore dev_priv->gt.awake while disabling submission
` [PATCH v6 07/12] drm/i915/guc: Restore symmetric doorbell cleanup
` [PATCH v6 08/12] drm/i915/uc: Fully sanitize uC within intel_uc_fini_hw
` [PATCH v6 09/12] drm/i915/uc: Use correct error code for GuC initialization failure
` [PATCH v6 10/12] drm/i915/uc: Use helper functions to detect fw load status
` [PATCH v6 11/12] drm/i915/uc: Trivial s/dev_priv/i915 in intel_uc.c
` [PATCH v6 12/12] HAX: Enable GuC for CI
` ✓ Fi.CI.BAT: success for series starting with [v6,01/12] drm/i915: Correctly handle error path in i915_gem_init_hw
` ✗ Fi.CI.IGT: failure "

Linux 4.16 Kernel Boot Crash
 2018-04-05 10:08 UTC  (9+ messages)

[PATCH v3 01/10] drm: Add DP PSR2 sink enable bit
 2018-04-05  9:53 UTC  (4+ messages)
` [PATCH v3 09/10] drm/i915/psr: Set DPCD PSR2 enable bit when needed
    ` [Intel-gfx] "

[PATCH 0/3] Optimize use of DBuf slices
 2018-04-05  9:22 UTC  (8+ messages)
` [PATCH 1/3] drm/i915/icl: track dbuf slice-2 status
` [PATCH 2/3] drm/i915/icl: Enable 2nd DBuf slice only when needed
` [PATCH 3/3] drm/i915/icl: update ddb entry start/end mask during hw ddb readout
` ✗ Fi.CI.CHECKPATCH: warning for Optimize use of DBuf slices
` ✗ Fi.CI.BAT: "

[PATCH v7 0/8] YCBCR 4:2:0/4:4:4 output support for LSPCON
 2018-04-05  8:21 UTC  (8+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for YCBCR 4:2:0/4:4:4 output support for LSPCON (rev5)
` ✗ Fi.CI.CHECKPATCH: warning for YCBCR 4:2:0/4:4:4 output support for LSPCON (rev7)
` ✗ Fi.CI.BAT: "

Closing and repoening laptop lid causes scanout corruption (regression since 4.15.12)
 2018-04-05  8:05 UTC 

[PATCH v7 7/8] drm/i915: Write AVI infoframes for Parade LSPCON
 2018-04-05  4:38 UTC  (2+ messages)
` [PATCH v8 "

[PATCH v7 1/8] drm/i915: Introduce CRTC output format
 2018-04-05  4:37 UTC  (2+ messages)
` [PATCH v8 "

[PATCH v3 1/4] drm/i915: Enable edp psr error interrupts on hsw
 2018-04-05  3:18 UTC  (8+ messages)
` [PATCH v3 3/4] drm/i915/psr: Control PSR interrupts via debugfs
    ` [PATCH v4 "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v3,1/4] drm/i915: Enable edp psr error interrupts on hsw (rev2)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH] [RESEND] drm/i915/dp: Send DPCD ON for MST before phy_up
 2018-04-04 23:37 UTC 

[PATCH] [RESEND] drm/i915/dp: Send DPCD ON for MST before phy_up
 2018-04-04 23:32 UTC 

[PATCH] drm/i915/dp: Send DPCD ON for MST before phy_up
 2018-04-04 23:27 UTC 

[PATCH 1/2] drm/i915: Fix memory leak in intel_hdcp auth
 2018-04-04 23:05 UTC  (3+ messages)

[PATCH v4 0/5] Documentation patch for batchbuffer submission
 2018-04-04 22:22 UTC  (10+ messages)
` [PATCH v4 1/5] i915.rst: Narration overview on GEM + minor reorder to improve narration
` [PATCH v4 5/5] i915: add documentation to intel_engine_cs

[CI] drm/i915/selftests: Add basic sanitychecks for execlists
 2018-04-04 20:57 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/selftests: Add basic sanitychecks for execlists (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 1/1] drm/i915: Do not use kfree() to free kmem_cache_alloc() return value
 2018-04-04 20:54 UTC  (5+ messages)
` [RESEND] drm/i915: Do no use kfree() to free a "
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 0/1] Keep AUX on while disabling DPMS for MST
 2018-04-04 20:29 UTC  (2+ messages)
` [PATCH 1/1] drm/i915: Keep AUX block running when "

[PATCH v2][RESEND] drm/i915: Keep AUX block running when disabling DPMS for MST
 2018-04-04 20:16 UTC 

[PATCH] i915/dp_mst: Keep AUX block running when disabling DPMS
 2018-04-04 20:11 UTC  (13+ messages)
` [PATCH v2] drm/i915: Keep AUX block running when disabling DPMS for MST
    ` [Intel-gfx] "

[PULL] drm-misc-next-fixes
 2018-04-04 19:14 UTC 

[PATCH i-g-t 2/2] tests/gem_eio: Add context destroyer test
 2018-04-04 16:54 UTC  (7+ messages)
` [PATCH i-g-t v2 2/2] tests/gem_eio: Add reset and unwedge stress testing
  ` [igt-dev] "

[RFC i-g-t] intel-gpu-top: Rewrite the tool to be safe to use
 2018-04-04 15:26 UTC  (13+ messages)
` [PATCH i-g-t v2] "
    ` [igt-dev] "
` [PATCH i-g-t v5] "
  ` [PATCH i-g-t v6] "

[PATCH] drm/i915: throw __must_check at GEM_WARN_ON
 2018-04-04 14:47 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 1/1] drm/i915:Do not use kfree() to free kmem_cache_alloc() return value
 2018-04-04 13:44 UTC  (6+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [1/1] "

[PULL] gvt-fixes for 4.17-rc1
 2018-04-04 12:24 UTC  (2+ messages)

[PATCH] drm/i915: make GEM_WARN_ON less terrible
 2018-04-04 10:24 UTC  (7+ messages)

[PATCH i-g-t v3] tests/perf_pmu: Avoid RT thread for accuracy test
 2018-04-04  9:51 UTC  (2+ messages)
` [PATCH i-g-t v4] "

[PATCH] drm/i915: WARN if we hit a signal from kernel context
 2018-04-04  9:24 UTC  (3+ messages)

[RFC v1] Data port coherency control for UMDs
 2018-04-04  9:18 UTC  (8+ messages)

[PATCH] drm/i915/selftests: Add basic sanitychecks for execlists
 2018-04-04  9:02 UTC  (2+ messages)

[PATCH v7 2/8] drm/i915: Add CRTC output format YCBCR 4:2:0
 2018-04-04  8:49 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] drm/i915: Store preemption capability in engine->flags
 2018-04-04  8:25 UTC  (3+ messages)
  ` [PATCH v2] "


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