intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-04 12:35:52 to 2021-05-06 18:58:23 UTC [more...]

[Intel-gfx] [RFC PATCH 00/97] Basic GuC submission support in the i915
 2021-05-06 19:13 UTC  (18+ messages)
` [Intel-gfx] [RFC PATCH 01/97] drm/i915/gt: Move engine setup out of set_default_submission
` [Intel-gfx] [RFC PATCH 02/97] drm/i915/gt: Move submission_method into intel_gt
` [Intel-gfx] [RFC PATCH 03/97] drm/i915/gt: Move CS interrupt handler to the backend
` [Intel-gfx] [RFC PATCH 04/97] drm/i915/guc: skip disabling CTBs before sanitizing the GuC
` [Intel-gfx] [RFC PATCH 05/97] drm/i915/guc: use probe_error log for CT enablement failure
` [Intel-gfx] [RFC PATCH 06/97] drm/i915/guc: enable only the user interrupt when using GuC submission
` [Intel-gfx] [RFC PATCH 09/97] drm/i915/guc: Stop using fence/status from CTB descriptor
` [Intel-gfx] [RFC PATCH 10/97] drm/i915: Promote ptrdiff() to i915_utils.h
` [Intel-gfx] [RFC PATCH 11/97] drm/i915/guc: Only rely on own CTB size
` [Intel-gfx] [RFC PATCH 12/97] drm/i915/guc: Don't repeat CTB layout calculations
` [Intel-gfx] [RFC PATCH 13/97] drm/i915/guc: Replace CTB array with explicit members
` [Intel-gfx] [RFC PATCH 14/97] drm/i915/guc: Update sizes of CTB buffers
` [Intel-gfx] [RFC PATCH 16/97] drm/i915/guc: Start protecting access to CTB descriptors
` [Intel-gfx] [RFC PATCH 17/97] drm/i915/guc: Stop using mutex while sending CTB messages
` [Intel-gfx] [RFC PATCH 19/97] drm/i915/guc: Always copy CT message to new allocation
` [Intel-gfx] [RFC PATCH 21/97] drm/i915/guc: Update MMIO based communication
` [Intel-gfx] [RFC PATCH 26/97] drm/i915/guc: New definition of the CTB registration action

[Intel-gfx] [PATCH v2 00/10] drm/i915/adl_p: Add support for Display Page Tables
 2021-05-06 18:14 UTC  (16+ messages)
` [Intel-gfx] [PATCH v2 01/10] drm/i915/xelpd: add XE_LPD display characteristics
` [Intel-gfx] [PATCH v2 02/10] drm/i915/adl_p: Add PCI Devices IDs
` [Intel-gfx] [PATCH v2 03/10] drm/i915/adl_p: ADL_P device info enabling
` [Intel-gfx] [PATCH v2 04/10] drm/i915/xelpd: First stab at DPT support
` [Intel-gfx] [PATCH v2 05/10] drm/i915/xelpd: Fallback to plane stride limitations when using DPT
` [Intel-gfx] [PATCH v2 06/10] drm/i915/xelpd: Support 128k plane stride
` [Intel-gfx] [PATCH v2 07/10] drm/i915/adl_p: Add stride restriction when using DPT
` [Intel-gfx] [PATCH v2 08/10] drm/i915/adl_p: Disable support for 90/270 FB rotation
` [Intel-gfx] [PATCH v2 09/10] drm/i915/adl_p: Require a minimum of 8 tiles stride for DPT FBs
` [Intel-gfx] [PATCH v2 10/10] drm/i915/adl_p: Enable remapping to pad DPT FB strides to POT
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/adl_p: Add support for Display Page Tables (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 0/3] drm/i915/display: Try YCbCr420 color when RGB fails
 2021-05-06 18:04 UTC  (6+ messages)
` [Intel-gfx] [PATCH 1/3] drm/i915/display: New function to avoid duplicate code in upcomming commits
` [Intel-gfx] [PATCH 2/3] drm/i915/display: Restructure output format computation for better expandability
` [Intel-gfx] [PATCH 3/3] drm/i915/display: Use YCbCr420 as fallback when RGB fails
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: Try YCbCr420 color "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915/display: Disable PSR2 sel fetch in TGL pre-production
 2021-05-06 17:44 UTC  (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 0/3] drm/i915/display Try YCbCr420 color when RGB fails
 2021-05-06 17:33 UTC  (9+ messages)
` [Intel-gfx] [PATCH 1/3] New function to avoid duplicate code in upcomming commits
` [Intel-gfx] [PATCH 2/3] Restructure output format computation for better expandability
` [Intel-gfx] [PATCH 3/3] Use YCbCr420 as fallback when RGB fails
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/display Try YCbCr420 color "

[Intel-gfx] [RFC PATCH 0/5] GuC submission / DRM scheduler integration plan + new uAPI
 2021-05-06 17:30 UTC  (7+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "
` [Intel-gfx] [RFC PATCH 1/5] drm/doc/rfc: i915 GuC submission / DRM scheduler integration plan
` [Intel-gfx] [RFC PATCH 2/5] drm/doc/rfc: i915 new parallel submission uAPI plan
` [Intel-gfx] [RFC PATCH 3/5] drm/i915: Expose logical engine instance to user
` [Intel-gfx] [RFC PATCH 4/5] drm/i915: Introduce 'set parallel submit' extension
` [Intel-gfx] [RFC PATCH 5/5] drm/i915: Update execbuf IOCTL to accept N BBs

[Intel-gfx] [PATCH 0/8] drm + usb-type-c: Add support for out-of-band hotplug notification (v3)
 2021-05-06 15:31 UTC  (14+ messages)
` [Intel-gfx] [PATCH 1/8] drm/connector: Give connector sysfs devices there own device_type
` [Intel-gfx] [PATCH 2/8] drm/connector: Add a fwnode pointer to drm_connector and register with ACPI (v2)
` [Intel-gfx] [PATCH 3/8] drm/connector: Add drm_connector_find_by_fwnode() function (v2)
` [Intel-gfx] [PATCH 4/8] drm/connector: Add support for out-of-band hotplug notification (v3)
` [Intel-gfx] [PATCH 5/8] drm/i915: Associate ACPI connector nodes with connector entries (v2)
` [Intel-gfx] [PATCH 6/8] drm/i915/dp: Add support for out-of-bound hotplug events
` [Intel-gfx] [PATCH 7/8] usb: typec: altmodes/displayport: Make dp_altmode_notify() more generic
` [Intel-gfx] [PATCH 8/8] usb: typec: altmodes/displayport: Notify drm subsys of hotplug events
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm + usb-type-c: Add support for out-of-band hotplug notification (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] i915 flickering with 5.12.X kernels
 2021-05-06 13:29 UTC  (2+ messages)

[Intel-gfx] [PULL] drm-misc-next-fixes
 2021-05-06 12:27 UTC 

[Intel-gfx] [PATCH 00/11] drm/i915/adl_p: Add support for Display Page Tables
 2021-05-06 11:11 UTC  (8+ messages)
` [Intel-gfx] [PATCH 02/11] drm/i915/xelpd: add XE_LPD display characteristics
` [Intel-gfx] [PATCH 04/11] drm/i915/adl_p: ADL_P device info enabling
` [Intel-gfx] [PATCH 10/11] drm/i915/adl_p: Require a minimum of 8 tiles stride for DPT FBs

[Intel-gfx] [PATCH] drm/i915: Reorder skl+ scaler vs. plane updates
 2021-05-06 10:42 UTC  (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [RFC 0/1] drm/i915/display: Expose HDMI properties to userspace
 2021-05-06 10:33 UTC  (6+ messages)
` [Intel-gfx] [RFC 1/1] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] i915: Increase *_latency array size
 2021-05-06 10:23 UTC  (7+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915: Nuke display error state
 2021-05-06 10:17 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 1/8] drm/arm: Don't set allow_fb_modifiers explicitly
 2021-05-06  9:55 UTC  (10+ messages)
` [Intel-gfx] [PATCH 8/8] drm/modifiers: Enforce consistency between the cap an IN_FORMATS

[Intel-gfx] Enabling sample_c optimization for Broadwell GPUs
 2021-05-05 15:35 UTC  (3+ messages)

[Intel-gfx] [PATCH i-g-t v4] lib/i915/perf: Fix non-card0 processing
 2021-05-06  6:57 UTC 

[Intel-gfx] [PATCH] drm/i915: Remove redundant DIRTYFB frontbuffer flushes
 2021-05-06  0:09 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/fbc: Don't nuke manually around flips
 2021-05-05 23:17 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 0/4] drm/i915/display Try YCbCr420 color when RGB fails
 2021-05-05 20:17 UTC  (7+ messages)
` [Intel-gfx] [PATCH 1/3] New function to avoid duplicate code in upcomming commits
` [Intel-gfx] [PATCH 2/3] Restructure output format computation for better expandability
` [Intel-gfx] [PATCH 3/3] Use YCbCr420 as fallback when RGB fails
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/display Try YCbCr420 color "

[Intel-gfx] [PATCH 0/3] Pipe DMC Prep patches
 2021-05-05 17:36 UTC  (4+ messages)

[Intel-gfx] [PATCH 0/3] drm/i915/display Try YCbCr420 color when RGB fails
 2021-05-05 17:24 UTC  (5+ messages)
` [Intel-gfx] [PATCH 1/3] New function to avoid duplicate code in upcomming commits
` [Intel-gfx] [PATCH 2/3] Restructure output format computation for better expandability
` [Intel-gfx] [PATCH 3/3] Use YCbCr420 as fallback when RGB fails
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/display Try YCbCr420 color "

[Intel-gfx] [PATCH i-g-t v3] lib/i915/perf: Fix non-card0 processing
 2021-05-05 15:26 UTC 

[Intel-gfx] [PATCH 0/4] drm/i915/display Try YCbCr420 color when RGB fails
 2021-05-05 13:59 UTC  (13+ messages)
` [Intel-gfx] [PATCH 2/4] Add missing check
` [Intel-gfx] [PATCH 3/4] Restructure output format computation for better expandability
` [Intel-gfx] [PATCH 4/4] Use YCbCr420 as fallback when RGB fails

[Intel-gfx] [PATCH i-g-t v2] lib/i915/perf: Fix non-card0 processing
 2021-05-05 13:46 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/9] drm + usb-type-c: Add support for out-of-band hotplug notification (v2)
 2021-05-05 12:55 UTC  (20+ messages)
` [Intel-gfx] [PATCH 4/9] drm/connector: "
` [Intel-gfx] [PATCH 5/9] drm/i915: Associate ACPI connector nodes with connector entries
` [Intel-gfx] [PATCH 8/9] usb: typec: altmodes/displayport: Notify drm subsys of hotplug events

[Intel-gfx] [PATCH] drm/i915: drop the __i915_active_call pointer packing
 2021-05-05 12:10 UTC  (8+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: drop the __i915_active_call pointer packing (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 00/27] drm/i915/gem: ioctl clean-ups (v5)
 2021-05-05 10:09 UTC  (31+ messages)
` [Intel-gfx] [PATCH 12/27] drm/i915/gem: Disallow creating contexts with too many engines
` [Intel-gfx] [PATCH 16/27] drm/i915/gem: Add an intermediate proto_context struct
` [Intel-gfx] [PATCH 17/27] drm/i915/gem: Rework error handling in default_engines
` [Intel-gfx] [PATCH 18/27] drm/i915/gem: Optionally set SSEU in intel_context_set_gem
` [Intel-gfx] [PATCH 19/27] drm/i915/gem: Use the proto-context to handle create parameters
` [Intel-gfx] [PATCH 22/27] drm/i915/gem: Delay context creation
` [Intel-gfx] [PATCH 23/27] drm/i915/gem: Don't allow changing the VM on running contexts
` [Intel-gfx] [PATCH 24/27] drm/i915/gem: Don't allow changing the engine set "
` [Intel-gfx] [PATCH 25/27] drm/i915/selftests: Take a VM in kernel_context()
` [Intel-gfx] [PATCH 26/27] i915/gem/selftests: Assign the VM at context creation in igt_shared_ctx_exec
` [Intel-gfx] [PATCH 27/27] drm/i915/gem: Roll all of context creation together

[Intel-gfx] [RFC PATCH i-g-t] lib/i915/perf: Fix non-card0 processing
 2021-05-05  9:56 UTC  (3+ messages)

[Intel-gfx] [PATCH v2] drm/i915: Use correct downstream caps for check Src-Ctl mode for PCON
 2021-05-05  9:01 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Use correct downstream caps for check Src-Ctl mode for PCON (rev2)

[Intel-gfx] [PATCH] drm/i915: Use correct downstream caps for check Src-Ctl mode for PCON
 2021-05-05  7:34 UTC  (3+ messages)

[Intel-gfx] [PATCH v2 1/2] drm/i915: Don't include intel_de.h from intel_display_types.h
 2021-05-05  7:24 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [v2,1/2] drm/i915: Don't include intel_de.h from intel_display_types.h (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm: Use drm_mode_is_420_only() instead of open coding it
 2021-05-04 16:57 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 0/9] drm + usb-type-c: Add support for out-of-band hotplug notification
 2021-05-04 15:34 UTC  (7+ messages)
` [Intel-gfx] [PATCH 4/9] drm/connector: "

[Intel-gfx] [PATCH 00/17] drm/i915: DDI buf trans cleaup and fixes
 2021-05-04 14:18 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: DDI buf trans cleaup and fixes (rev3)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] REGRESSION with 5.12: Suspend not working on Toshiba notebook
 2021-05-03 12:00 UTC  (4+ messages)


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