Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-08-08 09:14:42 to 2018-08-09 14:21:31 UTC [more...]

[PATCH 0/5] RESEND: dma-buf cleanup
 2018-08-09 14:21 UTC  (7+ messages)
` [PATCH 4/5] drm/vgem: Remove unecessary dma_fence_ops
  ` [PATCH] "
` ✗ Fi.CI.CHECKPATCH: warning for RESEND: dma-buf cleanup (rev2)

[PATCH 1/2] drm/i915: Allow control of PSR at runtime through debugfs, v5
 2018-08-09 14:21 UTC  (10+ messages)
` [PATCH 2/2] drm/i915/psr: Add debugfs support to force a downgrade to PSR1 mode
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915: Allow control of PSR at runtime through debugfs, v5
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
  ` [PATCH v6 1/2] drm/i915: Allow control of PSR at runtime through debugfs, v6

[PATCH v1] Added max_bpp property to limit maximum bpp even if HDMI TV advertises higher limit
 2018-08-09 14:00 UTC  (3+ messages)

RFC: Add write flag to reservation object fences
 2018-08-09 13:58 UTC  (12+ messages)
  ` [PATCH 1/6] dma-buf: remove shared fence staging in reservation object
  ` [PATCH 2/6] dma-buf: add reservation object shared fence accessor
  ` [PATCH 5/6] drm/i915: wait for write fences before pflip
  ` [PATCH 6/6] drm/amdgpu: remove exclusive fence workaround
` [PATCH 3/6] dma-buf: add is_write to reservation_object_add_shared_fence
` [PATCH 4/6] dma-buf: add writes_only flag to reservation_object_get_fences_rcu
` ✗ Fi.CI.BAT: failure for series starting with [1/6] dma-buf: remove shared fence staging in reservation object

[PATCH] drm/i915/execlists: Avoid kicking priority on the current context
 2018-08-09 13:42 UTC  (2+ messages)

[PATCH] drm/i915: Add detection of changing of edid on between suspend and resume
 2018-08-09 13:33 UTC  (7+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Add detection of changing of edid on between suspend and resume (rev2)
` [v3] drm/i915: Add detection of changing of edid on between suspend and resume
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Add detection of changing of edid on between suspend and resume (rev3)
` ✗ Fi.CI.BAT: failure "

[PATCH] drm/i915: Restore user forcewake domains across suspend
 2018-08-09 13:29 UTC  (9+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "
` ✓ Fi.CI.BAT: success for drm/i915: Restore user forcewake domains across suspend (rev2)
` ✓ Fi.CI.IGT: "

[PATCH i-g-t 1/2] igt/perf_pmu: Aim for a fixed number of iterations for calibrating accuracy
 2018-08-09 11:54 UTC  (3+ messages)
` [PATCH i-g-t 2/2] igt/perf_pmu: Improve the presentation of the accuracy calibration
` [igt-dev] [PATCH i-g-t 1/2] igt/perf_pmu: Aim for a fixed number of iterations for calibrating accuracy

[PATCH v2] drm/i915/tracing: Enable user interrupts while intel_engine_notify is active
 2018-08-09 11:41 UTC  (20+ messages)
` ✗ Fi.CI.BAT: failure for "
  ` [PATCH v3] "
        ` [PATCH v4] "
            ` [PATCH v5] "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/tracing: Enable user interrupts while intel_engine_notify is active (rev2)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/tracing: Enable user interrupts while intel_engine_notify is active (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/tracing: Enable user interrupts while intel_engine_notify is active (rev4)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/selftests: Hold rpm for unparking
 2018-08-09 10:49 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 1/2] drm/i915: Introduce intel_runtime_pm_disable to pair intel_runtime_pm_enable
 2018-08-09 10:09 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Track all held rpm wakerefs
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915: Introduce intel_runtime_pm_disable to pair intel_runtime_pm_enable
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH] drm/i915: Introduce intel_runtime_pm_disable to pair intel_runtime_pm_enable
 2018-08-09  9:39 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 01/20] drm: Let userspace check if driver supports modeset
 2018-08-09  8:36 UTC  (27+ messages)
` [PATCH 02/20] drm/i915: Set PCH as NOP when display is disabled
` [PATCH 03/20] drm/i915/runtime_pm: Share code to enable/disable PCH reset handshake
` [PATCH 04/20] drm/i915: Move out non-display related calls from display/modeset init/cleanup
` [PATCH 05/20] drm/i915: Release POWER_DOMAIN_INIT reference when display is disabled
` [PATCH 06/20] drm/i915: Move drm_vblank_init() to i915_load_modeset_init()
` [PATCH 07/20] drm/i915: Move FBC init and cleanup calls to modeset functions
` [PATCH 08/20] drm/i915: Do not modifiy reserved bit in gens that do not have IPC
` [PATCH 09/20] drm/i915: Move intel_init_ipc() call to i915_load_modeset_init()
` [PATCH 10/20] drm/i915: Do not call modeset related functions when display is disabled
` [PATCH 11/20] drm/i915: Grab a runtime pm reference before run live selftests
` [PATCH 12/20] drm/i915: Unset reset pch handshake when PCH is not present in one place
` [PATCH 13/20] drm/i915: Remove redundant checks for num_pipes == 0
` [PATCH 14/20] drm/i915: Keep overlay functions naming consistent
` [PATCH 15/20] drm/i915: Do not reset display when display is disabled
` [PATCH 16/20] drm/i915: Do not initialize display clocks "
` [PATCH 17/20] drm/i915: Remove duplicated definition of intel_update_rawclk
` [PATCH 18/20] drm/i195: Do not initialize display core when display is disabled
` [PATCH 19/20] drm/i915: Warn when display irq functions is executed "
` [PATCH 20/20] drm/i915: Do not enable all power wells "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/20] drm: Let userspace check if driver supports modeset
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 1/4] drm/i915: kill intel_display_power_well_is_enabled()
 2018-08-09  6:29 UTC  (12+ messages)
` [PATCH 2/4] drm/i915: BUG() if we can't lookup_power_well()
` [PATCH 3/4] drm/i915: use for_each_power_well in lookup_power_well()
` [PATCH 4/4] drm/i915: move lookup_power_well() up
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915: kill intel_display_power_well_is_enabled()
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v2 00/23] Display Stream Compression enabling on eDP/DP
 2018-08-09  5:55 UTC  (3+ messages)
` [PATCH v2 13/23] drm/i915/dp: Do not enable PSR2 if DSC is enabled

[PATCH] drm/i915/cfl: Add a new CFL PCI ID
 2018-08-09  5:46 UTC  (3+ messages)

[PATCH v2] drm/i915/gvt: fix memory leak in intel_vgpu_ioctl()
 2018-08-09  3:22 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/gvt: fix memory leak in intel_vgpu_ioctl() (rev3)
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Re-apply "Perform link quality check, unconditionally during long pulse"
 2018-08-09  2:39 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Re-apply "Perform link quality check, unconditionally during long pulse" (rev3)
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: remove the unnecessary restriction for NV12 in intel_framebuffer_init
 2018-08-09  1:58 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/psr: Add PSR mode/revision to debugfs
 2018-08-08 19:41 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.BAT: failure "

[PATCH 4/6] drm/i915: Priority boost for new clients
 2018-08-08 19:24 UTC  (7+ messages)
` [PATCH v2] "

[PATCH 1/3] RFC: drm: Restrict vblank ioctl to master
 2018-08-08 17:41 UTC  (4+ messages)

[PATCH i-g-t] igt/drv_missed_irq: Skip if the kernel reports no rings available to test
 2018-08-08 16:52 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 1/3] drm/i915: Warn if we hit the timeout for wait-for-idle
 2018-08-08 16:09 UTC  (7+ messages)
` [PATCH 2/3] drm/i915: Unmask user interrupts writes into HWSP on snb/ivb/vlv/hsw
` [PATCH 3/3] drm/i915: Remove extra waiter kick on legacy resets
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: Warn if we hit the timeout for wait-for-idle
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 00/10] Improve crc-core driver interface
 2018-08-08 15:59 UTC  (3+ messages)
` ✗ Fi.CI.SPARSE: warning for Improve crc-core driver interface (rev10)
` ✗ Fi.CI.BAT: failure "

[PATCH v5 10/10] drm/rcar-du/crc: Implement get_crc_sources callback
 2018-08-08 15:26 UTC  (2+ messages)
` [PATCH V6 "

[PATCH] drm/i915/gvt: fix memory leak in intel_vgpu_ioctl()
 2018-08-08 14:49 UTC  (2+ messages)

[PATCH i-g-t] igt/gem_eio: Preserve batch between reset-stress iterations
 2018-08-08 14:19 UTC  (5+ messages)

[PATCH] drm/i915: Missed interrupt simulation is no more, tell the world
 2018-08-08 14:00 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Warn if we hit the timeout for wait-for-idle
 2018-08-08 13:19 UTC  (5+ messages)
` ✗ Fi.CI.BAT: failure for "
` ✓ Fi.CI.BAT: success for drm/i915: Warn if we hit the timeout for wait-for-idle (rev2)
` ✓ Fi.CI.IGT: "

[PATCH 1/2] drm/i915/tracepoints: Remove i915_request_execute tracepoint
 2018-08-08 12:56 UTC  (10+ messages)
` [PATCH 2/2] drm/i915/tracepoints: Remove DRM_I915_LOW_LEVEL_TRACEPOINTS Kconfig option

[PATCH i-g-t] igt/amd_prime: Link an amdgpu bo into i915 and try to shrink it
 2018-08-08 12:49 UTC  (2+ messages)
` [igt-dev] "

[PATCH i-g-t] igt/prime_vgem: Ask the shrinker to purge a vgem bo from inside i915
 2018-08-08 12:45 UTC  (2+ messages)
` [igt-dev] "

[PATCH 00/12] ICL DSI CMD MODE
 2018-08-08 12:41 UTC  (14+ messages)
` [PATCH 01/12] drm/i915/icl: Define utility pin ctrl register bits
` [PATCH 02/12] drm/i915/icl: Config utility pin for DSI
` [PATCH 03/12] drm/i915/icl: Define DSI cmd mode registers
` [PATCH 04/12] drm/i915/icl: DSI transcoder config for command mode
` [PATCH 05/12] drm/i915/icl: Define TE interrupt related bits
` [PATCH 06/12] drm/i915/icl: Find encoder for DSI command mode
` [PATCH 07/12] drm/i915/icl: Configure TE interrupts for DSI
` [PATCH 08/12] drm/i915/icl: Enable/disable TE interrupts
` [PATCH 09/12] drm/i915/icl: DSI TE interrupt handler
` [PATCH 10/12] drm/i915/icl: Unmask/Clear DSI TE interrupts
` [PATCH 11/12] drm/i915/icl: Send frame to DSI panel
` [PATCH 12/12] drm/i915/icl: Transcoder timings for command mode
` ✗ Fi.CI.BAT: failure for ICL DSI CMD MODE

[RFC 1/2] drm/i915: Keep a list of probed devices
 2018-08-08 12:23 UTC  (5+ messages)
` [RFC 2/2] drm/i915/tracing: Enable user interrupts while intel_engine_notify is active

[PATCH v2 00/10] drm/i915: Clean up power well descriptors
 2018-08-08 11:50 UTC  (2+ messages)

[PATCH 1/3] drm/i915/selftests: Be loud if we run out of time
 2018-08-08 10:08 UTC  (5+ messages)
` [PATCH 2/3] drm/i915: Unmask user interrupts writes into HWSP on snb/ivb/vlv/hsw
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/selftests: Be loud if we run out of time
` ✗ Fi.CI.BAT: failure "

[PATCH 1/2] drm/i915: Unmask user interrupts writes into HWSP on snb/ivb/vlv/hsw
 2018-08-08 10:00 UTC  (3+ messages)

[PATCH] drm/i915/selftests: Be loud if we run out of time
 2018-08-08  9:49 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH i-g-t] igt/gem_eio: Apply reset-stress to each engine
 2018-08-08  9:14 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