Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-11 09:41:43 to 2020-12-14 10:11:41 UTC [more...]

[Intel-gfx] [PATCH] drm/i915: Try to guess PCH type even without ISA bridge
 2020-12-14 10:10 UTC  (8+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
` [Intel-gfx] [RFC PATCH] drm/i915: intel_detect_pch_virt() can be static

[Intel-gfx] [PATCH 01/69] drm/i915: Use cmpxchg64 for 32b compatilibity
 2020-12-14 10:09 UTC  (69+ messages)
` [Intel-gfx] [PATCH 02/69] drm/i915/uc: Squelch load failure error message
` [Intel-gfx] [PATCH 03/69] drm/i915: Encode fence specific waitqueue behaviour into the wait.flags
` [Intel-gfx] [PATCH 04/69] drm/i915/gt: Replace direct submit with direct call to tasklet
` [Intel-gfx] [PATCH 05/69] drm/i915/gt: Use virtual_engine during execlists_dequeue
` [Intel-gfx] [PATCH 06/69] drm/i915/gt: Decouple inflight virtual engines
` [Intel-gfx] [PATCH 07/69] drm/i915/gt: Defer schedule_out until after the next dequeue
` [Intel-gfx] [PATCH 08/69] drm/i915/gt: Remove virtual breadcrumb before transfer
` [Intel-gfx] [PATCH 09/69] drm/i915/gt: Shrink the critical section for irq signaling
` [Intel-gfx] [PATCH 10/69] drm/i915/gt: Resubmit the virtual engine on schedule-out
` [Intel-gfx] [PATCH 11/69] drm/i915/gt: Simplify virtual engine handling for execlists_hold()
` [Intel-gfx] [PATCH 12/69] drm/i915/gt: ce->inflight updates are now serialised
` [Intel-gfx] [PATCH 13/69] drm/i915/gem: Drop free_work for GEM contexts
` [Intel-gfx] [PATCH 14/69] drm/i915/gt: Track the overall awake/busy time
` [Intel-gfx] [PATCH 15/69] drm/i915/gt: Track all timelines created using the HWSP
` [Intel-gfx] [PATCH 16/69] drm/i915/gt: Wrap intel_timeline.has_initial_breadcrumb
` [Intel-gfx] [PATCH 17/69] drm/i915/gt: Track timeline GGTT offset separately from subpage offset
` [Intel-gfx] [PATCH 18/69] drm/i915/gt: Add timeline "mode"
` [Intel-gfx] [PATCH 19/69] drm/i915/gt: Use indices for writing into relative timelines
` [Intel-gfx] [PATCH 20/69] drm/i915/selftests: Exercise relative timeline modes
` [Intel-gfx] [PATCH 21/69] drm/i915/gt: Use ppHWSP for unshared non-semaphore related timelines
` [Intel-gfx] [PATCH 22/69] drm/i915/selftests: Confirm RING_TIMESTAMP / CTX_TIMESTAMP share a clock
` [Intel-gfx] [PATCH 23/69] drm/i915/gt: Consolidate the CS timestamp clocks
` [Intel-gfx] [PATCH 24/69] drm/i915/gt: Prefer recycling an idle fence
` [Intel-gfx] [PATCH 25/69] drm/i915/gem: Optimistically prune dma-resv from the shrinker
` [Intel-gfx] [PATCH 26/69] drm/i915: Drop i915_request.lock serialisation around await_start
` [Intel-gfx] [PATCH 27/69] drm/i915: Drop i915_request.lock requirement for intel_rps_boost()
` [Intel-gfx] [PATCH 28/69] drm/i915/gem: Reduce ctx->engine_mutex for reading the clone source
` [Intel-gfx] [PATCH 29/69] drm/i915/gem: Reduce ctx->engines_mutex for get_engines()
` [Intel-gfx] [PATCH 30/69] drm/i915: Reduce test_and_set_bit to set_bit in i915_request_submit()
` [Intel-gfx] [PATCH 31/69] drm/i915/gt: Drop atomic for engine->fw_active tracking
` [Intel-gfx] [PATCH 32/69] drm/i915/gt: Extract busy-stats for ring-scheduler
` [Intel-gfx] [PATCH 33/69] drm/i915/gt: Convert stats.active to plain unsigned int
` [Intel-gfx] [PATCH 34/69] drm/i915/gt: Refactor heartbeat request construction and submission
` [Intel-gfx] [PATCH 35/69] drm/i915: Strip out internal priorities
` [Intel-gfx] [PATCH 36/69] drm/i915: Remove I915_USER_PRIORITY_SHIFT
` [Intel-gfx] [PATCH 37/69] drm/i915/gt: Defer the kmem_cache_free() until after the HW submit
` [Intel-gfx] [PATCH 38/69] drm/i915: Prune empty priolists
` [Intel-gfx] [PATCH 39/69] drm/i915: Replace engine->schedule() with a known request operation
` [Intel-gfx] [PATCH 40/69] drm/i915/gt: Do not suspend bonded requests if one hangs
` [Intel-gfx] [PATCH 41/69] drm/i915: Teach the i915_dependency to use a double-lock
` [Intel-gfx] [PATCH 42/69] drm/i915: Restructure priority inheritance
` [Intel-gfx] [PATCH 43/69] drm/i915/selftests: Measure set-priority duration
` [Intel-gfx] [PATCH 44/69] drm/i915/selftests: Exercise priority inheritance around an engine loop
` [Intel-gfx] [PATCH 45/69] drm/i915: Improve DFS for priority inheritance
` [Intel-gfx] [PATCH 46/69] drm/i915/gt: Remove timeslice suppression
` [Intel-gfx] [PATCH 47/69] drm/i915: Extract request submission from execlists
` [Intel-gfx] [PATCH 48/69] drm/i915: Extract request suspension from the execlists backend
` [Intel-gfx] [PATCH 49/69] drm/i915: Extract the ability to defer and rerun a request later
` [Intel-gfx] [PATCH 50/69] drm/i915: Fix the iterative dfs for defering requests
` [Intel-gfx] [PATCH 51/69] drm/i915: Wrap cmpxchg64 with try_cmpxchg64() helper
` [Intel-gfx] [PATCH 52/69] drm/i915: Fair low-latency scheduling
` [Intel-gfx] [PATCH 53/69] drm/i915/gt: Specify a deadline for the heartbeat
` [Intel-gfx] [PATCH 54/69] drm/i915: Extend the priority boosting for the display with a deadline
` [Intel-gfx] [PATCH 55/69] drm/i915: Move common active lists from engine to i915_scheduler
` [Intel-gfx] [PATCH 56/69] drm/i915: Move scheduler queue
` [Intel-gfx] [PATCH 57/69] drm/i915: Move tasklet from execlists to sched
` [Intel-gfx] [PATCH 58/69] drm/i915/gt: Another tweak for flushing the tasklets
` [Intel-gfx] [PATCH 59/69] Restore "drm/i915: drop engine_pin/unpin_breadcrumbs_irq"
` [Intel-gfx] [PATCH 60/69] drm/i915/gt: Couple tasklet scheduling for all CS interrupts
` [Intel-gfx] [PATCH 61/69] drm/i915/gt: Support creation of 'internal' rings
` [Intel-gfx] [PATCH 62/69] drm/i915/gt: Use client timeline address for seqno writes
` [Intel-gfx] [PATCH 63/69] drm/i915/gt: Infrastructure for ring scheduling
` [Intel-gfx] [PATCH 64/69] drm/i915/gt: Enable busy-stats for ring-scheduler
` [Intel-gfx] [PATCH 65/69] drm/i915/gt: Implement ring scheduler for gen6/7
` [Intel-gfx] [PATCH 66/69] drm/i915/gt: Enable ring scheduling "
` [Intel-gfx] [PATCH 67/69] drm/i915: Move saturated workload detection back to the context
` [Intel-gfx] [PATCH 68/69] drm/i915/gt: Skip over completed active execlists, again
` [Intel-gfx] [PATCH 69/69] drm/i915/gt: Support virtual engine queues

[Intel-gfx] [CI 1/3] drm/i915/pmu: Don't grab wakeref when enabling events
 2020-12-14 10:00 UTC  (5+ messages)
` [Intel-gfx] [CI 2/3] drm/i915/pmu: Use raw clock for rc6 estimation
` [Intel-gfx] [CI 3/3] drm/i915/pmu: Remove !CONFIG_PM code
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/3] drm/i915/pmu: Don't grab wakeref when enabling events
` [Intel-gfx] ✗ Fi.CI.DOCS: "

[Intel-gfx] [PATCH v5 1/6] drm/damage_helper: Check if damage clips has valid values
 2020-12-14  9:55 UTC  (14+ messages)
` [Intel-gfx] [PATCH v5 2/6] drm/i915/display: Check plane damage clips
` [Intel-gfx] [PATCH v5 3/6] drm/i915/display/psr: Use plane damage clips to calculate damaged area
` [Intel-gfx] [PATCH v5 4/6] drm/i915/display: Split and export main surface calculation from skl_check_main_surface()
` [Intel-gfx] [PATCH v5 5/6] drm/i915/display/psr: Program plane's calculated offset to plane SF register
` [Intel-gfx] [PATCH v5 6/6] HAX/DO_NOT_MERGE_IT: drm/i915/display: Enable PSR2 selective fetch for testing
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [v5,1/6] drm/damage_helper: Check if damage clips has valid values
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 01/20] drm/i915/gem: Drop false !i915_vma_is_closed assertion
 2020-12-13 19:51 UTC  (7+ messages)
` [Intel-gfx] [PATCH 07/20] drm/i915/gt: Shrink the critical section for irq signaling
` [Intel-gfx] [PATCH 12/20] drm/i915/gt: Track the overall awake/busy time

[Intel-gfx] [PATCH] drm/damage_helper: Check if damage clips has valid values
 2020-12-13 17:43 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.DOCS: warning for "
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/damage_helper: Check if damage clips has valid values (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/damage_helper: Check if damage clips has valid values

[Intel-gfx] [PATCH i-g-t] i915/gem_exec_balancer: Measure timeslicing fairness
 2020-12-13 11:53 UTC 

[Intel-gfx] [PATCH v4 00/16] Add support for DP-HDMI2.1 PCON
 2020-12-13  7:29 UTC  (11+ messages)
` [Intel-gfx] [PATCH v4 07/16] drm/dp_helper: Add helpers to configure PCONs RGB-YCbCr Conversion
` [Intel-gfx] [PATCH v4 13/16] drm/i915: Add helper functions for calculating DSC parameters for HDMI2.1
` [Intel-gfx] [PATCH v4 14/16] drm/i915/display: Configure PCON for DSC1.1 to DSC1.2 encoding
` [Intel-gfx] [PATCH v4 15/16] drm/i915: Let PCON convert from RGB to YUV if it can
` [Intel-gfx] [PATCH v4 16/16] drm/i915: Enable PCON configuration for Color Conversion for TGL

[Intel-gfx] [patch 00/30] genirq: Treewide hunt for irq descriptor abuse and assorted fixes
 2020-12-12 13:22 UTC  (40+ messages)
` [Intel-gfx] [patch 03/30] genirq: Move irq_set_lockdep_class() to core
` [Intel-gfx] [patch 09/30] ARM: smp: Use irq_desc_kstat_cpu() in show_ipi_list()
` [Intel-gfx] [patch 10/30] arm64/smp: Use irq_desc_kstat_cpu() in arch_show_interrupts()
` [Intel-gfx] [patch 12/30] s390/irq: Use irq_desc_kstat_cpu() in show_msi_interrupt()
` [Intel-gfx] [patch 13/30] drm/i915/lpe_audio: Remove pointless irq_to_desc() usage
` [Intel-gfx] [patch 14/30] drm/i915/pmu: Replace open coded kstat_irqs() copy
` [Intel-gfx] [patch 15/30] pinctrl: nomadik: Use irq_has_action()
` [Intel-gfx] [patch 16/30] mfd: ab8500-debugfs: Remove the racy fiddling with irq_desc
` [Intel-gfx] [patch 24/30] xen/events: Remove unused bind_evtchn_to_irq_lateeoi()
` [Intel-gfx] [patch 27/30] xen/events: Only force affinity mask for percpu interrupts

[Intel-gfx] [PATCH i-g-t] lib: Pass device fd to gem_mmappable_aperture_size()
 2020-12-12  9:43 UTC 

[Intel-gfx] [PATCH 1/4] dma-buf: Remove kmap kerneldoc vestiges
 2020-12-11 22:31 UTC  (6+ messages)
` [Intel-gfx] [PATCH 2/4] dma-buf: some kerneldoc formatting fixes
` [Intel-gfx] [PATCH 3/4] dma-buf: begin/end_cpu might lock the dma_resv lock
` [Intel-gfx] [PATCH 4/4] dma-buf: doc polish for pin/unpin
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [1/4] dma-buf: Remove kmap kerneldoc vestiges

[Intel-gfx] [PATCH 09/11] drm/i915: migrate skl planes code new file
 2020-12-11 22:19 UTC  (5+ messages)
` [Intel-gfx] [RFC PATCH] drm/i915: skl_plane_ctl_crtc() can be static

[Intel-gfx] [PATCH v5 1/2] drm/i915/display: Support PSR Multiple Transcoders
 2020-12-11 21:33 UTC  (7+ messages)
` [Intel-gfx] [PATCH v5 2/2] drm/i915/display: Support Multiple Transcoders' PSR status on debugfs
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v5,1/2] drm/i915/display: Support PSR Multiple Transcoders
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH -next] gpu: drm: i915: convert comma to semicolon
 2020-12-11 19:08 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.DOCS: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 1/3] drm/atomic-helpers: remove legacy_cursor_update hacks
 2020-12-11 16:30 UTC  (6+ messages)
` [Intel-gfx] [PATCH 01/65] drm/vc4: Drop legacy_cursor_update override
  ` [Intel-gfx] [PATCH 28/65] drm/ttm: WARN_ON non-empty lru when disabling a resource manager

[Intel-gfx] [PATCH v8 00/19] HDCP 2.2 and HDCP 1.4 Gen12 DP MST support
 2020-12-11 15:38 UTC  (22+ messages)
` [Intel-gfx] [PATCH v8 01/19] drm/i915/hdcp: Update CP property in update_pipe
` [Intel-gfx] [PATCH v8 02/19] drm/i915/hdcp: Get conn while content_type changed
` [Intel-gfx] [PATCH v8 03/19] drm/i915/hotplug: Handle CP_IRQ for DP-MST
` [Intel-gfx] [PATCH v8 04/19] drm/i915/hdcp: No HDCP when encoder is't initialized
` [Intel-gfx] [PATCH v8 05/19] drm/i915/hdcp: DP MST transcoder for link and stream
` [Intel-gfx] [PATCH v8 06/19] drm/i915/hdcp: Move HDCP enc status timeout to header
` [Intel-gfx] [PATCH v8 07/19] drm/i915/hdcp: HDCP stream encryption support
` [Intel-gfx] [PATCH v8 08/19] drm/i915/hdcp: Configure HDCP1.4 MST steram encryption status
` [Intel-gfx] [PATCH v8 09/19] drm/i915/hdcp: Enable Gen12 HDCP 1.4 DP MST support
` [Intel-gfx] [PATCH v8 10/19] drm/i915/hdcp: Pass dig_port to intel_hdcp_init
` [Intel-gfx] [PATCH v8 11/19] drm/i915/hdcp: Encapsulate hdcp_port_data to dig_port
` [Intel-gfx] [PATCH v8 12/19] misc/mei/hdcp: Fix AUTH_STREAM_REQ cmd buffer len
` [Intel-gfx] [PATCH v8 13/19] drm/hdcp: Max MST content streams
` [Intel-gfx] [PATCH v8 14/19] drm/i915/hdcp: MST streams support in hdcp port_data
` [Intel-gfx] [PATCH v8 15/19] drm/i915/hdcp: Pass connector to check_2_2_link
` [Intel-gfx] [PATCH v8 16/19] drm/i915/hdcp: Add HDCP 2.2 stream register
` [Intel-gfx] [PATCH v8 17/19] drm/i915/hdcp: Support for HDCP 2.2 MST shim callbacks
` [Intel-gfx] [PATCH v8 18/19] drm/i915/hdcp: Configure HDCP2.2 MST steram encryption status
` [Intel-gfx] [PATCH v8 19/19] drm/i915/hdcp: Enable HDCP 2.2 MST support
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for HDCP 2.2 and HDCP 1.4 Gen12 DP MST support (rev7)
` [Intel-gfx] ✗ Fi.CI.DOCS: "

[Intel-gfx] [PATCH i-g-t] i915/perf_pmu: Verify RC6 measurements before/after suspend
 2020-12-11 15:24 UTC  (2+ messages)
` [Intel-gfx] [PATCH i-g-t v2] "

[Intel-gfx] [PATCH 0/1] Display glitches fixes
 2020-12-11 14:13 UTC  (3+ messages)
` [Intel-gfx] [PATCH 1/1] drm/i915/dp: optimize pps_lock wherever required

[Intel-gfx] [RFC 0/5] drm: Extract DPCD backlight helpers from i915, add support in nouveau
 2020-12-11 15:01 UTC  (5+ messages)
` [Intel-gfx] [RFC 3/5] drm/i915/dp: Remove redundant AUX backlight frequency calculations
` [Intel-gfx] [RFC 4/5] drm/dp: Extract i915's eDP backlight code into DRM helpers

[Intel-gfx] [PATCH] drm/i915: Use cmpxchg64 for 32b compatilibity
 2020-12-11 13:44 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.DOCS: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915/display/tc: Only WARN once for bogus tc port flag
 2020-12-11 13:18 UTC  (3+ messages)

[Intel-gfx] [RFC-v8 00/23] Introduce Intel PXP component - Mesa single session
 2020-12-11 11:12 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.DOCS: warning for Introduce Intel PXP component - Mesa single session (rev8)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v7 00/18] HDCP 2.2 and HDCP 1.4 Gen12 DP MST support
 2020-12-11 10:43 UTC  (4+ messages)
` [Intel-gfx] [PATCH v7 17/18] drm/i915/hdcp: Support for HDCP 2.2 MST shim callbacks

[Intel-gfx] [PATCH v4 1/2] drm/i915/display: Support PSR Multiple Transcoders
 2020-12-11 10:50 UTC  (9+ messages)
` [Intel-gfx] [PATCH v4 2/2] drm/i915/display: Support Multiple Transcoders' PSR status on debugfs

[Intel-gfx] [RFC-v7 00/21] Introduce Intel PXP component - Mesa single session
 2020-12-11  9:44 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for Introduce Intel PXP component - Mesa single session (rev7)


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