public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2017-10-30 15:39:36 to 2017-10-31 21:41:43 UTC [more...]

[PATCH 1/2] drm/i915: Pass around crtc and connector states for audio
 2017-10-31 21:41 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: Remove most encoder->type uses from the audio code
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Pass around crtc and connector states for audio
` ✗ Fi.CI.IGT: warning "

[PATCH 0/3] GuC based reset engine
 2017-10-31 21:31 UTC  (16+ messages)
` [PATCH 1/3] drm/i915/guc: Rename the function that resets the GuC
` [PATCH 2/3] drm/i915/guc: Add support for reset engine using GuC commands
` [PATCH 3/3] HAX enable GuC submission for CI
` ✓ Fi.CI.BAT: success for GuC based reset engine
` ✗ Fi.CI.IGT: warning "

[PATCH 00/10] drm/i915: Nuke dig_port->port and assorted cleanups
 2017-10-31 20:51 UTC  (11+ messages)
` [PATCH 01/10] drm/i915: Eliminate some encoder->crtc usage from DP code
` [PATCH 02/10] drm/i915: Eliminate some encoder->crtc usage from DSI code
` [PATCH 03/10] drm/i915: Eliminate some encoder->crtc usage from SDVO code
` [PATCH 04/10] drm/i915: Eliminate some encoder->crtc usage from TV code
` [PATCH 05/10] drm/i915: Pass crtc state to DPIO PHY functions
` [PATCH 06/10] drm/i915: Eliminate crtc->config usage from CRT code
` [PATCH 07/10] drm/i915: Replace dig_port->port with encoder port for BXT DPLL selection
` [PATCH 08/10] drm/i915: Nuke intel_digital_port->port
` [PATCH 09/10] drm/i915: Clean up PPS code calling conventions
` [PATCH 10/10] drm/i915: Clean up DP code local variables and "

[PATCH] drm/i915/cnl: Remove unnecessary check in cnl_setup_private_ppat
 2017-10-31 19:47 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "
` ✓ Fi.CI.BAT: success "

[PATCH] Idleness DRRS:
 2017-10-31 18:57 UTC  (9+ messages)
` [PATCH 0/2] DRRS coverage in frontbuffer tracking IGT
  ` [PATCH 1/2] drm/i915: Runtime disable for eDP DRRS
  ` [PATCH 2/2] i915/drrs/debugfs: module param and psr status
  ` [PATCH i-g-t] tests/kms_frontbuffer_tracking: Idleness DRRS coverage
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915: Runtime disable for eDP DRRS
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.BAT: warning for tests/kms_frontbuffer_tracking: Idleness DRRS coverage

[PATCH v8 0/6] drm/i915/guc : Removing enable_guc_loading module and Decoupling logs and ADS from submission
 2017-10-31 18:28 UTC  (8+ messages)
` [PATCH v8 1/6] drm/i915 : Unifying seq_puts messages for feature support

[PATCH v2 00/15] drm/fb-helper: Add .last_close and .output_poll_changed helpers
 2017-10-31 18:26 UTC  (27+ messages)
` [PATCH v2 01/15] drm/fb-helper: Handle function NULL argument
` [PATCH v2 02/15] drm: Add drm_device->fb_helper pointer
` [PATCH v2 03/15] drm/fb-helper: Add .last_close and .output_poll_changed helpers
` [PATCH v2 04/15] drm/amdgpu: Use drm_fb_helper_lastclose() and _poll_changed()
` [PATCH v2 05/15] drm/armada: "
` [PATCH v2 06/15] drm/exynos: "
` [PATCH v2 07/15] drm/gma500: "
` [PATCH v2 08/15] drm/i915: Use drm_fb_helper_output_poll_changed()
` [PATCH v2 09/15] drm/msm: Use drm_fb_helper_lastclose() and _poll_changed()
` [PATCH v2 10/15] drm/nouveau: Use drm_fb_helper_output_poll_changed()
` [PATCH v2 11/15] drm/omap: Use drm_fb_helper_lastclose() and _poll_changed()
` [PATCH v2 12/15] drm/radeon: "
` [PATCH v2 13/15] drm/rockchip: "
` [PATCH v2 14/15] drm/tegra: "
` [PATCH v2 15/15] staging: vboxvideo: Use drm_fb_helper_lastclose()
` ✗ Fi.CI.BAT: failure for drm/fb-helper: Add .last_close and .output_poll_changed helpers (rev2)

[maintainer-tools PATCH] dim: Sign commits in addition to tags
 2017-10-31 17:45 UTC  (6+ messages)

[PATCH 1/2] drm/i915: Remove i915.enable_execlists module parameter
 2017-10-31 17:18 UTC  (2+ messages)

[PATCH i-g-t] kms_atomic_transition: Add subtest time limit/randomize plane, pipe combinations
 2017-10-31 16:56 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "
` ✗ Fi.CI.BAT: failure "

[PATCH] drm: Require __GFP_NOFAIL for the legacy drm_modeset_lock_all
 2017-10-31 16:38 UTC  (5+ messages)
` ✗ Fi.CI.BAT: failure for drm: Require __GFP_NOFAIL for the legacy drm_modeset_lock_all (rev2)

[PATCH v4 00/20] Refactor HW workaround code
 2017-10-31 16:30 UTC  (24+ messages)
` [PATCH 01/20] drm/i915: Remove Gen9 WAs with no effect
` [PATCH 02/20] drm/i915: Move a bunch of workaround-related code to its own file
` [PATCH 03/20] drm/i915: Split out functions for different kinds of workarounds
` [PATCH 04/20] drm/i915: Rename saved workarounds to make it explicit that they are context WAs
` [PATCH 05/20] drm/i915: Save all GT WAs and apply them at a later time
` [PATCH 06/20] drm/i915: Save all Whitelist "
` [PATCH 07/20] drm/i915: Create a new category of display WAs
` [PATCH 08/20] drm/i915: Print all workaround types correctly in debugfs
` [PATCH 09/20] drm/i915: Move WA BB stuff to the workarounds file as well
` [PATCH 10/20] drm/i915/cnl: Move GT and Display workarounds from init_clock_gating
` [PATCH 11/20] drm/i915/gen9: "
` [PATCH 12/20] drm/i915/cfl: "
` [PATCH 13/20] drm/i915/glk: "
` [PATCH 14/20] drm/i915/kbl: "
` [PATCH 15/20] drm/i915/bxt: "
` [PATCH 16/20] drm/i915/skl: "
` [PATCH 17/20] drm/i915/chv: "
` [PATCH 18/20] drm/i915/bdw: "
` [PATCH 19/20] drm/i915: Move WaProgramL3SqcReg1Default to the workarounds file
` [PATCH 20/20] drm/i915: Document the i915_workarounds file
` ✗ Fi.CI.BAT: warning for Refactor HW workaround code (rev4)

[PATCH v2 1/2] drm: drm_vblank_cleanup: WARN when refcount > 0
 2017-10-31 16:27 UTC  (8+ messages)
` [PATCH v2 2/2] Test case for drm_vblank_cleanup refcount validation patch
    ` [Intel-gfx] "

[PATCH 1/2] drm/i915: Introduce execlist_port_* accessors
 2017-10-31 15:56 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: Move execlists port head instead of memmoving array
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915: Introduce execlist_port_* accessors

[PATCH] drm/i915: Replace "cc-option -Wno-foo" with "cc-disable-warning foo"
 2017-10-31 13:22 UTC  (8+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Check that the breadcrumb wasn't disarmed automatically before parking
 2017-10-31 12:49 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[CI 1/2] drm/i915: Fallback to reserve forcewake if primary ack missing
 2017-10-31 12:40 UTC  (4+ messages)
` [CI 2/2] drm/i915: Print the condition causing GEM_BUG_ON
` ✗ Fi.CI.BAT: failure for series starting with [CI,1/2] drm/i915: Fallback to reserve forcewake if primary ack missing

[resend] drm/i915: Check incoming alignment for unfenced buffers (on i915gm)
 2017-10-31 12:27 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Check incoming alignment for unfenced buffers (on i915gm) (rev2)
` ✗ Fi.CI.IGT: warning "

[PATCH] drm: Require __GFP_NOFAIL for the legacy drm_modeset_lock_all
 2017-10-31 12:10 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 1/2] drm/i915: Reject unknown syncobj flags
 2017-10-31 12:04 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Warn in debug builds of incorrect usages of ptr_pack_bits
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Reject unknown syncobj flags
` ✓ Fi.CI.IGT: "

[PATCH v5 1/2] x86 / i915 iosf_mbi / PMIC bus access fixes
 2017-10-31 11:54 UTC  (6+ messages)
` [PATCH v5 2/2] drm/i915: Acquire PUNIT->PMIC bus for intel_uncore_forcewake_reset()
    ` [Intel-gfx] "

[PATCH i-g-t] tests: add device information tests
 2017-10-31 11:02 UTC  (4+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH v3 0/7] drm/fbdev: Panel orientation connector property support
 2017-10-31 10:40 UTC  (11+ messages)
` [PATCH v3 3/7] drm: Add support for a panel-orientation connector property
  ` [Intel-gfx] "
` [PATCH v3 4/7] drm/fb-helper: Apply panel orientation connector prop to the primary plane
  ` [Intel-gfx] "

sound tree breaks make clean
 2017-10-31 10:05 UTC  (2+ messages)

[PATCH v2 0/7] YCBCR 4:2:0 support for LSPCON
 2017-10-31  9:00 UTC  (3+ messages)
` [PATCH v2 5/7] drm/i915: check LSPCON vendor OUI

[PATCH] drm/i915: Fix DPLL warning when starting guest VM
 2017-10-31  8:51 UTC  (6+ messages)

[PATCH i-g-t v5] igt/gem_workarounds: Test all types of workarounds
 2017-10-31  2:17 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for igt/gem_workarounds: Test all types of workarounds (rev4)
` ✓ Fi.CI.IGT: "

[PATCH] drm/dp: Update SET_POWER_MASK to include the D3 Aux-On state too
 2017-10-31  2:15 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: warning "

[PATCH i-g-t v4 1/6] tests/kms_ccs: Test pipes other than pipe A
 2017-10-31  1:33 UTC  (10+ messages)
` [PATCH i-g-t v4 4/6] tests/kms_ccs: Test case where the CCS buffer was not provided
` [PATCH i-g-t v4 6/6] tests/kms_ccs: Test case for wrong aux buffer stride size

[PATCH] drm/i915: set minimum CD clock to twice the BCLK
 2017-10-31  0:21 UTC  (6+ messages)

[haswell_crtc_enable] WARNING: CPU: 3 PID: 109 at drivers/gpu/drm/drm_vblank.c:1066 drm_wait_one_vblank+0x18f/0x1a0 [drm]
 2017-10-30 23:17 UTC  (5+ messages)
      ` [Intel-gfx] "

[PATCH i-g-t v4] igt/gem_workarounds: Test all types of workarounds
 2017-10-30 21:01 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for igt/gem_workarounds: Test all types of workarounds (rev3)

[PATCH v3 00/22] Refactor HW workaround code
 2017-10-30 20:08 UTC  (9+ messages)
` [PATCH v3 11/22] drm/i915/cnl: Move GT and Display workarounds from init_clock_gating
` [PATCH v3 20/22] drm/i915/bdw: "

[PATCH v2] igt/gem_workarounds: Test all types of workarounds
 2017-10-30 20:02 UTC  (5+ messages)

[PATCH i-g-t v2 RESEND] tests/kms_fbcon_fbt: Report fbc_status on error
 2017-10-30 19:15 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for tests/kms_fbcon_fbt: Report fbc_status on error (rev3)
` ✓ Fi.CI.IGT: "

[PATCH v2 0/6] drm/i915: Last part of DDI encoder->type cleanup
 2017-10-30 18:28 UTC  (8+ messages)
` [PATCH v5 2/6] drm/i915: Stop frobbing with DDI encoder->type
` ✓ Fi.CI.BAT: success for drm/i915: Last part of DDI encoder->type cleanup (rev2)
` ✓ Fi.CI.IGT: "

[PATCH 2/2] drm/i915: Parse max HDMI TMDS clock from VBT
 2017-10-30 18:24 UTC  (4+ messages)
` [PATCH v2 "

[i-g-t] assembler: Fix bashism in run-test.sh
 2017-10-30 17:59 UTC  (3+ messages)
` [i-g-t v2] "

[PATCH] drm/i915: Remove unsafe i915.enable_rc6
 2017-10-30 17:48 UTC  (5+ messages)
` [PATCH v3] "

[PATCH 1/2] drm/i915: Clean up the mess around hdmi_12bpc_possible()
 2017-10-30 16:43 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Clean up the mess around hdmi_12bpc_possible() (rev2)
` ✓ Fi.CI.IGT: "

[PATCH i-g-t] tools/intel_vbt_decode: Fix HDMI level shifter and max data rate bitfield sizes
 2017-10-30 16:37 UTC  (2+ messages)
` ✗ Fi.CI.IGT: warning for "

[PATCH i-g-t 1/2] tools/intel_vbt_defs: Sync up intel_vbt_defs.h with enum vbt_gmbus_ddi from the kernel
 2017-10-30 16:16 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [1/2] "

[PATCH 1/2] drm/i915/fbc: intel_fbc.crtc and intel_fbc.enabled are synonymous
 2017-10-30 15:50 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