public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2017-09-11 05:59:05 to 2017-09-12 08:19:25 UTC [more...]

[PATCH v3 0/2] drm/edid: transparent low-level override/firmware EDIDs
 2017-09-12  8:19 UTC 

[PATCH for trybot] drm/i915: Trybot always warn check
 2017-09-12  7:58 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v13 1/5] drm/i915: Factor out setup_private_pat()
 2017-09-12  7:20 UTC  (6+ messages)
` [PATCH v13 2/5] drm/i915: Introduce private PAT management
` [PATCH v13 4/5] drm/i915: Do not allocate unused PPAT entries

[PATCH v2 1/9] drm/i915/gvt: Make elsp_dwords in the right order
 2017-09-12  7:11 UTC  (12+ messages)
` [PATCH v2 2/9] drm/i915/gvt: Rename intel_vgpu_{init, clean}_gvt_context()
` [PATCH v2 3/9] drm/i915/gvt: Move workload cache init/clean into intel_vgpu_{setup, clean}_submission()
` [PATCH v2 4/9] drm/i915/gvt: Introduce intel_vgpu_submission
` [PATCH v2 5/9] drm/i915/gvt: Move tlb_handle_pending into intel_vgpu_submission
` [PATCH v2 6/9] drm/i915/gvt: Fix a memory leak in cmd_parser.c
` [PATCH v2 7/9] drm/i915/gvt: Rename reserved ring buffer
` [PATCH v2 8/9] drm/i915/gvt: Move ring scan buffers into intel_vgpu_submission
` [PATCH v2 9/9] drm/i915/gvt: Do not allocate initial ring scan buffer
` ✓ Fi.CI.BAT: success for series starting with [v2,1/9] drm/i915/gvt: Make elsp_dwords in the right order
` ✓ Fi.CI.IGT: "

[PATCH 1/6] drm/i915: Separate GuC/HuC specific functionality from intel_uc
 2017-09-12  4:39 UTC  (12+ messages)
` [PATCH 2/6] drm/i915/guc: Make guc_enable/disable_communication functions public
` [PATCH 3/6] drm/i915/guc: Fix GuC interaction in reset/suspend scenarios
` [PATCH 4/6] drm/i915/guc: Fix GuC HW/SW state cleanup in unload path
` [PATCH 5/6] drm/i915/guc: Enable default/critical logging in GuC by default from GuC v9
` [PATCH 6/6] drm/i915/guc: Grab RPM wakelock while disabling GuC interrupts
` ✓ Fi.CI.BAT: success for series starting with [1/6] drm/i915: Separate GuC/HuC specific functionality from intel_uc
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915/bxt: set min brightness from VBT
 2017-09-12  4:30 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[RFC v3 00/11] i915 PMU and engine busy stats
 2017-09-12  2:06 UTC  (15+ messages)
` [RFC 01/11] drm/i915: Convert intel_rc6_residency_us to ns
` [RFC 02/11] drm/i915: Add intel_energy_uJ
` [RFC 03/11] drm/i915: Extract intel_get_cagf
` [RFC 04/11] drm/i915/pmu: Expose a PMU interface for perf queries
` [RFC 05/11] drm/i915/pmu: Suspend sampling when GPU is idle
` [RFC 06/11] drm/i915: Wrap context schedule notification
` [RFC 07/11] drm/i915: Engine busy time tracking
` [RFC 08/11] drm/i915: Export engine busy stats in debugfs
` [RFC 09/11] drm/i915/pmu: Wire up engine busy stats to PMU
` [RFC 10/11] drm/i915: Export engine stats API to other users
` [RFC 11/11] drm/i915: Gate engine stats collection with a static key
` ✗ Fi.CI.BAT: warning for i915 PMU and engine busy stats (rev3)

[PATCH] drm/i915: Refresh VLV/CHV PSR comments on HW PSR_state machine
 2017-09-12  0:54 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 00/11] PSR clean-up and vfuncs for clear split between different psr implementations
 2017-09-11 22:30 UTC  (4+ messages)
` [PATCH 11/11] drm/i915/psr: Add enable_source vfunc

[PATCH i-g-t 00/12] meson: Build more tools and install more stuff
 2017-09-11 22:01 UTC  (15+ messages)
` [PATCH i-g-t 01/12] meson: Install tests into $libexecdir
` [PATCH i-g-t 02/12] meson: Install tools
` [PATCH i-g-t 03/12] tools/intel_reg: s/PKGDATADIR/IGT_DATADIR/
` [PATCH i-g-t 04/12] meson: Build and install intel_reg
` [PATCH i-g-t 05/12] meson: Install intel_reg register definitions
` [PATCH i-g-t 06/12] meson: Install test-list.txt
` [PATCH i-g-t 07/12] meson: Install test image files
` [PATCH i-g-t 08/12] meson: Build and install intel_l3_parity
` [PATCH i-g-t 09/12] meson: Build and install intel_dp_compliance
` [PATCH i-g-t 10/12] meson: Drop the 'lib' prefix from intel_aubdump.so
` [PATCH i-g-t 11/12] meson: Rename and install intel-gpu-overlay
` [PATCH i-g-t 12/12] meson: Install intel_gpu_abrt
` ✓ Fi.CI.BAT: success for meson: Build more tools and install more stuff
` ✗ Fi.CI.IGT: failure "

[PATCH i-g-t v2] kms_rotation_crc: 90 degree flip test is not a stress test
 2017-09-11 21:59 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for kms_rotation_crc: 90 degree flip test is not a stress test (rev5)
` ✗ Fi.CI.IGT: failure "

[PATCH 1/2] drm/i915/tracepoints: Don't compile-out low-level tracepoints
 2017-09-11 20:23 UTC  (7+ messages)
` [PATCH 2/2] drm/i915/guc: Remove obsolete comments and remove unused variable
` ✗ Fi.CI.BAT: warning for series starting with [1/2] drm/i915/tracepoints: Don't compile-out low-level tracepoints

[PATCH 1/2] drm/i915/kbl: Remove unused Kabylake pci ids
 2017-09-11 19:31 UTC  (5+ messages)
` [PATCH 2/2] drm/i915/kbl: Change a KBL pci id to GT2 from GT1.5
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/kbl: Remove unused Kabylake pci ids
` [Intel-gfx] [PATCH 1/2] "
` ✓ Fi.CI.IGT: success for series starting with [1/2] "

[PATCH 1/2] drm/dp/mst: Sideband message transaction to power up/down nodes
 2017-09-11 19:10 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] drm/doc: Update todo.rst
 2017-09-11 18:58 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 0/8] drm/fb-helper: Use drm_file to get a dumb framebuffer
 2017-09-11 18:39 UTC  (11+ messages)
` [PATCH 1/8] drm: provide management functions for drm_file
` [PATCH 2/8] drm/framebuffer: Add drm_framebuffer_create_dumb()
` [PATCH 3/8] drm/auth: Export drm_dropmaster_ioctl()
` [PATCH 4/8] drm/fb-helper: Allocate a drm_file
` [PATCH 5/8] drm/fb-cma-helper: Use drm_framebuffer_create_dumb()
` [PATCH 6/8] drm/fb-cma-helper: Drop unnecessary fbdev buffer offset
` [PATCH 7/8] drm/tinydrm: Use drm_fbdev_cma_init()
` [PATCH 8/8] drm/fb-cma-helper: Remove drm_fbdev_cma_init_with_funcs()
` ✓ Fi.CI.BAT: success for drm/fb-helper: Use drm_file to get a dumb framebuffer
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Enable scanline read for gen9 dsi
 2017-09-11 18:21 UTC  (11+ messages)

[PATCH] drm/i915: Disable DRRS when PSR is enabled
 2017-09-11 17:33 UTC  (5+ messages)

[PATCH i-g-t v3] kms_rotation_crc: 90 degree flip test is not a stress test
 2017-09-11 17:14 UTC  (2+ messages)
` [PATCH i-g-t v4] "

[PATCH v6 1/2] drm/i915: Introduce INTEL_GEN_MASK
 2017-09-11 16:57 UTC  (5+ messages)
` [PATCH v6 2/2] drm/i915: Simplify i915_reg_read_ioctl
` ✓ Fi.CI.BAT: success for series starting with [v6,1/2] drm/i915: Introduce INTEL_GEN_MASK
` ✓ Fi.CI.IGT: "

[PATCH libdrm 1/2] intel: Remove unused Kabylake pci ids
 2017-09-11 16:22 UTC  (2+ messages)
` [PATCH libdrm 2/2] intel: Change a KBL pci id to GT2 from GT1.5

Fixes for CI/bxt
 2017-09-11 16:02 UTC  (16+ messages)
` [PATCH 01/11] drm/i915: Mark the userptr invalidate workqueue as WQ_MEM_RECLAIM
` [PATCH 02/11] drm/i915/fence: Avoid del_timer_sync() from inside a timer
` [PATCH 03/11] drm/i915: Include fence-hint for timeout warning
` [PATCH 04/11] drm/i915: Try harder to finish the idle-worker
` [PATCH 05/11] drm/i915: Keep the device awake whilst in the GTT domain
` [PATCH 06/11] drm/i915: Pin fence for iomap
` [PATCH 07/11] drm/i915: Consolidate get_fence with pin_fence
` [PATCH 08/11] drm/i915: Emit pipelined fence changes
` [PATCH 09/11] drm/i915: Track user GTT faulting per-vma
` [PATCH 10/11] drm/i915: Check PIN_NONFAULT overlaps in evict_for_node
` [PATCH 11/11] drm/i915: Try a minimal attempt to insert the whole object for relocations
` ✗ Fi.CI.BAT: warning for series starting with [01/11] drm/i915: Mark the userptr invalidate workqueue as WQ_MEM_RECLAIM
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: warning "

[PATCH 1/2] drm/i915/guc: Add GuC Load time to debugfs
 2017-09-11 15:53 UTC  (4+ messages)

[PATCH 1/2] dim: make dim tag-next generate annotated tags
 2017-09-11 15:17 UTC  (4+ messages)
` [PATCH 2/2] dim: sign pull-request tags if the GPG key is configured

[PATCH igt] igt/sw_sync: Fix up close(timeline) tests for unsignaled fences
 2017-09-11 15:14 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 1/2] drm/i915/guc: Submit GuC workitems containing coalesced requests
 2017-09-11 15:08 UTC  (4+ messages)
` [PATCH 2/2] HAX Enable GuC Submission for CI
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915/guc: Submit GuC workitems containing coalesced requests

[PATCH v5 1/2] drm/i915: Introduce INTEL_GEN_MASK
 2017-09-11 13:35 UTC  (5+ messages)
` [PATCH v5 2/2] drm/i915: Simplify i915_reg_read_ioctl
` ✓ Fi.CI.BAT: success for series starting with [v5,1/2] drm/i915: Introduce INTEL_GEN_MASK
` ✓ Fi.CI.IGT: "

[PATCH 0/3] drm/i915: Skylake plane update/disable unifications [v3]
 2017-09-11 13:18 UTC  (5+ messages)
` [PATCH 1/3] drm/i915: dspaddr_offset doesn't need to be more than local variable
` [PATCH 2/3] drm/i915: Unify skylake plane update
` [PATCH 3/3] drm/i915: Unify skylake plane disable
` ✗ Fi.CI.BAT: failure for drm/i915: Skylake plane update/disable unifications [v3]

[PATCH v4 1/2] drm/i915: Introduce INTEL_GEN_MASK
 2017-09-11 12:45 UTC  (4+ messages)
` [PATCH v4 2/2] drm/i915: Simplify i915_reg_read_ioctl
` ✓ Fi.CI.BAT: success for series starting with [v4,1/2] drm/i915: Introduce INTEL_GEN_MASK
` ✓ Fi.CI.IGT: "

[PATCH 1/2] drm/i915: Introduce INTEL_GEN_MASK
 2017-09-11 12:19 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Simplify i915_reg_read_ioctl

[PATCH] drm/i915: Increase poll time for BDW FCLK_DONE
 2017-09-11 12:15 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Increase poll time for BDW FCLK_DONE (rev2)
` ✗ Fi.CI.IGT: failure "

CI urgent
 2017-09-11 12:14 UTC  (16+ messages)
` [PATCH igt 1/5] igt/gem_eio: inflight wedged requires long plugging
` [PATCH igt 2/5] igt/gem_eio: Exercise wedged with native in-flight requests
` [PATCH igt 3/5] igt/gem_eio: Install an exithandler to unwedge the device after failure
` [PATCH igt 4/5] igt/gem_fence_thresh: Use streaming reads for verify
` [PATCH igt 5/5] igt/gem_flink_race: Limit name subtest to 5s
` ✓ Fi.CI.BAT: success for series starting with [1/5] igt/gem_eio: inflight wedged requires long plugging
` ✓ Fi.CI.IGT: "

[PATCH i-g-t 0/3] bunch more meson polish
 2017-09-11 12:03 UTC  (3+ messages)
` [PATCH i-g-t 1/3] meson: Simple makefile integration

[PATCH] drm/i915: Fix an error handling in 'intel_framebuffer_init()'
 2017-09-11 12:02 UTC  (2+ messages)

[CI 1/3] igt/tools_test: Remove dmesg subtest
 2017-09-11 11:06 UTC  (3+ messages)
` [CI 2/3] igt/gem_flink_race: Limit name subtest to 5s
` [CI 3/3] igt/gem_eio: Install an exithandler to unwedge the device after failure

[PATCH v14 1/5] drm/i915: Factor out setup_private_pat()
 2017-09-11 10:15 UTC  (7+ messages)
` [PATCH v14 2/5] drm/i915: Introduce private PAT management
` [PATCH v14 3/5] drm/i915: Remove the "INDEX" suffix from PPAT marcos
` [PATCH v14 4/5] drm/i915: Do not allocate unused PPAT entries
` [PATCH v14 5/5] drm/i915/selftests: Introduce live tests of private PAT management
` ✓ Fi.CI.BAT: success for series starting with [v14,1/5] drm/i915: Factor out setup_private_pat()
` ✗ Fi.CI.IGT: failure "

[PATCH i-g-t] tests/tools_test: Make sure l3_parity is supported
 2017-09-11 10:09 UTC  (2+ messages)

[PATCH v3 1/2] drm/i915: Introduce INTEL_GEN_MASK
 2017-09-11  9:32 UTC  (6+ messages)
` [PATCH v3 2/2] drm/i915: Simplify i915_reg_read_ioctl
` ✓ Fi.CI.BAT: success for series starting with [v3,1/2] drm/i915: Introduce INTEL_GEN_MASK
` ✓ Fi.CI.IGT: "

[maintainer-tools PATCH 1/5] dim: stop adding Daniel's signed-off-by to driver date updates
 2017-09-11  8:50 UTC  (7+ messages)
` [maintainer-tools PATCH 3/5] dim: remove defaults from pull mail hello/signature
` [maintainer-tools PATCH 5/5] dim: update pull and test request recipients

[PATCH v10 1/5] drm/i915: Factor out setup_private_pat()
 2017-09-11  8:34 UTC  (3+ messages)

[PATCH v2 1/2] drm/i915: Introduce INTEL_GEN_MASK
 2017-09-11  7:59 UTC  (4+ messages)
` [PATCH v2 2/2] drm/i915: Simplify i915_reg_read_ioctl

[PATCH 1/3] drm-tip: 2017y-09m-07d-21h-01m-55s UTC integration manifest
 2017-09-11  7:56 UTC  (2+ messages)
` [PATCH 2/3] drm/i915: Introduce INTEL_GEN_MASK


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