intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-16 14:17:53 to 2020-12-18 12:48:57 UTC [more...]

[Intel-gfx] [PATCH] drm/i915: Check for rq->hwsp validity after acquiring RCU lock
 2020-12-18 12:48 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [RFC][PATCH 0/3] Infoframe changes for DP-HDMI2.1 PCON
 2020-12-18 12:45 UTC  (5+ messages)
` [Intel-gfx] [RFC][PATCH 1/3] drm/i915: Export intel_hdmi_compute_avi_infoframe()
` [Intel-gfx] [RFC][PATCH 2/3] drm/i915: Sending AVI infoframe through GMP DIP
` [Intel-gfx] [RFC][PATCH 3/3] drm/i915: Implement readout for AVI infoframe SDP
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Infoframe changes for DP-HDMI2.1 PCON

[Intel-gfx] [PATCH v2 1/2] drm/i915/tgl: Fix REVID macros for TGL to fetch correct stepping
 2020-12-18 12:43 UTC  (5+ messages)

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: Try to guess PCH type even without ISA bridge
 2020-12-18 11:27 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2] "
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Try to guess PCH type even without ISA bridge (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v7 00/15] Add support for DP-HDMI2.1 PCON
 2020-12-18 11:11 UTC  (19+ messages)
` [Intel-gfx] [PATCH v7 01/15] drm/edid: Add additional HFVSDB fields for HDMI2.1
` [Intel-gfx] [PATCH v7 02/15] drm/edid: Parse MAX_FRL field from HFVSDB block
` [Intel-gfx] [PATCH v7 03/15] drm/edid: Parse DSC1.2 cap fields "
` [Intel-gfx] [PATCH v7 04/15] drm/dp_helper: Add Helpers for FRL Link Training support for DP-HDMI2.1 PCON
` [Intel-gfx] [PATCH v7 05/15] drm/dp_helper: Add support for link failure detection
` [Intel-gfx] [PATCH v7 06/15] drm/dp_helper: Add support for Configuring DSC for HDMI2.1 Pcon
` [Intel-gfx] [PATCH v7 07/15] drm/dp_helper: Add helpers to configure PCONs RGB-YCbCr Conversion
` [Intel-gfx] [PATCH v7 08/15] drm/i915: Capture max frl rate for PCON in dfp cap structure
` [Intel-gfx] [PATCH v7 09/15] drm/i915: Add support for starting FRL training for HDMI2.1 via PCON
` [Intel-gfx] [PATCH v7 10/15] drm/i915: Check for FRL training before DP Link training
` [Intel-gfx] [PATCH v7 11/15] drm/i915: Add support for enabling link status and recovery
` [Intel-gfx] [PATCH v7 12/15] drm/i915: Read DSC capabilities of the HDMI2.1 PCON encoder
` [Intel-gfx] [PATCH v7 13/15] drm/i915: Add helper functions for calculating DSC parameters for HDMI2.1
` [Intel-gfx] [PATCH v7 14/15] drm/i915/display: Configure PCON for DSC1.1 to DSC1.2 encoding
` [Intel-gfx] [PATCH v7 15/15] drm/i915/display: Let PCON convert from RGB to YCbCr if it can

[Intel-gfx] [PATCH 1/2] i915/perf: Move gen specific OA formats to single array
 2020-12-18  9:47 UTC  (7+ messages)

[Intel-gfx] [PATCH i-g-t] lib/igt_perf: Request CLOCK_MONOTONIC when opening events
 2020-12-18  9:38 UTC  (2+ messages)
` [Intel-gfx] [igt-dev] "

[Intel-gfx] [RFC v5] refactor intel display a bit more
 2020-12-18  7:22 UTC  (15+ messages)
` [Intel-gfx] [PATCH 01/13] drm/i915/display: move needs_modeset to an inline in header
` [Intel-gfx] [PATCH 02/13] drm/i915/display: move to_intel_frontbuffer to header
` [Intel-gfx] [PATCH 03/13] drm/i915/display: fix misused comma
` [Intel-gfx] [PATCH 04/13] drm/i915: refactor cursor code out of i915_display.c
` [Intel-gfx] [PATCH 05/13] drm/i915: refactor i915 plane code into separate file
` [Intel-gfx] [PATCH 06/13] drm/i915: refactor some crtc code out of intel display. (v2)
` [Intel-gfx] [PATCH 07/13] drm/i915: refactor pll code out into intel_dpll.c
` [Intel-gfx] [PATCH 08/13] drm/i915: split fdi code out from intel_display.c
` [Intel-gfx] [PATCH 09/13] drm/i915: migrate hsw fdi code to new file
` [Intel-gfx] [PATCH 10/13] drm/i915: migrate skl planes code new file (v2)
` [Intel-gfx] [PATCH 11/13] drm/i915: move pipe update code into crtc
` [Intel-gfx] [PATCH 12/13] drm/i915: split fb scalable checks into g4x and skl versions
` [Intel-gfx] [PATCH 13/13] drm/i915: move is_ccs_modifier to an inline
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [01/13] drm/i915/display: move needs_modeset to an inline in header

[Intel-gfx] [PATCH] drm/i915/rkl: Add DP vswing programming tables
 2020-12-18  5:59 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [RFC-v12 00/13] Introduce Intel PXP component - Mesa single session
 2020-12-17 23:38 UTC  (15+ messages)
` [Intel-gfx] [RFC-v12 01/13] drm/i915/pxp: Introduce Intel PXP component
` [Intel-gfx] [RFC-v12 02/13] drm/i915/pxp: set KCR reg init during the boot time
` [Intel-gfx] [RFC-v12 03/13] drm/i915/pxp: Implement funcs to create the TEE channel
` [Intel-gfx] [RFC-v12 04/13] drm/i915/pxp: Create the arbitrary session after boot
` [Intel-gfx] [RFC-v12 05/13] drm/i915/pxp: Func to send hardware session termination
` [Intel-gfx] [RFC-v12 06/13] drm/i915/pxp: Enable PXP irq worker and callback stub
` [Intel-gfx] [RFC-v12 07/13] drm/i915/pxp: Destroy arb session upon teardown
` [Intel-gfx] [RFC-v12 08/13] drm/i915/pxp: Enable PXP power management
` [Intel-gfx] [RFC-v12 09/13] drm/i915/pxp: Expose session state for display protection flip
` [Intel-gfx] [RFC-v12 10/13] mei: pxp: export pavp client to me client bus
` [Intel-gfx] [RFC-v12 11/13] drm/i915/uapi: introduce drm_i915_gem_create_ext
` [Intel-gfx] [RFC-v12 12/13] drm/i915/pxp: User interface for Protected buffer
` [Intel-gfx] [RFC-v12 13/13] drm/i915/pxp: Add plane decryption support
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Introduce Intel PXP component - Mesa single session (rev12)

[Intel-gfx] [PATCH v7 1/5] drm: Add function to convert rect in 16.16 fixed format to regular format
 2020-12-17 22:26 UTC  (7+ messages)
` [Intel-gfx] [PATCH v7 2/5] drm/i915/display/psr: Use plane damage clips to calculate damaged area
` [Intel-gfx] [PATCH v7 3/5] drm/i915/display: Split and export main surface calculation from skl_check_main_surface()
` [Intel-gfx] [PATCH v7 4/5] drm/i915/display/psr: Program plane's calculated offset to plane SF register
` [Intel-gfx] [PATCH v7 5/5] HAX/DO_NOT_MERGE_IT: drm/i915/display: Enable PSR2 selective fetch for testing
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [v7,1/5] drm: Add function to convert rect in 16.16 fixed format to regular format
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [RFC-v11 00/13] Introduce Intel PXP component - Mesa single session
 2020-12-17 22:26 UTC  (15+ messages)
` [Intel-gfx] [RFC-v11 01/13] drm/i915/pxp: Introduce Intel PXP component
` [Intel-gfx] [RFC-v11 02/13] drm/i915/pxp: set KCR reg init during the boot time
` [Intel-gfx] [RFC-v11 03/13] drm/i915/pxp: Implement funcs to create the TEE channel
` [Intel-gfx] [RFC-v11 04/13] drm/i915/pxp: Create the arbitrary session after boot
` [Intel-gfx] [RFC-v11 05/13] drm/i915/pxp: Func to send hardware session termination
` [Intel-gfx] [RFC-v11 06/13] drm/i915/pxp: Enable PXP irq worker and callback stub
` [Intel-gfx] [RFC-v11 07/13] drm/i915/pxp: Destroy arb session upon teardown
` [Intel-gfx] [RFC-v11 08/13] drm/i915/pxp: Enable PXP power management
` [Intel-gfx] [RFC-v11 09/13] drm/i915/pxp: Expose session state for display protection flip
` [Intel-gfx] [RFC-v11 10/13] mei: pxp: export pavp client to me client bus
` [Intel-gfx] [RFC-v11 11/13] drm/i915/uapi: introduce drm_i915_gem_create_ext
` [Intel-gfx] [RFC-v11 12/13] drm/i915/pxp: User interface for Protected buffer
` [Intel-gfx] [RFC-v11 13/13] drm/i915/pxp: Add plane decryption support
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Introduce Intel PXP component - Mesa single session (rev11)

[Intel-gfx] [PATCH v3 0/9] drm/i915: Add support for Intel's eDP backlight controls
 2020-12-17 21:26 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/dg1: Update voltage swing tables for DP
 2020-12-17 20:49 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dg1: Update voltage swing tables for DP (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/gt: Drain the breadcrumbs just once
 2020-12-17 18:47 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH i-g-t] i915/perf_pmu: Exercise I915_PMU_SOFTWARE_GT_AWAKE_TIME
 2020-12-17 17:49 UTC  (6+ messages)
` [Intel-gfx] [PATCH i-g-t v2] "

[Intel-gfx] [PATCH v6 1/5] drm: Add function to convert rect in 16.16 fixed format to regular format
 2020-12-17 16:04 UTC  (11+ messages)
` [Intel-gfx] [PATCH v6 2/5] drm/i915/display/psr: Use plane damage clips to calculate damaged area

[Intel-gfx] [PATCH v7 1/5] drm: Add function to convert rect in 16.16 fixed format to regular format
 2020-12-17 11:59 UTC  (8+ messages)
` [Intel-gfx] [PATCH v7 2/5] drm/i915/display/psr: Use plane damage clips to calculate damaged area
` [Intel-gfx] [PATCH v7 3/5] drm/i915/display: Split and export main surface calculation from skl_check_main_surface()
` [Intel-gfx] [PATCH v7 4/5] drm/i915/display/psr: Program plane's calculated offset to plane SF register
` [Intel-gfx] [PATCH v7 5/5] HAX/DO_NOT_MERGE_IT: drm/i915/display: Enable PSR2 selective fetch for testing
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [v7,1/5] drm: Add function to convert rect in 16.16 fixed format to regular format
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH i-g-t] i915/perf_pmu: Replace init/read-other with a plea
 2020-12-17 10:51 UTC  (2+ messages)
` [Intel-gfx] [igt-dev] "

[Intel-gfx] [PATCH i-g-t 1/3] intel_gpu_top: Support exiting the tool by pressing 'q'
 2020-12-17 10:38 UTC  (3+ messages)
` [Intel-gfx] [PATCH i-g-t 2/3] intel_gpu_top: Aggregate engine busyness per class
` [Intel-gfx] [PATCH i-g-t 3/3] intel_gpu_top: Fix interactive mode on serial console

[Intel-gfx] [PULL] drm-misc-next
 2020-12-17 10:12 UTC 

[Intel-gfx] [PATCH i-g-t 1/2] intel_gpu_top: Support exiting the tool by pressing 'q'
 2020-12-17  8:31 UTC  (11+ messages)
` [Intel-gfx] [PATCH i-g-t 2/2] intel_gpu_top: Aggregate engine busyness per class
  ` [Intel-gfx] [igt-dev] "
        ` [Intel-gfx] [PATCH v2 "
` [Intel-gfx] [igt-dev] [PATCH i-g-t 1/2] intel_gpu_top: Support exiting the tool by pressing 'q'
  ` [Intel-gfx] [PATCH v2 "

[Intel-gfx] [PATCH] drm/i915/rkl: new rkl ddc map for different PCH
 2020-12-17  7:48 UTC  (4+ messages)
` [Intel-gfx] [PATCH v5] "

[Intel-gfx] [CI 1/2] drm/i915/gt: Split logical ring contexts from execlist submission
 2020-12-17  4:04 UTC  (5+ messages)
` [Intel-gfx] [CI 2/2] drm/i915/gt: Provide a utility to create a scratch buffer
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/2] drm/i915/gt: Split logical ring contexts from execlist submission
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [CI] drm/i915/gt: Track the overall awake/busy time
 2020-12-17  2:24 UTC  (2+ messages)
` [Intel-gfx] [drm/i915/gt] c12b7a396f: perf-sanity-tests.Parse_event_definition_strings.fail

[Intel-gfx] [RFC-v10 00/13] Introduce Intel PXP component - Mesa single session
 2020-12-17  1:49 UTC  (15+ messages)
` [Intel-gfx] [RFC-v10 01/13] drm/i915/pxp: Introduce Intel PXP component
` [Intel-gfx] [RFC-v10 02/13] drm/i915/pxp: set KCR reg init during the boot time
` [Intel-gfx] [RFC-v10 03/13] drm/i915/pxp: Implement funcs to create the TEE channel
` [Intel-gfx] [RFC-v10 04/13] drm/i915/pxp: Create the arbitrary session after boot
` [Intel-gfx] [RFC-v10 05/13] drm/i915/pxp: Func to send hardware session termination
` [Intel-gfx] [RFC-v10 06/13] drm/i915/pxp: Enable PXP irq worker and callback stub
` [Intel-gfx] [RFC-v10 07/13] drm/i915/pxp: Destroy arb session upon teardown
` [Intel-gfx] [RFC-v10 08/13] drm/i915/pxp: Enable PXP power management
` [Intel-gfx] [RFC-v10 09/13] drm/i915/pxp: Expose session state for display protection flip
` [Intel-gfx] [RFC-v10 10/13] mei: pxp: export pavp client to me client bus
` [Intel-gfx] [RFC-v10 11/13] drm/i915/uapi: introduce drm_i915_gem_create_ext
` [Intel-gfx] [RFC-v10 12/13] drm/i915/pxp: User interface for Protected buffer
` [Intel-gfx] [RFC-v10 13/13] drm/i915/pxp: Add plane decryption support
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Introduce Intel PXP component - Mesa single session (rev10)

[Intel-gfx] [PATCH] drm/i915/cml : Add TGP PCH support
 2020-12-17  1:01 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [CI] drm/i915: Encode fence specific waitqueue behaviour into the wait.flags
 2020-12-17  0:17 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [RFC-v4 00/21] Introduce Intel PXP component - Mesa single session
 2020-12-17  0:15 UTC  (4+ messages)
` [Intel-gfx] [RFC-v4 02/21] drm/i915/pxp: set KCR reg init during the boot time

[Intel-gfx] [CI 1/7] drm/i915/gt: Track all timelines created using the HWSP
 2020-12-16 23:31 UTC  (10+ messages)
` [Intel-gfx] [CI 2/7] drm/i915/gt: Wrap intel_timeline.has_initial_breadcrumb
` [Intel-gfx] [CI 3/7] drm/i915/gt: Track timeline GGTT offset separately from subpage offset
` [Intel-gfx] [CI 4/7] drm/i915/gt: Add timeline "mode"
` [Intel-gfx] [CI 5/7] drm/i915/gt: Use indices for writing into relative timelines
` [Intel-gfx] [CI 6/7] drm/i915/selftests: Exercise relative timeline modes
` [Intel-gfx] [CI 7/7] drm/i915/gt: Use ppHWSP for unshared non-semaphore related timelines
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [CI,1/7] drm/i915/gt: Track all timelines created using the HWSP
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH -next] gpu/drm/i915: convert comma to semicolon
 2020-12-16 22:45 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915: Fix mismatch between misplaced vma check and vma insert
 2020-12-16 21:53 UTC  (8+ messages)

[Intel-gfx] [PATCH i-g-t] i915/gem_softpin: Check the last 32b page is excluded
 2020-12-16 21:35 UTC  (3+ messages)

[Intel-gfx] [PATCH v5 15/15] drm/i915/display: Let PCON convert from RGB to YUV if it can
 2020-12-16 19:33 UTC  (3+ messages)
` [Intel-gfx] [PATCH v6 "

[Intel-gfx] [PATCH v5 00/15] Add support for DP-HDMI2.1 PCON
 2020-12-16 19:15 UTC  (4+ messages)
` [Intel-gfx] [PATCH v5 07/15] drm/dp_helper: Add helpers to configure PCONs RGB-YCbCr Conversion
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Add support for DP-HDMI2.1 PCON (rev8)

[Intel-gfx] [PATCH] drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.h
 2020-12-16 17:34 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v7 1/2] drm/i915/display: Support PSR Multiple Transcoders
 2020-12-16 16:41 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [v7,1/2] "

[Intel-gfx] [PATCH i-g-t] i915/gem_exec_schedule: Try to spot unfairness
 2020-12-16 15:24 UTC 

[Intel-gfx] [PATCH v4 09/11] drm/i915: migrate skl planes code new file
 2020-12-16 15:21 UTC  (2+ messages)
` [Intel-gfx] [kbuild] "

[Intel-gfx] [PATCH v6 1/2] drm/i915/display: Support PSR Multiple Transcoders
 2020-12-16 14:17 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [v6,1/2] "


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