public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2019-02-25 14:41:44 to 2019-02-26 20:27:17 UTC [more...]

The road to load balancing
 2019-02-26 20:27 UTC  (4+ messages)
` [PATCH 02/46] drm/i915: Revoke mmaps and prevent access to fence registers across reset

[PATCH 00/12] Polish DRAM information readout code
 2019-02-26 19:42 UTC  (29+ messages)
` [PATCH 01/12] drm/i915: Store DIMM rank information as a number
` [PATCH 02/12] drm/i915: Extract functions to derive SKL+ DIMM info
` [PATCH 03/12] drm/i915: Polish skl_is_16gb_dimm()
  ` [PATCH v2 "
` [PATCH 04/12] drm/i915: Extract BXT DIMM helpers
  ` [PATCH v2 "
` [PATCH 05/12] drm/i915: Fix DRAM size reporting for BXT
  ` [PATCH v2 "
` [PATCH 06/12] drm/i915: Extract DIMM info on GLK too
` [PATCH 07/12] drm/i915: Use dram_dimm_info more
` [PATCH 08/12] drm/i915: Generalize intel_is_dram_symmetric()
` [PATCH 09/12] drm/i914: s/l_info/dimm_l/ etc
` [PATCH 10/12] drm/i915: Clean up intel_get_dram_info() a bit
` [PATCH 11/12] drm/i915: Extract DIMM info on cnl+
` [PATCH 12/12] drm/i915: Read out memory type
  ` [PATCH v2 "
` ✗ Fi.CI.CHECKPATCH: warning for Polish DRAM information readout code
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
` ✗ Fi.CI.BAT: failure for Polish DRAM information readout code (rev4)
` ✗ Fi.CI.CHECKPATCH: warning for Polish DRAM information readout code (rev5)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH 1/2] drm/i915: remove unused bits from Panel Power Sequence State
 2019-02-26 19:20 UTC  (8+ messages)
` [PATCH 2/2] drm/i915: don't check internal state in PP_STATUS

[PATCH 1/3] drm/i915/icl: move MG pll hw_state readout
 2019-02-26 19:15 UTC  (10+ messages)
` [PATCH 3/3] drm/i915/icl: decouple dpll ids from type

[RFC PATCH 00/42] Introduce memory region concept (including device local memory)
 2019-02-26 19:14 UTC  (28+ messages)
` [RFC PATCH 04/42] drm/i915: introduce intel_memory_region
` [RFC PATCH 05/42] drm/i915/region: support basic eviction
` [RFC PATCH 18/42] drm/i915/lmem: support CPU relocations
` [RFC PATCH 30/42] drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSET
      ` [Intel-gfx] [RFC PATCH 00/42] Introduce memory region concept (including device local memory)

[PATCH v3 0/9] drm/i915/perf: add OA interrupt support
 2019-02-26 18:04 UTC  (14+ messages)
` [PATCH v3 1/9] drm/i915/perf: rework aging tail workaround
` [PATCH v3 2/9] drm/i915/perf: move pollin setup to non hw specific code
` [PATCH v3 3/9] drm/i915/perf: only append status when data is available
` [PATCH v3 4/9] drm/i915/perf: introduce a versioning of the i915-perf uapi
` [PATCH v3 5/9] drm/i915/perf: add new open param to configure polling of OA buffer
` [PATCH v3 6/9] drm/i915: handle interrupts from the OA unit
` [PATCH v3 7/9] drm/i915/perf: add interrupt enabling parameter
` [PATCH v3 8/9] drm/i915/perf: add flushing ioctl
` [PATCH v3 9/9] drm/i915/perf: bump i915-perf revision
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/perf: add OA interrupt support (rev4)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v6 0/3] CRTC background color
 2019-02-26 16:17 UTC  (4+ messages)
` [PATCH v6 1/3] drm: Add CRTC background color property (v5)

[PATCH i-g-t] i915/gem_ctx_switch: Use minimum qlen over all engines and measure switches
 2019-02-26 16:15 UTC  (5+ messages)

[PATCH 0/3] Propagate DP-over-Type-C hotplug events from Type-C subsys to drm-drivers
 2019-02-26 16:04 UTC  (10+ messages)
` [PATCH 3/3] usb: typec: altmodes/displayport: Notify drm subsys of hotplug events
` ✗ Fi.CI.CHECKPATCH: warning for Propagate DP-over-Type-C hotplug events from Type-C subsys to drm-drivers
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/fence: Do not use TIMER_IRQSAFE
 2019-02-26 16:00 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Add support for retrying hotplug
 2019-02-26 15:34 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/icl: Probe again type-c connectors that failed

[PATCH 01/11] drm/i915: Skip scanning for signalers if we are already inflight
 2019-02-26 15:17 UTC  (16+ messages)
` [PATCH 02/11] drm/i915/execlists: Suppress mere WAIT preemption
` [PATCH 03/11] drm/i915/execlists: Suppress redundant preemption
` [PATCH 04/11] drm/i915: Make request allocation caches global
` [PATCH 05/11] drm/i915: Introduce i915_timeline.mutex
` [PATCH 06/11] drm/i915: Keep timeline HWSP allocated until idle across the system
` [PATCH 07/11] drm/i915: Compute the global scheduler caps
` [PATCH 08/11] drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
` [PATCH 09/11] drm/i915: Prioritise non-busywait semaphore workloads
` [PATCH 10/11] drm/i915/execlists: Skip direct submission if only lite-restore
` [PATCH 11/11] drm/i915: Use __ffs() in for_each_priolist for more compact code
` ✗ Fi.CI.BAT: failure for series starting with [01/11] drm/i915: Skip scanning for signalers if we are already inflight
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/11] drm/i915: Skip scanning for signalers if we are already inflight (rev2)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 1/4] drm/i915: Replace global_seqno with a hangcheck heartbeat seqno
 2019-02-26 13:21 UTC  (17+ messages)
` [PATCH 2/4] drm/i915: Remove access to global seqno in the HWSP
` [PATCH 3/4] drm/i915: Remove i915_request.global_seqno
` [PATCH 4/4] drm/i915/selftests: Exercise resetting during non-user payloads
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915: Replace global_seqno with a hangcheck heartbeat seqno
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
` [PATCH v2] "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2] drm/i915: Replace global_seqno with a hangcheck heartbeat seqno (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 00/10] HDCP2.2 Phase II
 2019-02-26 11:13 UTC  (15+ messages)
` [PATCH 01/10] drm: Add CP content type property
` [PATCH 02/10] drm/i915: Attach "
` [PATCH 03/10] drm: Add CP System Renewability Msg Property
` [PATCH 04/10] drm/i915: Add HDCP SRM Blob parsing
` [PATCH 05/10] drm/i915: Add revocation check on HDCP1.4 Ksvs
` [PATCH 06/10] drm/i915: SRM parsing and revocation check for HDCP2
` [PATCH 07/10] drm: Add CP downstream_info property
` [PATCH 08/10] drm/i915: Populate downstream info for HDCP1.4
` [PATCH 09/10] drm/i915: Populate downstream info for HDCP2.2
` [PATCH 10/10] drm/i915: debugfs: HDCP2.2 capability read
` ✗ Fi.CI.CHECKPATCH: warning for HDCP2.2 Phase II
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH i-g-t 1/7] lib/i915: Pretty print HW semaphores
 2019-02-26 11:03 UTC  (7+ messages)
` [PATCH i-g-t 2/7] lib: Add GPU power measurement
` [PATCH i-g-t 3/7] i915/gem_exec_schedule: Measure semaphore power consumption
` [PATCH i-g-t 4/7] i915/gem_exec_whisper: Measure total power consumed
` [PATCH i-g-t 5/7] i915/gem_exec_schedule: Verify that using HW semaphores doesn't block
` [PATCH i-g-t 6/7] i915/gem_exec_nop: poll-sequential requires ordering between rings
` [PATCH i-g-t 7/7] i915/gem_sync: Make switch-default asymmetric

[CI 1/4] drm/i915: Replace global_seqno with a hangcheck heartbeat seqno
 2019-02-26 10:52 UTC  (5+ messages)
` [CI 2/4] drm/i915: Remove access to global seqno in the HWSP
` [CI 3/4] drm/i915: Remove i915_request.global_seqno
` [CI 4/4] drm/i915/selftests: Exercise resetting during non-user payloads
` ✗ Fi.CI.BAT: failure for series starting with [CI,1/4] drm/i915: Replace global_seqno with a hangcheck heartbeat seqno

[PATCH v2] drm/i915/query: Split out query item checks
 2019-02-26 10:34 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] drm/i915: extract AUX mask assignment to separate function
 2019-02-26  8:28 UTC  (5+ messages)
  ` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915: extract AUX mask assignment to separate function (rev2)
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Yet another if/else sort of newer to older platforms
 2019-02-26  4:44 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Yet another if/else sort of newer to older platforms. (rev2)
` ✓ Fi.CI.IGT: "

[PATCH v3 0/9] drm/i915: Infoframe precompute/check
 2019-02-26  2:26 UTC  (14+ messages)
` [PATCH v3 1/9] drm/i915: Add the missing HDMI gamut metadata packet stuff
` [PATCH v3 2/9] drm/i915: Return the mask of enabled infoframes from ->inforame_enabled()
` [PATCH v3 3/9] drm/i915: Store mask of enabled infoframes in the crtc state
` [PATCH v3 4/9] drm/i915: Precompute HDMI infoframes
` [PATCH v3 5/9] drm/i915: Read out "
` [PATCH v3 6/9] drm/i915/sdvo: Precompute "
` [PATCH v3 7/9] drm/i915/sdvo: Read out "
` [PATCH v3 8/9] drm/i915: Check infoframe state in intel_pipe_config_compare()
` [PATCH v3 9/9] drm/i915: Include infoframes in the crtc state dump
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Infoframe precompute/check (rev7)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 1/4] drm/i915/psr: Only lookup for enabled CRTCs when forcing a fastset
 2019-02-25 21:30 UTC  (6+ messages)
` [PATCH 2/4] drm/i915: Disable PSR2 while getting pipe CRC

[PATCH v3 0/7] drm/tinydrm: Remove tinydrm_device
 2019-02-25 21:03 UTC  (11+ messages)
` [PATCH v3 1/7] drm/drv: Hold ref on parent device during drm_device lifetime
` [PATCH v3 2/7] drm: Add devm_drm_dev_init()
` [PATCH v3 3/7] drm/drv: DOC: Add driver example code
` [PATCH v3 4/7] drm/tinydrm/repaper: Drop using tinydrm_device
` [PATCH v3 5/7] drm/tinydrm: "
` [PATCH v3 6/7] drm/tinydrm: Remove tinydrm_device
` [PATCH v3 7/7] drm/tinydrm: Use drm_dev_enter/exit()
` ✗ Fi.CI.CHECKPATCH: warning for drm/tinydrm: Remove tinydrm_device
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v2 0/3] Make DRM DSC helpers more generally usable
 2019-02-25 18:58 UTC  (6+ messages)
` [PATCH v2 2/3] drm/dsc: Add native 420 and 422 support to compute_rc_params
` [PATCH v2 3/3] drm/dsc: Split DSC PPS and SDP header initialisations

[PATCH v15 00/16] drm/i915: Implement HDCP2.2
 2019-02-25 17:54 UTC  (7+ messages)

[PATCH 0/7] drm/i915/perf: add OA interrupt support
 2019-02-25 17:16 UTC  (5+ messages)
` [PATCH 7/7] drm/i915/perf: add flushing ioctl

[PATCH 1/4] drm/i915: Disable LP1+ watermarks on Lenovo Thinkpad T431s
 2019-02-25 16:11 UTC  (4+ messages)
` [PATCH 4/4] drm/i915: Restrict SNB LP3+ disable to Thinkpad X220 tablet

[PATCH i-g-t 0/2] Enabling PC8+ residency for ICL and GEN9
 2019-02-25 15:16 UTC  (3+ messages)
` [PATCH i-g-t 1/2] tests/pm_rpm: Enable PC8+ residency test "

BUG: KASAN: use-after-free in intel_hdmi_destroy+0x79/0x80
 2019-02-25 14:58 UTC  (4+ messages)
` [Intel-gfx] "


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