messages from 2018-01-03 20:55:55 to 2018-01-05 12:16:22 UTC [more...]
[PATCH 00/15] Adding NV12 support
2018-01-05 12:16 UTC (19+ messages)
` [PATCH 01/15] drm/i915/skl+: rename skl_wm_values struct to skl_ddb_values
` [PATCH 03/15] drm/i915/skl+: add NV12 in skl_format_to_fourcc
` [PATCH 02/15] drm/i915/skl+: refactore WM calculation for NV12
` [PATCH 06/15] drm/i915/skl+: pass skl_wm_level struct to wm compute func
` [PATCH 05/15] drm/i915/skl+: NV12 related changes for WM
` [PATCH 04/15] drm/i915/skl+: support varification of DDB HW state for NV12
` [PATCH 07/15] drm/i915/skl+: make sure higher latency level has higher wm value
` [PATCH 11/15] drm/i915: Update format_is_yuv() to include NV12
` [PATCH 09/15] drm/i915/skl: split skl_compute_ddb function
` [PATCH 08/15] drm/i915/skl+: nv12 workaround disable WM level 1-7
` [PATCH 12/15] drm/i915: Upscale scaler max scale for NV12
` [PATCH 13/15] drm/i915: Add NV12 as supported format for primary plane
` [PATCH 10/15] drm/i915: Set scaler mode for NV12
` [PATCH 14/15] drm/i915: Add NV12 as supported format for sprite plane
` [PATCH 15/15] drm/i915: Add NV12 support to intel_framebuffer_init
` ✓ Fi.CI.BAT: success for Adding NV12 support (rev4)
[PATCH] Idleness DRRS:
2018-01-05 12:04 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for tests/kms_frontbuffer_tracking: Idleness DRRS coverage (rev7)
[PATCH i-g-t v10] tests/kms_frontbuffer_tracking: Including DRRS test coverage
2018-01-05 11:40 UTC (5+ messages)
` [PATCH i-g-t v11] "
` [PATCH i-g-t v12] "
[PATCH i-g-t 1/2] test/kms_psr_sink_crc - subtests psr_basic and psr_drrs need test cleanup
2018-01-05 11:35 UTC (4+ messages)
` [PATCH i-g-t 2/2] test/kms_psr_sink : HACK run psr_drrs on BAT
` ✓ Fi.CI.BAT: success for series starting with [1/2] test/kms_psr_sink_crc - subtests psr_basic and psr_drrs need test cleanup
` ✓ Fi.CI.IGT: "
[PATCH 1/5] drm/vblank: Do not update vblank counts if vblanks are already disabled
2018-01-05 11:23 UTC (12+ messages)
` [PATCH 2/5] drm/vblank: Restoring vblank counts after device runtime PM events
` [PATCH 3/5] drm/i915: Enable vblanks after verifying power domain states
` [PATCH 4/5] drm/i915: Introduce a non-blocking power domain for vblank interrupts
` ✓ Fi.CI.BAT: success for series starting with [1/5] drm/vblank: Do not update vblank counts if vblanks are already disabled
[PATCH v3 0/7] YCBCR 4:2:0/4:4:4 output support for LSPCON
2018-01-05 11:21 UTC (10+ messages)
` [PATCH v3 1/7] drm/i915: Add CRTC output format YCBCR 4:2:0
` [PATCH v3 2/7] drm/i915: Add CRTC output format YCBCR 4:4:4
` [PATCH v3 3/7] drm/i915: Check LSPCON vendor OUI
` [PATCH v3 4/7] drm/i915: Add AVI infoframe support for LSPCON
` [PATCH v3 5/7] drm/i915: Write AVI infoframes for MCA LSPCON
` [PATCH v3 6/7] drm/i915: Write AVI infoframes for Parade LSPCON
` [PATCH v3 7/7] drm/i915: Add YCBCR 4:2:0/4:4:4 support for LSPCON
` ✗ Fi.CI.BAT: warning for YCBCR 4:2:0/4:4:4 output "
[PATCH] drm/i915: Add HAS_NATIVE_HDMI2 macro
2018-01-05 11:13 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH v4 0/9] GuC Interrupts/Log updates
2018-01-05 10:24 UTC (12+ messages)
` [PATCH v4 1/9] drm/i915/guc: Move GuC interrupts related functions from i915_irq.c to intel_guc.c
` [PATCH v4 2/9] drm/i915/guc: Fix GuC interrupts disabling with logging
` [PATCH v4 3/9] drm/i915/guc: Separate creation/release of runtime logging data from base logging data
` [PATCH v4 4/9] drm/i915/guc: Grab RPM wakelock while disabling GuC interrupts
` [PATCH v4 5/9] drm/i915/guc: Make guc_log_level parameter immutable
` [PATCH v4 6/9] drm/i915/guc: Make GuC log related functions depend only on log level
` [PATCH v4 7/9] drm/i915/guc: Add client support to enable/disable GuC interrupts
` [PATCH v4 8/9] drm/i915/guc: Restore GuC interrupts across suspend/reset if enabled
` [PATCH v4 9/9] HAX: drm/i915/guc: enable GuC submission/logging for CI
` ✗ Fi.CI.BAT: failure for GuC Interrupts/Log updates (rev3)
[PATCH v2] drm/i915: Whitelist SLICE_COMMON_ECO_CHICKEN1 on Geminilake
2018-01-05 10:24 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Whitelist SLICE_COMMON_ECO_CHICKEN1 on Geminilake. (rev2)
` ✓ Fi.CI.IGT: "
[RFC] drm/i915: Add a new modparam for customized ring multiplier
2018-01-05 10:15 UTC (10+ messages)
[PATCH v3 00/12] GuC Interrupts/Log updates
2018-01-05 8:53 UTC (30+ messages)
` [PATCH v3 01/12] drm/i915: Export low level PM IRQ functions to use from GuC functions
` [PATCH v3 02/12] drm/i915/guc: Move GuC interrupts related functions from i915_irq.c to intel_guc.c
` [PATCH v3 03/12] drm/i915/guc: Pass intel_guc struct parameter to GuC interrupts functions
` [PATCH v3 04/12] drm/i915/guc: Add description and comments about guc_log_level parameter
` [PATCH v3 05/12] drm/i915/guc: Fix GuC interrupts disabling with logging
` [PATCH v3 06/12] drm/i915/guc: Separate creation/release of runtime logging data from base logging data
` [PATCH v3 07/12] drm/i915/guc: Grab RPM wakelock while disabling GuC interrupts
` [PATCH v3 08/12] drm/i915/guc: Make guc_log_level parameter immutable
` [PATCH v3 09/12] drm/i915/guc: Make GuC log related functions depend only on log level
` [PATCH v3 10/12] drm/i915/guc: Add client support to enable/disable GuC interrupts
` [PATCH v3 11/12] drm/i915/guc: Restore GuC interrupts across suspend/reset if enabled
` [PATCH v3 12/12] HAX: drm/i915/guc: enable GuC submission/logging for CI
` ✗ Fi.CI.BAT: failure for GuC Interrupts/Log updates (rev2)
[PATCH i-g-t 1/2] test/kms_psr_sink_crc - subtests psr_basic and psr_drrs need test cleanup
2018-01-05 8:12 UTC (3+ messages)
[PATCH] drm/i915: forward hotplug events again
2018-01-05 7:31 UTC (3+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH] drm/i915: Whitelist SLICE_COMMON_ECO_CHICKEN1 on Geminilake
2018-01-05 6:53 UTC (8+ messages)
` ✓ Fi.CI.BAT: success for "
` [Intel-gfx] [PATCH] "
` ✗ Fi.CI.IGT: warning for "
[PATCH i-g-t 0/6] kms_plane_scaling fixes and enhancement
2018-01-05 3:45 UTC (4+ messages)
` [PATCH i-g-t 1/6] i-g-t: kms_plane_scaling: Fix basic scaling test
linux-next: manual merge of the drm tree with the drm-intel-fixes tree
2018-01-05 1:00 UTC
[PATCH] drm/i915/dmc: DMC 1.07 for Cannonlake
2018-01-05 1:00 UTC (4+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/dmc: DMC 1.07 for Cannonlake (rev5)
` ✓ Fi.CI.IGT: "
[PATCH] drm/dp: Power cycle display if LINK_ADDRESS fails
2018-01-05 0:44 UTC (4+ messages)
` [Intel-gfx] "
[PATCH] drm/i915/dmc: DMC 1.07 for Cannonlake
2018-01-04 23:27 UTC (4+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/dmc: DMC 1.07 for Cannonlake (rev3)
Review https://patchwork.freedesktop.org/patch/160274/
2018-01-04 23:01 UTC (2+ messages)
[PATCH i-g-t] meson: use message() rather than warning()
2018-01-04 22:53 UTC (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "
[PATCH] drm/i915/glk: Disable Guc and HuC on GLK
2018-01-04 22:46 UTC (3+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915/glk: Disable Guc and HuC on GLK (rev4)
[PATCH] drm/i915/dmc: DMC 1.07 for Cannonlake
2018-01-04 22:04 UTC (3+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/dmc: DMC 1.07 for Cannonlake (rev4)
[PATCH] drm/i915: Rename some shorthand lock classes
2018-01-04 22:04 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH] drm: i915: Fix audio issue on BXT
2018-01-04 21:59 UTC (7+ messages)
` FW: "
` ✓ Fi.CI.IGT: success for "
[PATCH] drm/i915: Pass DMA_ATTR_NO_WARN to dma_map_sg()
2018-01-04 18:50 UTC (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "
linux-firmware Pull Request (CNL:DMC)
2018-01-04 17:57 UTC (3+ messages)
[PATCH i-g-t v2 0/6] kms_vblank: Move tests over from kms_flip
2018-01-04 16:52 UTC (9+ messages)
` [PATCH i-g-t v2 1/6] tests/kms_flip: Remove blt/rcs flip tests
` [PATCH i-g-t v2 2/6] kms_vblank: Reorganize subtests by pipe
` [PATCH i-g-t v2 3/6] tests/kms_flip: Move kms_flip.vblank-vs-hang to kms_vblank, v2
` [PATCH i-g-t v2 4/6] kms_vblank: Add tests implemented in kms_flip
` [PATCH i-g-t v2 5/6] kms_flip: Remove redundant vblank tests
` [PATCH i-g-t v2 6/6] kms_vblank: Remove teardown code from cleanup_crtc
` ✓ Fi.CI.BAT: success for kms_vblank: Move tests over from kms_flip. (rev2)
` ✓ Fi.CI.IGT: "
[PULL] drm-intel-fixes
2018-01-04 16:14 UTC
[PATCH i-g-t] test/kms_psr_sink : HACK test if psr_drrs also need test_cleanup
2018-01-04 15:14 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "
[PATCH i-g-t] test/kms_psr_sink_crc - Hack to test test_cleanup(&data) for psr_basic
2018-01-04 13:39 UTC (7+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "
[PATCH i-g-t 0/7] kms_vblank: Move tests over from kms_flip
2018-01-04 13:36 UTC (9+ messages)
` [PATCH i-g-t 1/7] tests/kms_flip: Remove blt/rcs flip tests
` [PATCH i-g-t 2/7] tests/kms_flip: Move kms_flip.vblank-vs-hang to kms_vblank
` [PATCH i-g-t 3/7] kms_vblank: Reorganize subtests by pipe
` [PATCH i-g-t 4/7] kms_vblank: Make the -hang tests work as intended
` [PATCH i-g-t 5/7] kms_vblank: Add tests implemented in kms_flip
` [PATCH i-g-t 6/7] kms_flip: Remove redundant vblank tests
` [PATCH i-g-t 7/7] kms_vblank: Remove teardown code from cleanup_crtc
` ✗ Fi.CI.BAT: failure for kms_vblank: Move tests over from kms_flip
[PATCH i-g-t] lib/rendercopy: Refactoring rendercopy libraries
2018-01-04 12:53 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH igt 1/2] igt/gem_busy: Remove repeated use of igt_spin_batch_new
2018-01-04 12:14 UTC (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [1/2] "
[PATCH igt 1/4] igt/gem_busy: Remove repeated use of igt_spin_batch_new
2018-01-04 11:45 UTC (2+ messages)
[PATCH igt] igt/kms_flip: Do igt_require_gem() just once
2018-01-04 11:37 UTC (2+ messages)
[PATCH i-g-t] meson: Bump required version to 0.44.0
2018-01-04 10:02 UTC (3+ messages)
[PATCH 1/3] drm/i915/psr: Kill psr.source_ok flag
2018-01-03 22:53 UTC (5+ messages)
` [PATCH 2/3] drm/i915/psr: CAN_PSR() macro to check for PSR source and sink support
` [PATCH 3/3] drm/i915/psr: Avoid initializing PSR if there is no "
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915/psr: Kill psr.source_ok flag
` ✓ Fi.CI.IGT: "
[RFC v2 0/8] drm: Add generic fbdev emulation
2018-01-03 22:42 UTC (10+ messages)
` [RFC v2 1/8] drm: provide management functions for drm_file
` [RFC v2 2/8] drm/ioctl: Remove trailing whitespace
` [RFC v2 3/8] drm: Export some ioctl functions
` [RFC v2 4/8] drm/fb-helper: Ensure driver module is pinned in fb_open()
` [RFC v2 5/8] drm/fb-helper: Don't restore if fbdev is not in use
` [RFC v2 6/8] drm: Handle fbdev emulation in core
` [RFC v2 7/8] drm/fb-helper: Add generic fbdev emulation
` [RFC v2 8/8] drm/vc4: Test "
` ✓ Fi.CI.BAT: success for drm: Add generic fbdev emulation (rev2)
[PATCH v2 0/8] Fix PSR-vblank-DMC interaction
2018-01-03 22:20 UTC (6+ messages)
` [PATCH v2 3/8] drm/i915/psr: Avoid initializing PSR if there is no sink support
PROBLEM: i915 causes complete desktop freezes in 4.15-rc5
2018-01-03 21:53 UTC (11+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox