intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-03 07:46:56 to 2020-02-04 09:41:07 UTC [more...]

[Intel-gfx] [CI] drm/i915/selftests: Add a simple rollover test for the kernel context
 2020-02-04  9:41 UTC 

[Intel-gfx] [PATCH 0/5] drm/i915: conversion to new struct drm_device based logging macros
 2020-02-04  9:36 UTC  (5+ messages)
` [Intel-gfx] [PATCH 4/5] drm/i915/perf: conversion to "
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: conversion to new "

[Intel-gfx] [PATCH 00/12] drm/i915/display: conversion to drm_device based logging macros
 2020-02-04  9:28 UTC  (2+ messages)

[Intel-gfx] [PATCH 00/12] drm/i915: conversion to drm_device based logging macros
 2020-02-04  9:18 UTC  (13+ messages)
` [Intel-gfx] [PATCH 01/12] drm/i915/dp: convert to struct "
` [Intel-gfx] [PATCH 02/12] drm/i915/dp_link_training: convert to "
` [Intel-gfx] [PATCH 03/12] drm/i915/atomic: conversion "
` [Intel-gfx] [PATCH 04/12] drm/i915/color: "
` [Intel-gfx] [PATCH 05/12] drm/i915/crt: automatic "
` [Intel-gfx] [PATCH 06/12] drm/i915/dp_aux_backlight: convert "
` [Intel-gfx] [PATCH 07/12] drm/i915/dpll_mgr: "
` [Intel-gfx] [PATCH 08/12] drm/i915/combo_phy: convert to struct drm_device "
` [Intel-gfx] [PATCH 09/12] drm/i915/dp_mst: convert to drm_device based "
` [Intel-gfx] [PATCH 10/12] drm/i915/dsi_vbt: "
` [Intel-gfx] [PATCH 11/12] drm/i915/hdmi: convert to struct "
` [Intel-gfx] [PATCH 12/12] drm/i915/dpio_phy: convert to "

[Intel-gfx] [PATCH v5 00/21] drm: Introduce struct drm_device based WARN* and use them in i915
 2020-02-04  9:11 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: Fix rc6 on Ivybridge
 2020-02-04  9:09 UTC  (3+ messages)

[Intel-gfx] [PATCH 1/5] drm: Remove PageReserved manipulation from drm_pci_alloc
 2020-02-04  8:34 UTC  (11+ messages)
` [Intel-gfx] [PATCH 2/5] drm: Remove the dma_alloc_coherent wrapper for internal usage
` [Intel-gfx] [PATCH 3/5] drm/r128: Wean off drm_pci_alloc
` [Intel-gfx] [PATCH 5/5] drm: Remove exports for drm_pci_alloc/drm_pci_free

[Intel-gfx] RFC: pipe writeback design for i915
 2020-02-04  8:05 UTC 

[Intel-gfx] [PATCH 1/2] drm/i915/display/fbc: Make fences a nice-to-have for GEN9+
 2020-02-04  2:06 UTC  (7+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/dgfx: Do not write in removed FBC fence registers

[Intel-gfx] [PATCH 1/2] drm/i915: Program MBUS with rmw during initialization
 2020-02-04  1:10 UTC  (2+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/tgl: Program MBUS_ABOX{1, 2}_CTL during display init

[Intel-gfx] [PATCH] drm/i915/ehl: Check VBT before updating the transcoder for pipe
 2020-02-04  0:02 UTC 

[Intel-gfx] [PATCH v2 00/10] Commit early to GuC
 2020-02-03 23:28 UTC  (11+ messages)
` [Intel-gfx] [PATCH v2 01/10] drm/i915/debugfs: Pass guc_log struct to i915_guc_log_info
` [Intel-gfx] [PATCH v2 02/10] drm/i915/guc: Kill USES_GUC macro
` [Intel-gfx] [PATCH v2 03/10] drm/i915/guc: Kill USES_GUC_SUBMISSION macro
` [Intel-gfx] [PATCH v2 04/10] drm/i915/uc: Update the FW status on injected fetch error
` [Intel-gfx] [PATCH v2 05/10] drm/i915/uc: autogenerate uC checker functions
` [Intel-gfx] [PATCH v2 06/10] drm/i915/uc: Improve tracking of uC init status
` [Intel-gfx] [PATCH v2 07/10] drm/i915/guc: Apply new uC status tracking to GuC submission as well
` [Intel-gfx] [PATCH v2 08/10] drm/i915/uc: Abort early on uc_init failure
` [Intel-gfx] [PATCH v2 09/10] drm/i915/uc: consolidate firmware cleanup
` [Intel-gfx] [PATCH v2 10/10] HAX: drm/i915: default to enable_guc=2

[Intel-gfx] [PATCH v3 00/17] In order to readout DP SDPs, refactors the handling of DP SDPs
 2020-02-03 23:20 UTC  (18+ messages)
` [Intel-gfx] [PATCH v3 01/17] drm: add DP 1.4 VSC SDP Payload related enums and a structure
` [Intel-gfx] [PATCH v3 02/17] drm/i915/dp: Add compute routine for DP VSC SDP
` [Intel-gfx] [PATCH v3 03/17] drm/i915/dp: Add compute routine for DP HDR Metadata Infoframe SDP
` [Intel-gfx] [PATCH v3 04/17] drm/i915/dp: Add writing of DP SDPs (Secondary Data Packet)
` [Intel-gfx] [PATCH v3 05/17] video/hdmi: Add Unpack only function for DRM infoframe
` [Intel-gfx] [PATCH v3 06/17] drm/i915/dp: Read out DP SDPs (Secondary Data Packet)
` [Intel-gfx] [PATCH v3 07/17] drm: Add logging function for DP VSC SDP
` [Intel-gfx] [PATCH v3 08/17] drm/i915: Include HDMI DRM infoframe in the crtc state dump
` [Intel-gfx] [PATCH v3 09/17] drm/i915: Include DP HDR Metadata Infoframe SDP "
` [Intel-gfx] [PATCH v3 10/17] drm/i915: Include DP VSC "
` [Intel-gfx] [PATCH v3 11/17] drm/i915: Program DP SDPs with computed configs
` [Intel-gfx] [PATCH v3 12/17] drm/i915: Add state readout for DP HDR Metadata Infoframe SDP
` [Intel-gfx] [PATCH v3 13/17] drm/i915: Add state readout for DP VSC SDP
` [Intel-gfx] [PATCH v3 14/17] drm/i915: Program DP SDPs on pipe updates
` [Intel-gfx] [PATCH v3 15/17] drm/i915: Stop sending DP SDPs on intel_ddi_post_disable_dp()
` [Intel-gfx] [PATCH v3 16/17] drm/i915/dp: Add compute routine for DP PSR VSC SDP
` [Intel-gfx] [PATCH v3 17/17] drm/i915/psr: Use new DP VSC SDP compute routine on PSR

[Intel-gfx] [PATCH 00/18] In order to readout DP SDPs, refactors the handling of DP SDPs
 2020-02-03 23:15 UTC  (4+ messages)
` [Intel-gfx] [PATCH 08/18] drm/i915/dp: Add logging function for DP VSC SDP

[Intel-gfx] [PATCH v2] drm/i915/display: Set TRANS_DDI_MODE_SELECT to default value when clearing DDI select
 2020-02-03 22:55 UTC 

[Intel-gfx] [PATCH i-g-t] i915/gem_exec_basic: Drop per-engine testing of *execbuf
 2020-02-03 22:45 UTC  (5+ messages)

[Intel-gfx] [PATCH V5] drm: Add support for DP 1.4 Compliance edid corruption test
 2020-02-03 20:43 UTC  (2+ messages)

[Intel-gfx] [PATCH v4 00/22] drm: Clean up VBLANK callbacks in struct drm_driver
 2020-02-03 20:42 UTC  (7+ messages)
` [Intel-gfx] [PATCH v4 04/22] drm/amdgpu: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [Intel-gfx] [PATCH v4 05/22] drm/amdgpu: Convert to CRTC VBLANK callbacks
` [Intel-gfx] [PATCH v4 10/22] drm/radeon: Convert to struct drm_crtc_helper_funcs.get_scanout_position()

[Intel-gfx] [PATCH 1/8] drm/edid: Check the number of detailed timing descriptors in the CEA ext block
 2020-02-03 20:38 UTC  (25+ messages)
` [Intel-gfx] [PATCH 2/8] drm/edid: Don't accept any old garbage as a display descriptor
` [Intel-gfx] [PATCH 3/8] drm/edid: Introduce is_detailed_timing_descritor()
` [Intel-gfx] [PATCH 4/8] drm/i915: Clear out spurious whitespace
` [Intel-gfx] [PATCH 5/8] drm/edid: Document why we don't bounds check the DispID CEA block start/end
` [Intel-gfx] [PATCH 6/8] drm/edid: Add a FIXME about DispID CEA data block revision
` [Intel-gfx] [PATCH 7/8] drm/edid: Constify lots of things
` [Intel-gfx] [PATCH 8/8] drm/edid: Dump bogus 18 byte descriptors

[Intel-gfx] [PATCH] drm/i915/selftest: Ensure string fits within name[]
 2020-02-03 18:16 UTC 

[Intel-gfx] [CI] drm/i915/selftests: Add a simple rollover test for the kernel context
 2020-02-03 17:43 UTC 

[Intel-gfx] [PATCH 1/6] drm/i915: Hold reference to previous active fence as we queue
 2020-02-03 17:37 UTC  (13+ messages)
` [Intel-gfx] [PATCH 2/6] drm/i915: Initialise basic fence before acquiring seqno
` [Intel-gfx] [PATCH 3/6] drm/i915/gt: Warn about the hidden i915_vma_pin in timeline_get_seqno
` [Intel-gfx] [PATCH 4/6] drm/i915/selftests: Add a simple rollover for the kernel context
` [Intel-gfx] [PATCH 5/6] drm/i915: Flush execution tasklets before checking request status
` [Intel-gfx] [PATCH 6/6] drm/i915/gt: Yield the timeslice if caught waiting on a user semaphore
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/6] drm/i915: Hold reference to previous active fence as we queue

[Intel-gfx] [RFC 1/2] drm/i915/tgl: WaEnablePreemptionGranularityControlByUMD
 2020-02-03 17:33 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Remove lite restore defines
 2020-02-03 16:37 UTC  (2+ messages)

[Intel-gfx] [V7 0/9] Add support for mipi dsi cmd mode
 2020-02-03 16:08 UTC  (12+ messages)
` [Intel-gfx] [V7 1/9] drm/i915/dsi: Configure transcoder operation for command mode
` [Intel-gfx] [V7 2/9] drm/i915/dsi: Add vblank calculation "
` [Intel-gfx] [V7 3/9] drm/i915/dsi: Add cmd mode flags in display mode private flags
` [Intel-gfx] [V7 4/9] drm/i915/dsi: Add check for periodic command mode
` [Intel-gfx] [V7 5/9] drm/i915/dsi: Use private flags to indicate TE in cmd mode
` [Intel-gfx] [V7 6/9] drm/i915/dsi: Configure TE interrupt for "
` [Intel-gfx] [V7 7/9] drm/i915/dsi: Add TE handler for dsi "
` [Intel-gfx] [V7 8/9] drm/i915/dsi: Initiate fame request in "
` [Intel-gfx] [V7 9/9] drm/i915/dsi: Clear the DSI IIR
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Add support for mipi dsi cmd mode (rev6)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[Intel-gfx] [PATCH 1/2] drm: Add a detailed DP HDMI branch info on debugfs
 2020-02-03 16:02 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/dp: Add checking of YCBCR420 Pass-through to YCBCR420 outputs
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm: Add a detailed DP HDMI branch info on debugfs

[Intel-gfx] [PATCH] drm/i915/dsb: Enable lmem for dsb
 2020-02-03 15:55 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH 01/12] drm/i915/gem: Require per-engine reset support for non-persistent contexts
 2020-02-03 15:41 UTC  (4+ messages)
` [Intel-gfx] [PATCH 06/12] drm/i915/gt: Pull sseu context updates under gt
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [01/12] drm/i915/gem: Require per-engine reset support for non-persistent contexts

[Intel-gfx] [PATCH v3] drm/i915/guc: Stop using mutex while sending CTB messages
 2020-02-03 15:29 UTC  (9+ messages)
` [Intel-gfx] [PATCH v4] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/guc: Stop using mutex while sending CTB messages (rev4)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 00/26] drm/i915: Pimp DP DFP handling
 2020-02-03 15:13 UTC  (27+ messages)
` [Intel-gfx] [PATCH 01/26] drm/i915: Nuke pre-production GLK HDMI w/a 1139
` [Intel-gfx] [PATCH 02/26] drm/i915: Limit display Wa_1405510057 to gen11
` [Intel-gfx] [PATCH 03/26] drm/i915: Drop WaDDIIOTimeout:glk
` [Intel-gfx] [PATCH 04/26] drm/i915: Add glk to intel_detect_preproduction_hw()
` [Intel-gfx] [PATCH 05/26] drm/dp: Include the AUX CH name in the debug messages
` [Intel-gfx] [PATCH 06/26] drm/i915/lspcon: Do not send infoframes to non-HDMI sinks
` [Intel-gfx] [PATCH 07/26] drm/dp: Define protocol converter DPCD registers
` [Intel-gfx] [PATCH 08/26] drm/dp: Define more downstream facing port caps
` [Intel-gfx] [PATCH 09/26] drm/i915: Reworkd DFP max bpc handling
` [Intel-gfx] [PATCH 10/26] drm/dp: Add helpers to identify downstream facing port types
` [Intel-gfx] [PATCH 11/26] drm/dp: Pimp drm_dp_downstream_max_bpc()
` [Intel-gfx] [PATCH 12/26] drm/dp: Redo drm_dp_downstream_max_clock() as drm_dp_downstream_max_dotclock()
` [Intel-gfx] [PATCH 13/26] drm/i915: Reworkd DP DFP clock handling
` [Intel-gfx] [PATCH 14/26] drm/i915: Dump downstream facing port caps
` [Intel-gfx] [PATCH 15/26] drm/dp: Add drm_dp_downstream_{min, max}_tmds_clock()
` [Intel-gfx] [PATCH 16/26] drm/i915: Deal with TMDS DFP clock limits
` [Intel-gfx] [PATCH 17/26] drm/i915: Configure DP 1.3+ protocol converted HDMI mode
` [Intel-gfx] [PATCH 18/26] drm/dp: Add drm_dp_downstream_mode()
` [Intel-gfx] [PATCH 19/26] drm/i915: Handle downstream facing ports w/o EDID
` [Intel-gfx] [PATCH 20/26] drm/i915: Extract intel_hdmi_has_audio()
` [Intel-gfx] [PATCH 21/26] drm/i915: DP->HDMI TMDS clock limits vs. deep color
` [Intel-gfx] [PATCH 22/26] drm/dp: Add helpers for DFP YCbCr 4:2:0 handling
` [Intel-gfx] [PATCH 23/26] drm/i915: Do YCbCr 444->420 conversion via DP protocol converters
` [Intel-gfx] [PATCH 24/26] drm/i915: Decouple DP++ from the HDMI code
` [Intel-gfx] [PATCH 25/26] drm/i915: Try to probe DP++ dongles on DP++ downstream facing ports
` [Intel-gfx] [PATCH 26/26] drm/i915: Try to frob the TMDS buffer enable knob on DP++ dongles on DP DFPs

[Intel-gfx] [PATCH] drm/i915/gvt: more locking for ppgtt mm LRU list
 2020-02-03 15:07 UTC 

[Intel-gfx] [PATCH] drm/i915/display: Defer application of initial chv_phy_control
 2020-02-03 14:54 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2] "

[Intel-gfx] [PATCH v14 0/7] Refactor Gen11+ SAGV support
 2020-02-03 14:50 UTC  (9+ messages)
` [Intel-gfx] [PATCH v14 1/7] drm/i915: Start passing latency as parameter
` [Intel-gfx] [PATCH v14 2/7] drm/i915: Introduce skl_plane_wm_level accessor
` [Intel-gfx] [PATCH v14 3/7] drm/i915: Init obj state in intel_atomic_get_old/new_global_obj_state
` [Intel-gfx] [PATCH v14 4/7] drm/i915: Refactor intel_can_enable_sagv
` [Intel-gfx] [PATCH v14 5/7] drm/i915: Added required new PCode commands
` [Intel-gfx] [PATCH v14 6/7] drm/i915: Restrict qgv points which don't have enough bandwidth
` [Intel-gfx] [PATCH v14 7/7] drm/i915: Enable SAGV support for Gen12

[Intel-gfx] [PATCH] drm/i915/audio: Skip the cdclk modeset if no pipes attached
 2020-02-03 14:46 UTC  (4+ messages)

[Intel-gfx] [PATCH 1/3] drm/i915/display: Defer application of initial chv_phy_control
 2020-02-03 14:14 UTC  (8+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/display: Fix NULL-crtc deref in calc_min_cdclk()
` [Intel-gfx] [PATCH 3/3] drm/i915/audio: Skip the cdclk modeset if no pipes attached
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/display: Defer application of initial chv_phy_control
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 1/3] drm/i915: Introduce encoder->compute_config_late()
 2020-02-03 14:10 UTC  (7+ messages)
` [Intel-gfx] [PATCH 3/3] drm/i915/dp: Add all tiled and port sync conns to modeset

[Intel-gfx] [PATCH v14 0/7] Refactor Gen11+ SAGV support
 2020-02-03 14:06 UTC 

[Intel-gfx] [CI] drm/i915/display: Fix NULL-crtc deref in calc_min_cdclk()
 2020-02-03 13:38 UTC 

[Intel-gfx] [PATCH] drm/i915/display: Fix NULL-crtc deref in calc_min_cdclk()
 2020-02-03 13:35 UTC  (3+ messages)

[Intel-gfx] [CI] drm/i915/audio: Skip the cdclk modeset if no pipes attached
 2020-02-03 13:34 UTC 

[Intel-gfx] [PATCH i-g-t] i915/gem_eio: Don't mix INVALID_CS and the cmdparser
 2020-02-03 13:04 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/9] drm/i915/dsb: Replace HAS_DSB check with dsb->cmd_buf check
 2020-02-03 12:36 UTC  (5+ messages)
` [Intel-gfx] [PATCH 3/9] drm/i915/dsb: Turn the "DSB is busy" into an error
` [Intel-gfx] [PATCH 9/9] drm/i915/dsb: Nuke the 'dev' variables

[Intel-gfx] [PATCH 2/2] drm/i915/dp: Add checking of YCBCR420 Pass-through to YCBCR420 outputs
 2020-02-03 11:20 UTC 

[Intel-gfx] [PATCH] drm/i915: Hold reference to previous active fence as we queue
 2020-02-03  9:49 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH 0/2] Security mitigation for Intel Gen7/7.5 HWs
 2020-02-03  9:42 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/gen7: Clear all EU/L3 residual contexts

[Intel-gfx] [PATCH v2 1/3] drm/i915: Introduce encoder->compute_config_late()
 2020-02-03  9:37 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 3/3] drm/i915/dp: Add all tiled and port sync conns to modeset
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/3] drm/i915: Introduce encoder->compute_config_late()
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [v3] drm/i915/tgl: Add Wa_1606054188:tgl
 2020-02-03  9:24 UTC  (2+ 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).