intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-15 22:40:42 to 2020-07-17 13:44:44 UTC [more...]

[Intel-gfx] [PATCH v5 00/16] acpi/pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
 2020-07-17 13:44 UTC  (16+ messages)
` [Intel-gfx] [PATCH v5 01/16] ACPI / LPSS: Resume Cherry Trail PWM controller in no-irq phase
` [Intel-gfx] [PATCH v5 02/16] ACPI / LPSS: Save Cherry Trail PWM ctx registers only once (at activation)
` [Intel-gfx] [PATCH v5 03/16] pwm: lpss: Fix off by one error in base_unit math in pwm_lpss_prepare()
` [Intel-gfx] [PATCH v5 04/16] pwm: lpss: Add range limit check for the base_unit register value
` [Intel-gfx] [PATCH v5 05/16] pwm: lpss: Add pwm_lpss_prepare_enable() helper
` [Intel-gfx] [PATCH v5 06/16] pwm: lpss: Use pwm_lpss_apply() when restoring state on resume
` [Intel-gfx] [PATCH v5 07/16] pwm: crc: Fix period / duty_cycle times being off by a factor of 256
` [Intel-gfx] [PATCH v5 08/16] pwm: crc: Fix off-by-one error in the clock-divider calculations
` [Intel-gfx] [PATCH v5 09/16] pwm: crc: Fix period changes not having any effect
` [Intel-gfx] [PATCH v5 10/16] pwm: crc: Enable/disable PWM output on enable/disable
` [Intel-gfx] [PATCH v5 11/16] pwm: crc: Implement apply() method to support the new atomic PWM API
` [Intel-gfx] [PATCH v5 12/16] pwm: crc: Implement get_state() method
` [Intel-gfx] [PATCH v5 13/16] drm/i915: panel: Add get_vbt_pwm_freq() helper
` [Intel-gfx] [PATCH v5 14/16] drm/i915: panel: Honor the VBT PWM frequency for devs with an external PWM controller
` [Intel-gfx] [PATCH v5 15/16] drm/i915: panel: Honor the VBT PWM min setting "

[Intel-gfx] [PATCH 01/66] drm/i915: Reduce i915_request.lock contention for i915_request_wait
 2020-07-17 13:23 UTC  (20+ messages)
` [Intel-gfx] [PATCH 04/66] drm/i915: Add a couple of missing i915_active_fini()
` [Intel-gfx] [PATCH 05/66] drm/i915: Skip taking acquire mutex for no ref->active callback
` [Intel-gfx] [PATCH 06/66] drm/i915: Export a preallocate variant of i915_active_acquire()
` [Intel-gfx] [PATCH 07/66] drm/i915: Keep the most recently used active-fence upon discard
` [Intel-gfx] [PATCH 08/66] drm/i915: Make the stale cached active node available for any timeline
` [Intel-gfx] [PATCH 09/66] drm/i915: Provide a fastpath for waiting on vma bindings
` [Intel-gfx] [PATCH 10/66] drm/i915: Soften the tasklet flush frequency before waits
` [Intel-gfx] [PATCH 28/66] drm/i915/gem: Replace i915_gem_object.mm.mutex with reservation_ww_class

[Intel-gfx] [RFC] drm/i915: Disable connector polling at runtime suspend
 2020-07-17 12:58 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 1/3] drm/i915/perf: Whitelist OA report trigger registers
 2020-07-17 12:15 UTC  (10+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/perf: Whitelist OA counter and buffer registers
` [Intel-gfx] [PATCH 3/3] drm/i915/perf: Map OA buffer to user space for gen12 performance query
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/perf: Whitelist OA report trigger registers
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 1/4] drm/i915: Remove requirement for holding i915_request.lock for breadcrumbs
 2020-07-17 11:25 UTC  (10+ messages)
` [Intel-gfx] [PATCH 2/4] drm/i915/gt: Replace intel_engine_transfer_stale_breadcrumbs
` [Intel-gfx] [PATCH 3/4] drm/i915/gt: Only transfer the virtual context to the new engine if active
` [Intel-gfx] [PATCH 4/4] drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbs
  ` [Intel-gfx] [PATCH] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915: Remove requirement for holding i915_request.lock for breadcrumbs (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 1/2] drm/i915/selftests: Add compiler paranoia for checking HWSP values
 2020-07-17 10:24 UTC  (9+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/gt: Wait for aux invalidation on Tigerlake
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/selftests: Add compiler paranoia for checking HWSP values
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH i-g-t] i915/gem_exec_balancer: Race breadcrumb signaling against timeslicing
 2020-07-17 10:19 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915: Drop i915_request.lock serialisation around await_start
 2020-07-17 10:01 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 53/59] drm/arc: Move to drm/tiny
 2020-07-17  9:04 UTC  (11+ messages)

[Intel-gfx] [PATCH 1/5] drm/i915: Be wary of data races when reading the active execlists
 2020-07-17  8:37 UTC  (23+ messages)
` [Intel-gfx] [PATCH 2/5] drm/i915: Remove i915_request.lock requirement for execution callbacks
` [Intel-gfx] [PATCH 3/5] drm/i915: Remove requirement for holding i915_request.lock for breadcrumbs
` [Intel-gfx] [PATCH 4/5] drm/i915/gt: Drop intel_engine_transfer_stale_breadcrumbs
  ` [Intel-gfx] [PATCH] drm/i915/gt: Replace intel_engine_transfer_stale_breadcrumbs
` [Intel-gfx] [PATCH 5/5] drm/i915/gt: Only transfer the virtual context to the new engine if active
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/5] drm/i915: Be wary of data races when reading the active execlists
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/5] drm/i915: Be wary of data races when reading the active execlists (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v8 0/5] Remaining RKL patches
 2020-07-17  5:39 UTC  (12+ messages)
` [Intel-gfx] [PATCH v8 1/5] drm/i915/rkl: Handle new DPCLKA_CFGCR0 layout
` [Intel-gfx] [PATCH v8 2/5] drm/i915/rkl: Add initial workarounds
` [Intel-gfx] [PATCH v8 3/5] drm/i915/rkl: Add DPLL4 support
` [Intel-gfx] [PATCH v8 4/5] drm/i915/rkl: Handle HTI
` [Intel-gfx] [PATCH v8 5/5] drm/i915/rkl: Add Wa_14011224835 for PHY B initialization
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Remaining RKL patches (rev7)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v6 01/11] HAX to make DSC work on the icelake test system
 2020-07-17  1:04 UTC  (13+ messages)
` [Intel-gfx] [PATCH v6 03/11] drm/i915: Add hw.pipe_mode to allow bigjoiner pipe/transcoder split
` [Intel-gfx] [PATCH v6 06/11] drm/i915: Enable big joiner support in enable and disable sequences
  ` [Intel-gfx] [PATCH v7 "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v6,01/11] HAX to make DSC work on the icelake test system
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v6,01/11] HAX to make DSC work on the icelake test system (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 0/1] Allow privileged user to map the OA buffer
 2020-07-17  0:28 UTC  (7+ messages)
` [Intel-gfx] [PATCH 1/1] drm/i915/perf: Map OA buffer to user space

[Intel-gfx] sw_sync deadlock avoidance, take 3
 2020-07-17  0:24 UTC  (7+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915/dp: HAX Try the bspec value for CLKTOP2_CORECLKCTL
 2020-07-16 23:56 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/display/dp: Hacks for testing link training fail errors
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/dp: HAX Try the bspec value for CLKTOP2_CORECLKCTL
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 1/2] drm/i915: Move WaDisableDopClockGating:skl to skl_init_clock_gating()
 2020-07-16 23:50 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: Apply WAC6entrylatency to kbl/cfl
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Move WaDisableDopClockGating:skl to skl_init_clock_gating()
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 00/14] drm/i915: PCI ID cleanup
 2020-07-16 23:11 UTC  (19+ messages)
` [Intel-gfx] [PATCH 01/14] drm/i915: Update Haswell PCI IDs
` [Intel-gfx] [PATCH 02/14] drm/i915: Reclassify SKL 0x192a as GT3
` [Intel-gfx] [PATCH 03/14] drm/i915: Reclassify SKL 0x1923 and 0x1927 as ULT
` [Intel-gfx] [PATCH 04/14] drm/i915: Add SKL GT1.5 PCI IDs
` [Intel-gfx] [PATCH 05/14] drm/i915: Try to fix the SKL GT3/4 vs. GT3e/4e comments
` [Intel-gfx] [PATCH 06/14] drm/i915: Ocd the HSW PCI ID hex numbers
` [Intel-gfx] [PATCH 07/14] drm/i915: Sort HSW PCI IDs
` [Intel-gfx] [PATCH 08/14] drm/i915: Sort SKL "
` [Intel-gfx] [PATCH 09/14] drm/i915: Sort KBL "
` [Intel-gfx] [PATCH 10/14] drm/i915: Sort CML "
` [Intel-gfx] [PATCH 11/14] drm/i915: Sort CFL "
` [Intel-gfx] [PATCH 12/14] drm/i915: Sort CNL "
` [Intel-gfx] [PATCH 13/14] drm/i915: Sort ICL "
` [Intel-gfx] [PATCH 14/14] drm/i915: Sort EHL/JSL "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: PCI ID cleanup
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [v2] drm/i915/display/fbc: Disable fbc by default on TGL
 2020-07-16 19:28 UTC  (7+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/display/fbc: Disable fbc by default on TGL (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [CI 1/2] drm/i915: Be wary of data races when reading the active execlists
 2020-07-16 17:55 UTC  (6+ messages)
` [Intel-gfx] [CI 2/2] drm/i915: Remove i915_request.lock requirement for execution callbacks
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/2] drm/i915: Be wary of data races when reading the active execlists
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/display/fbc: Disable fbc by default on TGL
 2020-07-16 14:29 UTC  (6+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [CI] drm/i915: Reduce i915_request.lock contention for i915_request_wait
 2020-07-16 12:45 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: Reduce i915_request.lock contention for i915_request_wait (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PULL] drm-misc-next
 2020-07-16 11:42 UTC 

[Intel-gfx] [PATCH] drm/i915: Provide the perf pmu.module
 2020-07-16 11:35 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915: Be wary of data races when reading the active execlists
 2020-07-16 11:25 UTC  (6+ messages)

[Intel-gfx] [PATCH] drm/i915/selftests: Mock the status_page.vma for the kernel_context
 2020-07-16 10:52 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915: Remove i915_request.lock requirement for execution callbacks
 2020-07-16 10:22 UTC  (6+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: Remove requirement for holding i915_request.lock for breadcrumbs

[Intel-gfx] [RFC 00/60] DG1 LMEM enabling
 2020-07-16 10:11 UTC  (6+ messages)
` [Intel-gfx] [RFC 33/60] drm/i915/lmem: support pwrite

[Intel-gfx] [PATCH] drm/i915: Reduce i915_request.lock contention for i915_request_wait
 2020-07-16  9:02 UTC  (8+ messages)

[Intel-gfx] [PATCH] drm/i915/display: Ensure that ret is always initialized in icl_combo_phy_verify_state
 2020-07-16  5:31 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH CI] drm/i915/display: Implement HOBL
 2020-07-15 23:37 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH] Revert "Revert "drm/i915/dp: Correctly advertise HBR3 for GEN11+""
 2020-07-15 23:34 UTC  (5+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: Only transfer the virtual context to the new engine if active
 2020-07-15 23:25 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[Intel-gfx] [PATCH v7 0/5] Remaining RKL patches
 2020-07-15 23:13 UTC  (4+ messages)
` [Intel-gfx] [PATCH v7 3/5] drm/i915/rkl: Handle HTI


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).