Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-10 01:36:15 to 2018-10-11 11:56:12 UTC [more...]

[PATCH 00/10] drm/i915: Remove low hanging crtc->config fruit, part 2
 2018-10-11 11:56 UTC  (15+ messages)
` [PATCH 01/10] drm/i915: Remove crtc->config dereference from drrs_ctl
` [PATCH 02/10] drm/i915: Make intel_dp_set_m_n take crtc_state
` [PATCH 03/10] drm/i915: Remove crtc->config references in vlv_prepare_pll
` [PATCH 04/10] drm/i915: Always read out M2_N2 in intel_cpu_transcoder_get_m_n
` [PATCH 05/10] drm/i915: Pass crtc_state to update_scanline_offset
` [PATCH 06/10] drm/i915: Remove crtc->config dereferences in intel_sanitize_crtc
` [PATCH 07/10] drm/i915: Remove crtc->config dereferences in intel_modeset_setup_hw_state
` [PATCH 08/10] drm/i915: Pass crtc_state to lpt_program_iclkip
` [PATCH 09/10] drm/i915: Pass crtc_state to ivybridge_update_fdi_bc_bifurcation
` [PATCH 10/10] drm/i915: Remove crtc->active from crtc_enable callbacks
` ✗ Fi.CI.BAT: failure for drm/i915: Remove low hanging crtc->config fruit, part 2

[PATCH] drm/i915: Prevent machine hang from Broxton's vtd w/a and error capture
 2018-10-11 11:51 UTC  (5+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Prevent machine hang from Broxton's vtd w/a and error capture (rev2)
` ✗ Fi.CI.BAT: failure for drm/i915: Prevent machine hang from Broxton's vtd w/a and error capture (rev3)

[PATCH 0/2] CRTC background color
 2018-10-11 11:33 UTC  (11+ messages)
` [PATCH 1/2] drm: Add CRTC background color property
` [PATCH 2/2] drm/i915/gen9+: Add support for pipe background color
` [PATCH i-g-t] tests/kms_crtc_background_color: overhaul for latest ABI proposal
` ✗ Fi.CI.CHECKPATCH: warning for CRTC background color
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.BAT: success for tests/kms_crtc_background_color: overhaul for latest ABI proposal
` ✓ Fi.CI.IGT: success for CRTC background color
` ✗ Fi.CI.IGT: failure for tests/kms_crtc_background_color: overhaul for latest ABI proposal

[PATCH] drm/i915/selftests: Disable shrinker across mmap-exhaustion
 2018-10-11 11:22 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v2 1/6] drm/i915/psr: Use intel_psr_exit() in intel_psr_disable_source()
 2018-10-11 10:26 UTC  (9+ messages)
` [PATCH v2 2/6] drm/i915/psr: Always wait for idle state when disabling PSR
` [PATCH v2 3/6] drm/i915/psr: Move intel_psr_disable_source() code to intel_psr_disable_locked()
` [PATCH v2 4/6] drm/i915: Disable PSR when a PSR aux error happen
` [PATCH v2 5/6] drm/i915: Avoid a full port detection in the first eDP short pulse
` [PATCH v2 6/6] drm/i915: Check PSR errors instead of retrain while PSR is enabled
` ✗ Fi.CI.SPARSE: warning for series starting with [v2,1/6] drm/i915/psr: Use intel_psr_exit() in intel_psr_disable_source()
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 0/4] drm/i915/perf: Add OA buffer size uAPI parameter
 2018-10-11 10:06 UTC  (15+ messages)
` [PATCH 1/4] drm/i915/perf: remove redundant oa buffer initialization
` [PATCH 2/4] drm/i915/perf: pass stream to vfuncs when possible
` [PATCH 3/4] drm/i915/perf: do not warn when OA buffer is already allocated
` [PATCH 4/4] drm/i915/perf: add a parameter to control the size of OA buffer
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/perf: Add OA buffer size uAPI parameter
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Make 48bit full ppgtt configuration generic (v6)
 2018-10-11 10:01 UTC  (3+ messages)
` [PATCH] drm/i915: Make 48bit full ppgtt configuration generic (v7)

[PATCH i-g-t 1/6] lib/igt_vmwgfx: Add vmwgfx device
 2018-10-11  9:46 UTC  (10+ messages)
` [PATCH i-g-t 2/6] lib/igt_fb: Call dumb_destroy ioctl in case of dumb buffers
` [PATCH i-g-t 3/6] lib/igt_fb: Check for cairo surface success
` [PATCH i-g-t 4/6] lib: Don't call igt_require_fb_modifiers() when no modifier
` [PATCH i-g-t 5/6] tests/kms_atomic: Add a new test case for FB_DAMAGE_CLIPS plane property
` [PATCH i-g-t 6/6] tests/plane_damage: Integrate kernel selftest test-drm_damage_helper
` [igt-dev] [PATCH i-g-t 1/6] lib/igt_vmwgfx: Add vmwgfx device

[PATCH] drm/i915: Check ppgtt validity for GVT GEM context
 2018-10-11  9:13 UTC  (5+ messages)

[v1 01/10] drm/i915: introduced pv capability for vgpu
 2018-10-11  9:12 UTC  (15+ messages)
` [v1 02/10] drm/i915: get ready of memory for pvmmio
` [v1 03/10] drm/i915: context submission pvmmio optimization
` [v1 04/10] drm/i915: master irq "
` [v1 05/10] drm/i915: ppgtt update "
` [v1 06/10] drm/i915/gvt: GVTg handle enable_pvmmio PVINFO register
` [v1 07/10] drm/i915/gvt: GVTg read_shared_page implementation
` [v1 08/10] drm/i915/gvt: GVTg support context submission pvmmio optimization
` [v1 09/10] drm/i915/gvt: GVTg support master irq "
` [v1 10/10] drm/i915/gvt: GVTg support ppgtt "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v1,01/10] drm/i915: introduced pv capability for vgpu
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH xf86-video-intel v3 0/2] Added AYUV format support
 2018-10-11  8:56 UTC  (4+ messages)
` [PATCH xf86-video-intel v3 2/2] sna: Added AYUV format support for textured and sprite video adapters

[PATCH] drm/atomic_helper: Allow DPMS On<->Off changes for unregistered connectors
 2018-10-11  8:45 UTC  (4+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH v7 0/5] Fix legacy DPMS changes with MST
 2018-10-11  8:40 UTC  (4+ messages)
` [PATCH v7 1/5] drm/atomic_helper: Disallow new modesets on unregistered connectors

[v1 02/10] drm/i915: get ready of memory for pvmmio
 2018-10-11  8:02 UTC  (2+ messages)

[PATCH v12 1/2] drm: Add connector property to limit max bpc
 2018-10-11  7:55 UTC  (5+ messages)
` [PATCH v12 2/2] drm/i915: Allow "max bpc" property to limit pipe_bpp
` ✗ Fi.CI.SPARSE: warning for series starting with [v12,1/2] drm: Add connector property to limit max bpc
` ✗ Fi.CI.BAT: failure "

[PATCH 1/6] drm/i915/debugfs: Do not print cached information of a disconnected sink
 2018-10-11  7:54 UTC  (9+ messages)
` [PATCH 2/6] drm/i915/icl: Set TC type to unknown in the disconnection flow
` [PATCH 3/6] drm/i915/icl: Set TC type to unknown when a sudden disconnection happen
` [PATCH 4/6] drm/i915: Initialize panel_vdd_work only for eDP ports
` [PATCH 5/6] drm/i915/icl: Delay hotplug processing for tc ports
` [PATCH 6/6] drm/i915/icl: Fix crash when getting DPLL of a MST encoder in TC ports
` ✗ Fi.CI.SPARSE: warning for series starting with [1/6] drm/i915/debugfs: Do not print cached information of a disconnected sink
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] pci: Add a few new IDs for Intel GPU "spurious interrupt" quirk
 2018-10-11  7:11 UTC  (7+ messages)

[PATCH] drm/i915: Convert _print_param to a macro
 2018-10-11  6:59 UTC  (11+ messages)
    ` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Convert _print_param to a macro (rev2)
` ✓ Fi.CI.BAT: success "

[v1 00/10] i915 pvmmio to improve GVTg performance
 2018-10-11  6:12 UTC 

[PATCH] drm/i915: Don't apply the 16Gb DIMM wm latency w/a to BXT/GLK
 2018-10-11  2:03 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH v3 04/18] drm/selftest: Add drm damage helper selftest
 2018-10-11  0:16 UTC 

drm-intel-fixes CI issues
 2018-10-10 23:34 UTC  (3+ messages)

[PULL] drm-misc-next-fixes
 2018-10-10 20:39 UTC 

[PATCH v11 0/2] Add XYUV format support
 2018-10-10 19:48 UTC  (3+ messages)
` [PATCH v11 2/2] drm/i915: Adding YUV444 packed format support for skl+

[PATCH 01/10] drm: Do not call drm_dp_cec_set_edid() while registering DP connectors
 2018-10-10 18:38 UTC  (9+ messages)
` [PATCH 06/10] drm/i915/icl: Mark TC port as safe when interruptions are disabled

[PATCH] drm/i915/selftests: Check for hangs mid context execution tests
 2018-10-10 18:37 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Fix the HDMI hot plug disconnection failure
 2018-10-10 17:52 UTC  (5+ messages)
` [PATCH] drm/i915: Fix the HDMI hot plug disconnection failure (v2)

[CI] drm/i915: Inject a failure point when registering a connector
 2018-10-10 17:53 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Inject a failure point when registering a connector (rev2)
` ✓ Fi.CI.IGT: "

[PATCH 1/2] drm/i915: rename intel_modes.c to intel_connector.c
 2018-10-10 16:31 UTC  (11+ messages)
` [PATCH 2/2] drm/i915: move intel connector specific functions "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915: rename intel_modes.c "
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 00/12] drm/i915: Clean up the wm mem latency stuff
 2018-10-10 15:35 UTC  (18+ messages)
` [PATCH 01/12] drm/i915: Store all wm memory latency values in .1 usec units
` [PATCH 02/12] drm/i915: Use the spr/cur latencies on vlv/chv/g4x
` [PATCH 03/12] drm/i915: Eliminate skl_latency[]
` [PATCH 04/12] drm/i915: Add dev_priv->wm.num_levels and use it everywhere
` [PATCH 05/12] drm/i915: Add DEFINE_SNPRINTF_ARRAY()
` [PATCH 06/12] drm/i915: Make the WM memory latency print more compact
` [PATCH 07/12] drm/i915: Eliminate redundant ilk sprite/cursor wm fixup code
` [PATCH 08/12] drm/i915: Split skl+ and ilk+ read_wm_latency()
` [PATCH 09/12] drm/i915: Sanitize wm latency values for ilk+
` [PATCH 10/12] drm/i915: Drop the funky ilk wm setup
` [PATCH 11/12] drm/i915: Allow LP3 watermarks on ILK
` [PATCH 12/12] drm/i915: Remove the remnants of the ilk+ LP0 wm hack
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Clean up the wm mem latency stuff
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH] drm/i915: Inject a failure point when registering a connector
 2018-10-10 12:29 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] x86: Downgrade clock throttling thermal event critical error
 2018-10-10 12:10 UTC  (3+ messages)

[RFC 00/13] 21st century intel_gpu_top
 2018-10-10 11:49 UTC  (2+ messages)

[PATCH] /drm/i915/hdmi: SCDC Scrambling enable without CTS mode
 2018-10-10 11:41 UTC  (4+ messages)

[PATCH] drm/i915: nuke the intel_lvds_connector
 2018-10-10 11:31 UTC  (6+ messages)

[PATCH] drm/i915: Show the DPCD read error inline
 2018-10-10 10:35 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH v4 00/11] drm/i915: Some plane init cleanups
 2018-10-10 10:18 UTC  (4+ messages)
` [PATCH v4 09/11] drm/i915: Extract skl_universal_plane_init()

[RFC v1] drm/i915: Add Exec param to control data port coherency
 2018-10-10  7:29 UTC  (3+ messages)
` [PATCH v6] drm/i915: Add IOCTL Param "

[PATCH v3 0/8] drm/i915: GTT remapping for display
 2018-10-10  7:04 UTC  (12+ messages)
` [PATCH v3 3/8] drm/i915: Add a new "remapped" gtt_view

[RFC 00/10] i915 pvmmio to improve GVTg performance
 2018-10-10  6:48 UTC  (6+ messages)
` [RFC 01/10] drm/i915/gvt: add module parameter enable_pvmmio

[PATCH 0/6] Watermarks small fixes/improvements
 2018-10-10  1:55 UTC  (10+ messages)
` [PATCH 3/6] drm/i915: fix the watermark result selection on glk/gen10+
` [PATCH 4/6] drm/i915: transition WMs ask for Selected Result Blocks
` [PATCH 5/6] drm/i915: don't write PLANE_BUF_CFG twice every time
` [PATCH 6/6] drm/i915: promote ddb update message to DRM_DEBUG_KMS


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