messages from 2017-10-12 11:54:41 to 2017-10-12 22:55:08 UTC [more...]
[PATCH v3 00/14] Firmware code reorg
2017-10-12 22:54 UTC (8+ messages)
` [PATCH v3 01/14] drm/i915: Move intel_guc_wopcm_size to intel_guc.c
` [PATCH v3 02/14] drm/i915/guc: Move GuC boot param initialization out of xfer
` [PATCH v3 03/14] drm/i915/guc: Small fixups post code move
` [PATCH v3 05/14] drm/i915/guc: Rename intel_guc_loader.c to intel_guc_fw.c
` [PATCH v3 06/14] drm/i915/guc: Reorder functions in intel_guc_fw.c
` [PATCH v3 07/14] drm/i915/guc: Move firmware size check out of generic code
` [PATCH v3 08/14] drm/i915/guc: Pick better place for Guc final status message
[PATCH i-g-t 0/8] extract cork and ring measure code
2017-10-12 22:48 UTC (11+ messages)
` [PATCH i-g-t 1/8] lib/igt_dummyload: add igt_cork
` [PATCH i-g-t 2/8] lib/igt_gt: add intel_measure_ring_size
` [PATCH i-g-t 3/8] tests/gem_exec_schedule: use new common functions
` [PATCH i-g-t 4/8] tests/gem_exec_fence: "
` [PATCH i-g-t 5/8] tests/gem_exec_latency: "
` [PATCH i-g-t 6/8] tests/gem_wait: use igt_cork
` [PATCH i-g-t 7/8] tests/gem_exec_await: use intel_measure_ring_size
` [PATCH i-g-t 8/8] tests/gem_ringfill: "
` ✓ Fi.CI.BAT: success for extract cork and ring measure code
[PATCH i-g-t 0/4] Move imported bo pread/pwrite tests
2017-10-12 22:39 UTC (7+ messages)
` [PATCH i-g-t 1/4] lib/igt_vgem: extract vgem_create_and_import
` [PATCH i-g-t 2/4] tests/gem_pread: test reads from a bo not backed by struct page
` [PATCH i-g-t 3/4] test/gem_pwrite: test writes to "
` [PATCH i-g-t 4/4] tests/prime_vgem: drop basic-read/write subtests
[PATCH i-g-t 1/2] lib: Move __gem_context_create to common ioctl wrapper library
2017-10-12 22:32 UTC (6+ messages)
` [i-g-t 2/2] tests/gem_reset_stats: Add client ban test
` ✗ Fi.CI.BAT: failure for series starting with [1/2] lib: Move __gem_context_create to common ioctl wrapper library
[PATCH] drm/i915: Allow null render state batchbuffers bigger than one page
2017-10-12 22:31 UTC (11+ messages)
[PATCH i-g-t v2 0/6] Drop tests for object creation from stolen
2017-10-12 22:29 UTC (7+ messages)
` [PATCH i-g-t v2 1/6] tests/gem_pread: drop stolen memory related subtests
` [PATCH i-g-t v2 2/6] tests/gem_pwrite: "
` [PATCH i-g-t v2 3/6] tests/gem_create: drop stolen memory related subtest
` [PATCH i-g-t v2 4/6] tests/gem_stolen: drop gem_stolen.c
` [PATCH i-g-t v2 5/6] tests/gem_concurrent_all: drop stolen memory related subtests
` [PATCH i-g-t v2 6/6] lib/ioctl_wrappers: drop stolen memory related wrappers
[PATCH v2 1/2] drm/i915: Fix DP_AUX_CH_CTL_TIME_OUT naming
2017-10-12 22:01 UTC (5+ messages)
` [PATCH v2 2/2] drm/i915/bdw: Fix DP_AUX_CH_CTL_TIME_OUT setting
` ✓ Fi.CI.BAT: success for series starting with [v2,1/2] drm/i915: Fix DP_AUX_CH_CTL_TIME_OUT naming
[PATCH igt] lib: Ask the kernel to quiesce the GPU
2017-10-12 21:42 UTC (2+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH] drm/i915: Fix DP_AUX_CH_CTL_TIME_OUT naming, BDW usage
2017-10-12 21:33 UTC (8+ messages)
` [PATCH v2 1/2] drm/i915: Fix DP_AUX_CH_CTL_TIME_OUT naming
` [PATCH v2 2/2] drm/i915/bdw: Fix DP_AUX_CH_CTL_TIME_OUT setting
[PATCH v2 00/13] Firmware code reorg
2017-10-12 21:27 UTC (23+ messages)
` [PATCH v2 01/13] drm/i915: Move intel_guc_wopcm_size to intel_guc.c
` [PATCH v2 02/13] drm/i915/guc: Move GuC boot param initialization out of xfer
` [PATCH v2 03/13] drm/i915/guc: Small fixups post code move
` [PATCH v2 04/13] drm/i915/guc: Move doc near related definitions
` [PATCH v2 05/13] drm/i915/guc: Rename intel_guc_loader.c to intel_guc_fw.c
` [PATCH v2 06/13] drm/i915/guc: Reorder functions in intel_guc_fw.c
` [PATCH v2 07/13] drm/i915/guc: Move firmware size check out of generic code
` [PATCH v2 08/13] drm/i915/guc: Pick better place for Guc final status message
` [PATCH v2 09/13] drm/i915/uc: Improve debug messages in firmware fetch
` [PATCH v2 10/13] drm/i915/uc: Unify firmware loading
` [PATCH v2 11/13] drm/i915/guc: Update Guc messages on load failure
` [PATCH v2 12/13] drm/i915/huc: Move fw select function
` [PATCH v2 13/13] HAX enable GuC submission for CI
` ✗ Fi.CI.BAT: failure for Firmware code reorg
[PATCH] HAX drm/i915: Disable CSR (DMC) for Kabylake
2017-10-12 21:07 UTC (7+ messages)
` ✓ Fi.CI.IGT: success for "
[PATCH] drm/i915: Stop asserting on set-wedged vs nop_submit_request ordering
2017-10-12 21:05 UTC (2+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH 00/12] Preemption with GuC, second try
2017-10-12 20:43 UTC (7+ messages)
` [PATCH 02/12] drm/i915/guc: Allocate separate shared data object for GuC communication
` [PATCH 03/12] drm/i915/guc: Initialize GuC before restarting engines
[PATCH i-g-t v5] lib/igt_gt: Allow non-default contexts to hang non-render rings
2017-10-12 20:18 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for lib/igt_gt: Allow non-default contexts to hang non-render rings (rev5)
[PATCH i-g-t 1/7] tests/perf: Fix a bunch of warnings on 32-bit systems
2017-10-12 19:55 UTC (13+ messages)
` [PATCH i-g-t 2/7] tools/aubdump: Avoid ISO C90 warning
` [PATCH i-g-t 3/7] lib: Fix compilation on non-x86
` [Intel-gfx] "
` [PATCH i-g-t 4/7] lib/drmtest: Fix typo
` [PATCH i-g-t 5/7] lib/drmtest: Support nouveau
` [PATCH i-g-t 6/7] lib/drmtest: Support Tegra
` [PATCH i-g-t 7/7] lib/drmtest: Allow the test device to be overridden
` ✓ Fi.CI.BAT: success for series starting with [1/7] tests/perf: Fix a bunch of warnings on 32-bit systems
` ✗ Fi.CI.IGT: failure "
[PATCH 0/9] drm/i915: Plane assert/readout cleanups etc
2017-10-12 19:42 UTC (22+ messages)
` [PATCH 1/9] drm/i915: Add .get_hw_state() method for planes
` [PATCH 2/9] drm/i915: Redo plane sanitation during readout
` [PATCH 3/9] drm/i915: s/enum plane/enum old_plane_id/
` [PATCH 4/9] drm/i915: Use enum old_plane_id for the .get_fifo_size() hooks
` [PATCH 5/9] drm/i915: Cleanup enum pipe/enum plane_id/enum old_plane_id in initial fb readout
` [PATCH 6/9] drm/i915: Nuke ironlake_get_initial_plane_config()
` [PATCH 7/9] drm/i915: Switch fbc over to for_each_new_intel_plane_in_state()
` [PATCH 8/9] drm/i915: Nuke crtc->plane
` [PATCH 9/9] drm/i915: Add windowing for primary planes on gen2/3 and chv
[PATCH] drm/i915/edp: Do not do link training fallback or prune modes on EDP
2017-10-12 19:37 UTC (5+ messages)
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915/edp: Do not do link training fallback or prune modes on EDP (rev2)
Updated drm-intel-testing
2017-10-12 19:03 UTC
[PATCH] drm/i915: Handle drm-layer errors in intel_dp_add_mst_connector
2017-10-12 18:59 UTC (3+ messages)
` [PATCH v4 1/2] "
[PATCH] drm/i915: Start tracking PSR state in crtc state
2017-10-12 18:54 UTC (10+ messages)
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915: Start tracking PSR state in crtc state (rev2)
` ✗ Fi.CI.IGT: warning "
linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree
2017-10-12 18:44 UTC
linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree
2017-10-12 18:36 UTC
[P v4 00/11] drm/i915/uc: Firmware code reorg
2017-10-12 18:32 UTC (12+ messages)
` [P v4 02/11] drm/i915/guc: Move GuC boot param initialization out of xfer
` [P v4 08/11] drm/i915/uc: Improve debug messages in firmware fetch
` [P v4 09/11] drm/i915/uc: Unify firmware loading
[PATCH 1/2] drm: drm_vblank_cleanup: WARN when refcount > 0
2017-10-12 18:18 UTC (4+ messages)
` [PATCH 2/2] Test case for drm_vblank_cleanup refcount validation patch
` ✗ Fi.CI.BAT: warning for series starting with [1/2] drm: drm_vblank_cleanup: WARN when refcount > 0
[IGT PATCH 1/2] aux: Suspend signal helper for shell commands
2017-10-12 17:52 UTC (6+ messages)
` [IGT PATCH 2/2] aux: Use IGT version of system() call to run rtcwake
[PATCH v3 1/3] drm/i915: Fix eviction when the GGTT is idle but full
2017-10-12 17:48 UTC (8+ messages)
` [PATCH v3 2/3] drm/i915/selftests: Wrap a timer into a i915_sw_fence
` [PATCH v3 3/3] drm/i915/selftests: Exercise adding requests to a full GGTT
` ✓ Fi.CI.BAT: success for series starting with [v3,1/3] drm/i915: Fix eviction when the GGTT is idle but full
` ✗ Fi.CI.IGT: failure "
[RFC] drm: drm_vblank_cleanup: WARN when refcount is more than 0
2017-10-12 17:32 UTC (6+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH 1/4] drm/i915: remove redundant lowfreq_avail setting for DDI
2017-10-12 17:19 UTC (11+ messages)
` [PATCH 2/4] drm/i915/crt: split compute_config hook by platforms
` [PATCH 3/4] drm/i915: push crtc compute clock to encoder compute config on DDI
` [PATCH 4/4] drm/i915: push shared dpll enable to encoders on DDI platforms
` ✗ Fi.CI.BAT: failure for series starting with [1/4] drm/i915: remove redundant lowfreq_avail setting for DDI
` [PATCH v2] drm/i915: remove g4x lowfrew_avail and has_pipe_cxsr
` ✗ Fi.CI.BAT: failure for series starting with [v2] drm/i915: remove g4x lowfrew_avail and has_pipe_cxsr (rev2)
[PATCH i-g-t] meson: Make syncobj tests build
2017-10-12 16:48 UTC (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: warning "
[PATCH v4 1/3] drm: Add retries for lspcon mode detection
2017-10-12 16:40 UTC
[PATCH i-g-t v2 00/14] lib/igt_kms: Rewrite property handling to better match atomic
2017-10-12 16:04 UTC (16+ messages)
` [PATCH i-g-t v2 05/14] lib/igt_kms: Allow setting any output property through the !atomic paths
` [PATCH i-g-t v2 06/14] lib/igt_kms: Export property blob functions for output/pipe/plane, v2
` [PATCH i-g-t v2 07/14] lib/igt_kms: Unexport broadcast rgb API
` [PATCH i-g-t v2 08/14] lib/igt_kms: Add igt_$obj_has_prop functions
` [PATCH i-g-t v2] lib/igt_kms: Add igt_$obj_has_prop functions, v2
` [PATCH i-g-t v2 09/14] lib/igt_kms: Add igt_$obj_get_prop functions
` [PATCH i-g-t v2 10/14] lib/igt_kms: Remove igt_pipe_get_property
` [PATCH i-g-t v2 11/14] lib/igt_kms: Remove igt_crtc_set_background()
` [PATCH i-g-t v2 12/14] tests/kms_color: Rework tests slightly to work better with new atomic api
` [PATCH i-g-t v2 13/14] tests/chamelium: Remove reliance on output->config.pipe
` [PATCH i-g-t v2 14/14] tests/kms_atomic: Convert/rewrite tests to use igt_kms framework
` [PATCH i-g-t v2] tests/kms_atomic: Convert/rewrite tests to use igt_kms framework, v2
` ✓ Fi.CI.BAT: success for lib/igt_kms: Rewrite property handling to better match atomic. (rev4)
` ✗ Fi.CI.IGT: failure "
` ✓ Fi.CI.BAT: success for lib/igt_kms: Rewrite property handling to better match atomic. (rev6)
[PULL] drm-intel-next
2017-10-12 15:23 UTC (2+ messages)
[PATCH i-g-t v2 1/2] tests/debugfs_test: Try to light all outputs to increase chances of finding fails, v2
2017-10-12 14:05 UTC (3+ messages)
` [PATCH i-g-t v3 1/2] tests/debugfs_test: Try to light all outputs to increase chances of finding fails, v3
[PATCH i-g-t 00/12] lib/igt_kms: Rewrite property handling to better match atomic
2017-10-12 13:52 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for lib/igt_kms: Rewrite property handling to better match atomic. (rev3)
` ✓ Fi.CI.IGT: "
[PATCH 0/5] drm/i915: push more stuff down to encoders on crtc enable/disable
2017-10-12 13:50 UTC (4+ messages)
` [RFC PATCH] drm/i915: push shared dpll enable to encoders on DDI platforms
[PATCH v3 0/3] Various retries for LSPCON
2017-10-12 13:47 UTC (5+ messages)
` [PATCH v3 1/3] drm: Add retries for lspcon mode detection
` [PATCH v3 3/3] drm/i915: Add retries for LSPCON detection
[PATCH i-g-t 0/2] tests/BAT: Reduce reliance on fbcon
2017-10-12 12:56 UTC (2+ messages)
` ✗ Fi.CI.IGT: warning for tests/BAT: Reduce reliance on fbcon. (rev6)
[PATCH v2] igt/gem_workarounds: Test all types of workarounds
2017-10-12 12:40 UTC (2+ messages)
[PATCH] i-g-t/tests: Drop gem_seqno_wrap, gem_pin, gem_hangcheck_forcewake
2017-10-12 12:39 UTC (2+ messages)
[PATCH v2 00/11] Refactor HW workaround code
2017-10-12 12:35 UTC (4+ messages)
` [PATCH 03/11] drm/i915: Split out functions for different kinds of workarounds
[PATCH i-g-t v2 2/2] tests/pm_backlight: Enable connected output to allow tests to succeed, v3
2017-10-12 12:29 UTC (3+ messages)
` [PATCH i-g-t v3 2/2] tests/pm_backlight: Enable connected output to allow tests to succeed, v4
[PATCH v13 00/21] drm/i915: GEM/GuC Suspend/Resume/Reset fixes and restructuring
2017-10-12 12:08 UTC (9+ messages)
` [PATCH v13 19/21] drm/i915/guc: Fix enable/disable of GuC GGTT invalidate functions
[PULL] drm-misc-next
2017-10-12 12:05 UTC
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