Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-11 09:18:22 to 2019-01-15 03:58:48 UTC [more...]

[PATCH 1/3] drm/i915: Prevent concurrent GGTT update and use on Braswell (again)
 2019-01-15  3:58 UTC  (6+ messages)
` [PATCH 2/3] drm/i915/userptr: Avoid struct_mutex recursion for mmu_invalidate_range_start
` [PATCH 3/3] drm/i915/userptr: Probe vma range before gup
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: Prevent concurrent GGTT update and use on Braswell (again)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 00/13] Enable/disable gamma/csc dynamically and fix C8
 2019-01-15  0:56 UTC  (25+ messages)
` [PATCH 01/13] drm/i915: Clean up intel_plane_atomic_check_with_state()
` [PATCH 02/13] drm/i915: Split the gamma/csc enable bits from the plane_ctl() function
` [PATCH 03/13] drm/i915: Precompute gamma_mode
` [PATCH 04/13] drm/i915: Constify the state arguments to the color management stuff
` [PATCH 05/13] drm/i915: Pull GAMMA_MODE write out from haswell_load_luts()
` [PATCH 06/13] drm/i915: Split color mgmt based on single vs. double buffered registers
` [PATCH 07/13] drm/i915: Move LUT programming to happen after vblank waits
` [PATCH 08/13] drm/i915: Populate gamma_mode for all platforms
` [PATCH 09/13] drm/i915: Track pipe gamma enable/disable in crtc state
` [PATCH 10/13] drm/i915: Track pipe csc enable "
` [PATCH 11/13] drm/i915: Turn off pipe gamma when it's not needed
` [PATCH 12/13] drm/i915: Turn off pipe CSC "
` [PATCH 13/13] drm/i915: Disable pipe gamma when C8 pixel format is used
` ✗ Fi.CI.CHECKPATCH: warning for Enable/disable gamma/csc dynamically and fix C8
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 01/46] drm/i915: Return immediately if trylock fails for direct-reclaim
 2019-01-15  0:56 UTC  (5+ messages)
` [PATCH 41/46] drm/i915: Introduce concept of per-timeline (context) HWSP
` [PATCH 43/46] drm/i915: Allocate a status page for each timeline

[PATCH 1/3] drm/i915/audio: Track temporary rpm wakerefs
 2019-01-15  0:29 UTC  (14+ messages)
` [PATCH 2/3] snd/hda: Track the display_power_status using a cookie
` [PATCH 3/3] snd/hda: Protect concurrent display_power_status with a mutex
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/audio: Track temporary rpm wakerefs
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Pass down rc in intel_encoder->compute_config()
 2019-01-14 23:27 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH i-g-t] intel-ci: Drop gem_ctx_switch/heavy
 2019-01-14 23:03 UTC 

[CI] drm/i915: Differentiate between ggtt->mutex and ppgtt->mutex
 2019-01-14 22:50 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Differentiate between ggtt->mutex and ppgtt->mutex (rev3)

Mika's reward
 2019-01-14 21:59 UTC  (11+ messages)
` [PATCH 1/8] drm/i915: Serialise concurrent calls to i915_gem_set_wedged()
` [PATCH 2/8] drm/i915: Differentiate between ggtt->mutex and ppgtt->mutex
` [PATCH 3/8] drm/i915: Pull all the reset functionality together into i915_reset.c
` [PATCH 4/8] drm/i915: Make all GPU resets atomic
` [PATCH 5/8] drm/i915/guc: Disable global reset
` [PATCH 6/8] drm/i915: Remove GPU reset dependence on struct_mutex
` [PATCH 7/8] drm/i915/selftests: Trim struct_mutex duration for set-wedged selftest
` [PATCH 8/8] drm/i915: Issue engine resets onto idle engines
` ✗ Fi.CI.BAT: failure for series starting with [1/8] drm/i915: Serialise concurrent calls to i915_gem_set_wedged()

[PATCH 0/6] Per context dynamic (sub)slice power-gating
 2019-01-14 19:40 UTC  (11+ messages)
` [PATCH 1/6] drm/i915/execlists: Move RPCS setup to context pin
` [PATCH 2/6] drm/i915: Record the sseu configuration per-context & engine
` [PATCH 3/6] drm/i915/perf: lock powergating configuration to default when active
` [PATCH 4/6] drm/i915: Add timeline barrier support
` [PATCH 5/6] drm/i915: Expose RPCS (SSEU) configuration to userspace (Gen11 only)
` [PATCH 6/6] drm/i915/selftests: Context SSEU reconfiguration tests
` ✗ Fi.CI.CHECKPATCH: warning for Per context dynamic (sub)slice power-gating (rev14)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915: Fix ILK-IVB primary plane enable delays
 2019-01-14 19:39 UTC  (2+ messages)

[PATCH] drm/i915: Fix the static code analysis warning in debugfs
 2019-01-14 19:31 UTC  (2+ messages)
`  "

[PULL] drm-intel-next
 2019-01-14 18:38 UTC 

[PATCH v2 1/2] drm: annotate drm_core_check_feature() dev arg. as const
 2019-01-14 17:49 UTC  (6+ messages)
` [PATCH v2 2/2] drm: allow render capable master with DRM_AUTH ioctls
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/2] drm: annotate drm_core_check_feature() dev arg. as const
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH i-g-t] i915/gem_exec_whipser: Pass early exit onto check_bo
 2019-01-14 17:45 UTC  (3+ messages)

[CI 01/21] drm/i915: Track all held rpm wakerefs
 2019-01-14 17:33 UTC  (25+ messages)
` [CI 02/21] drm/i915: Markup paired operations on wakerefs
` [CI 03/21] drm/i915: Track GT wakeref
` [CI 04/21] drm/i915: Track the rpm wakerefs for error handling
` [CI 05/21] drm/i915: Mark up sysfs with rpm wakeref tracking
` [CI 06/21] drm/i915: Mark up debugfs "
` [CI 07/21] drm/i915/perf: Track the rpm wakeref
` [CI 08/21] drm/i915/pmu: Track "
` [CI 09/21] drm/i915/guc: Track the "
` [CI 10/21] drm/i915/gem: Track the rpm wakerefs
` [CI 11/21] drm/i915/fb: Track "
` [CI 12/21] drm/i915/hotplug: Track temporary rpm wakeref
` [CI 13/21] drm/i915/panel: "
` [CI 14/21] drm/i915/selftests: Mark up rpm wakerefs
` [CI 15/21] drm/i915: Syntatic sugar for using intel_runtime_pm
` [CI 16/21] drm/i915: Markup paired operations on display power domains
` [CI 17/21] drm/i915: Track the wakeref used to initialise "
` [CI 18/21] drm/i915/dp: Markup pps lock power well
` [CI 19/21] drm/i915: Complain if hsw_get_pipe_config acquires the same power well twice
` [CI 20/21] drm/i915: Combined gt.awake/gt.power wakerefs
` [CI 21/21] drm/i915: Mark up Ironlake ips with rpm wakerefs
` ✗ Fi.CI.BAT: failure for series starting with [CI,01/21] drm/i915: Track all held "

Track rpm wakerefs to fix bugs
 2019-01-14 16:57 UTC  (11+ messages)
` [PATCH 17/21] drm/i915: Track the wakeref used to initialise display power domains
` [PATCH 18/21] drm/i915: Combined gt.awake/gt.power wakerefs
` [PATCH 20/21] drm/i915: Complain if hsw_get_pipe_config acquires the same power well twice
` [PATCH 21/21] drm/i915: Mark up Ironlake ips with rpm wakerefs

[PATCH i-g-t] i915/gem_cpu_reloc: Use a self-modifying chained batch
 2019-01-14 14:34 UTC 

[PATCH 0/6] Per context dynamic (sub)slice power-gating
 2019-01-14 12:32 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for Per context dynamic (sub)slice power-gating (rev13)

[PATCH i-g-t] Make force work with multiple drivers available
 2019-01-14 11:47 UTC  (3+ messages)

[PATCH i-g-t 0/4] Per context dynamic (sub)slice power-gating
 2019-01-14 10:29 UTC  (5+ messages)
` [PATCH i-g-t 1/4] headers: bump
` [PATCH i-g-t 2/4] tests/gem_ctx_sseu: Dynamic (sub)slice programming tests
` [PATCH i-g-t 3/4] tests/gem_media_vme: Simple test to exercise the VME block
` [PATCH i-g-t 4/4] tests/gem_media_vme: Shut down half of subslices to avoid gpu hang on ICL

[PATCH v2 0/6] drm/i915: GTT remapping for display
 2019-01-14  9:55 UTC  (12+ messages)
` [PATCH v2 1/6] drm/i915: Add a new "remapped" gtt_view
` [PATCH v2 2/6] drm/i915/selftests: Add mock selftest for remapped vmas
` [PATCH v2 3/6] drm/i915/selftests: Add live vma selftest
` [PATCH v2 4/6] drm/i915: Overcome display engine stride limits via GTT remapping
` [PATCH v2 5/6] drm/i915: Bump gen4+ fb stride limit to 256KiB
` [PATCH v2 6/6] drm/i915: Bump gen7+ fb size limits to 16kx16k
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: GTT remapping for display
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH i-g-t] i915/gem_exec_limit: Limit to a maximum of 120s
 2019-01-14  9:53 UTC  (3+ messages)

[PATCH 5/6] drm/i915: Expose RPCS (SSEU) configuration to userspace (Gen11 only)
 2019-01-14  9:39 UTC  (4+ messages)
` [PATCH v24 "
  ` [PATCH v25 "

[PATCH] drm/i915/cmdparser: whitelist needed predicate registers for Anv
 2019-01-13 17:22 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

Logical (HW) contexts for gen4/5
 2019-01-12 21:28 UTC  (4+ messages)
` [PATCH 3/3] drm/i915: Enable render context support for gen4 (Broadwater to Cantiga)

[PATCH v4 1/2] drm: Add color management LUT validation helper (v4)
 2019-01-12 12:07 UTC  (3+ messages)

[PATCH v2] drm/i915/cmdparser: whitelist needed predicate registers for Anv
 2019-01-12  9:38 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/cmdparser: whitelist needed predicate registers for Anv (rev2)
` ✓ Fi.CI.IGT: "

[PATCH v3 1/4] drm/i915/psr: Allow PSR2 to be enabled when debugfs asks
 2019-01-12  4:16 UTC  (7+ messages)
` [PATCH v3 2/4] drm/i915: Refactor PSR status debugfs
` [PATCH v3 3/4] drm/i915: Add PSR2 selective update status registers and bits definitions
` [PATCH v3 4/4] drm/i915/debugfs: Print PSR selective update status register values
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v3,1/4] drm/i915/psr: Allow PSR2 to be enabled when debugfs asks
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Prevent concurrent GGTT update and use on Braswell (again)
 2019-01-11 23:34 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[v5 0/6] Add support for Gen 11 pipe color features
 2019-01-11 23:04 UTC  (13+ messages)
` [v5 1/6] drm/i915: Check for Null for color lut callbacks
` [v5 2/6] drm/i915: Sanitize crtc gamma mode
` [v5 4/6] drm/i915/icl: Add icl pipe degamma and gamma support
` [v5 5/6] drm/i915/icl: Enable ICL Pipe CSC block
` [v5 6/6] drm/i915/icl: Add degamma and gamma lut size to gen11 caps

[PATCH] drm/i915: Try to sanitize bogus DPLL state left over by broken SNB BIOSen
 2019-01-11 22:45 UTC  (4+ messages)
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915: Try to sanitize bogus DPLL state left over by broken SNB BIOSen (rev2)
` ✓ Fi.CI.IGT: "

Gen8+ engine-reset
 2019-01-11 21:28 UTC  (10+ messages)
` drm/i915: Watchdog timeout: IRQ handler for gen8+

[PATCH 7/7] drm: Split out drm_probe_helper.h
 2019-01-11 14:56 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH 0/3] Enable Y2xx and Y4xx (xx:10/12/16 bits) packed formats for ICL
 2019-01-11 14:15 UTC  (9+ messages)
` [PATCH 1/3] drm: Add Y2xx and Y4xx (xx:10/12/16) format definitions and fourcc
` [PATCH 2/3] drm/i915/icl: Add Y2xx and Y4xx (xx:10/12/16) plane control definitions
` [PATCH 3/3] drm/i915/icl: Enabling Y2xx and Y4xx (xx:10/12/16) formats for universal planes
` ✓ Fi.CI.IGT: success for Enable Y2xx and Y4xx (xx:10/12/16 bits) packed formats for ICL

[PATCH v2 00/10] drm/i915: Infoframe precompute/check
 2019-01-11 14:07 UTC  (3+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915: Infoframe precompute/check (rev6)

[PATCH i-g-t] i915/gem_tiled_wc: Reuse common gem_get_tiling
 2019-01-11 14:01 UTC  (2+ messages)
` [igt-dev] "

[PATCH i-g-t] i915/gem_tiled_pread: Skip on unknown swizzling
 2019-01-11 14:00 UTC  (4+ messages)
` [igt-dev] "
` [PATCH i-g-t v2] "

[PATCH i-g-t] i915/gem_ppgtt: Convert stress test to run for a fixed duration
 2019-01-11 13:40 UTC  (2+ messages)
` [igt-dev] "

[PATCH v7 00/20] MST refcounting/atomic helpers cleanup
 2019-01-11 11:41 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for MST refcounting/atomic helpers cleanup (rev7)

[PATCH i-g-t] i915/hangman: Read a dummy byte to check sysfs existence
 2019-01-11 11:37 UTC  (2+ messages)
` [igt-dev] "

[PATCH] drm/i915/cnl: Fix CNL macros for Voltage Swing programming
 2019-01-11 11:35 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/cnl: Fix CNL macros for Voltage Swing programming (rev2)

[PATCH i-g-t] intel-ci/blacklist: Exclude gem_exec_parse lri
 2019-01-11 10:02 UTC  (2+ messages)

[PULL v2] drm-misc-fixes
 2019-01-11  9:29 UTC  (2+ messages)

[PULL] drm-intel-fixes
 2019-01-11  9:29 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