Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-03-16 18:26:10 to 2017-03-20 08:09:22 UTC [more...]

[PATCH] drm/i915/glk: CDCLK calculation changes for glk
 2017-03-20  8:00 UTC  (8+ messages)

linux-next: build failure after merge of the drm tree
 2017-03-20  8:05 UTC  (3+ messages)

[PATCH 1/2] dim: Update drm-tip in update-next
 2017-03-20  7:54 UTC  (2+ messages)
` [PATCH 2/2] dim: Docs for Ville's tools

[PATCH i-g-t 1/2] lib: Open debugfs files for the given DRM device
 2017-03-20  7:54 UTC  (2+ messages)
` [PATCH i-g-t 2/2] kms_pipe_crc_basic: Skip sequence tests if the source doesn't provide frame numbers

[i-g-t 1/1] tests/gem_gtt_hog: Clear the parameters for GEM_CREATE ioctl
 2017-03-20  7:41 UTC  (2+ messages)

Updated drm-intel-testing
 2017-03-20  7:37 UTC 

[PATCH] drm/i915/scheduler: add gvt notification for guc submission
 2017-03-20  3:19 UTC  (3+ messages)

[PATCH] drm/i915: Reset tasklet back to execlists after disabling guc
 2017-03-19 21:58 UTC  (3+ messages)
` ✗ Fi.CI.BAT: warning for "

i915 (ivy bridge) + 4.10.3 + gimp = BUG in list_move_tail()
 2017-03-19 21:56 UTC 

[GIT PULL] GVT-g fixes for 4.11-rc4
 2017-03-19  5:36 UTC  (5+ messages)

[PATCH i-g-t] lib/igt_kms: Fix erroneous assert
 2017-03-18 12:02 UTC 

[PATCH] drm/i915: Skip force-wake for uncached mmio flush of GGTT writes
 2017-03-18 11:03 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Enable FBC for non X-tiled FBs
 2017-03-18  1:35 UTC  (8+ messages)
    ` [PATCH v3] drm/i915: Fix FBC cfb stride programming for non X-tiled FB

[PATCH 1/2] drm/i915: i915_gem_object_create_from_data() doesn't require struct_mutex
 2017-03-17 23:26 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: Initialise i915_gem_object_create_from_data() directly
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: i915_gem_object_create_from_data() doesn't require struct_mutex

[CI 1/4] drm/i915: i915_gem_object_create_from_data() doesn't require struct_mutex
 2017-03-17 23:15 UTC  (5+ messages)
` [CI 2/4] drm/i915: Correct error handling for i915_gem_object_create_from_data()
` [CI 3/4] drm/i915: Initialise i915_gem_object_create_from_data() directly
` [CI 4/4] HAX enable guc submission for CI
` ✓ Fi.CI.BAT: success for series starting with [CI,1/4] drm/i915: i915_gem_object_create_from_data() doesn't require struct_mutex

[PATCH] drm/i915: Correct error handling for i915_gem_object_create_from_data()
 2017-03-17 22:42 UTC  (2+ messages)

[PATCH 00/14] drm/i915: Moar plane update optimizations
 2017-03-17 22:12 UTC  (29+ messages)
` [PATCH 01/14] drm/i915: Extract skl_plane_ctl()
` [PATCH 02/14] drm/i915: Use skl_plane_ctl() for the SKL "sprite" planes
` [PATCH 03/14] drm/i915: Extract i9xx_plane_ctl()
` [PATCH 04/14] drm/i915: Extract vlv_sprite_ctl()
` [PATCH 05/14] drm/i915: Extract ivb_sprite_ctl()
` [PATCH 06/14] drm/i915: Extract ilk_sprite_ctl()
` [PATCH 07/14] drm/i915: Extract i845_cursor_ctl() and i9xx_cursor_ctl()
` [PATCH 08/14] drm/i915: Pre-compute plane control register value
` [PATCH 09/14] drm/i915: Introduce i9xx_check_plane_surface()
` [PATCH 10/14] drm/i915: Eliminate ironlake_update_primary_plane()
` [PATCH 11/14] drm/i915: Use i9xx_check_plane_surface() for sprite planes as well
` [PATCH 12/14] drm/i915: Keep vblanks enabled during the entire pipe update
` [RFC][PATCH 13/14] WIP/drm/i915: Protect the entire pipe update with uncore.lock
` [RFC][PATCH 14/14] WIP/drm/i915: Nuke posting reads from plane updates
` ✓ Fi.CI.BAT: success for drm/i915: Moar plane update optimizations

[PATCH v2 1/4] drm: Mark up accesses of vblank->enabled outside of its spinlock
 2017-03-17 20:44 UTC  (6+ messages)
` [PATCH v2 2/4] drm: vblank cannot be enabled if dev->irq_enabled is false
` [PATCH v2 3/4] drm: Refactor vblank sequence number comparison
` [PATCH v2 4/4] drm: Peek at the current counter/timestamp for vblank queries
` ✓ Fi.CI.BAT: success for series starting with [v2,1/4] drm: Mark up accesses of vblank->enabled outside of its spinlock

[PATCH 0/2] drm/i915/vbt: defaults handling for no VBT case
 2017-03-17 20:21 UTC  (7+ messages)
` [PATCH 2/2] drm/i915/vbt: split out defaults that are set when there is no VBT

[PATCH v6 00/23] Add support for GuC-based SLPC
 2017-03-17 20:05 UTC  (29+ messages)
` [PATCH v6 02/23] drm/i915/gen9: Separate RPS and RC6 handling
` [PATCH v6 05/23] drm/i915/slpc: Sanitize GuC version
` [PATCH v6 06/23] drm/i915/slpc: Use intel_slpc_* functions if supported
` [PATCH v6 08/23] drm/i915/slpc: If using SLPC, do not set frequency
` [PATCH v6 09/23] drm/i915/slpc: Allocate/Release/Initialize SLPC shared data
` [PATCH v6 10/23] drm/i915/slpc: Add SLPC banner to RPS debugfs interfaces
` [PATCH v6 11/23] drm/i915/slpc: Add SLPC communication interfaces
` [PATCH v6 12/23] drm/i915/slpc: Send RESET event to enable SLPC
` [PATCH v6 13/23] drm/i915/slpc: Send SHUTDOWN event
` [PATCH v6 14/23] drm/i915/slpc: Add parameter set/unset/get functions
` [PATCH v6 15/23] drm/i915/slpc: Add debugfs support to read/write/revert the parameters
` [PATCH v6 16/23] drm/i915/slpc: Add support for min/max frequency control
` [PATCH v6 17/23] drm/i915/slpc: Add enable/disable controls for SLPC tasks
` [PATCH v6 18/23] drm/i915/slpc: Add i915_slpc_info to debugfs
` [PATCH v6 19/23] drm/i915/slpc: Set default values for tasks and min frequency parameters
` [PATCH v6 20/23] drm/i915/slpc: Add SKL SLPC Support
` [PATCH v6 21/23] drm/i915/slpc: Add Broxton SLPC support
` [PATCH v6 22/23] drm/i915/slpc: Add Kabylake "
` [PATCH v6 23/23] drm/i915/slpc: Enable SLPC, where supported
` ✓ Fi.CI.BAT: success for Add support for GuC-based SLPC (rev8)

[PATCH 0/4] drm/i915: Enable atomic for VLV/CHV
 2017-03-17 20:01 UTC  (9+ messages)
` [PATCH 1/4] drm/i915: Extract intel_wm_plane_visible()
` [PATCH 2/4] drm/i915: Check for id==PLANE_CURSOR instead of type==DRM_PLANE_TYPE_CURSOR
` [PATCH 3/4] drm/i915: Use intel_wm_plane_visible() on VLV/CHV as well

[PATCH 1/2] drm: Mark up accesses of vblank->enabled outside of its spinlock
 2017-03-17 19:59 UTC  (8+ messages)
` [PATCH 2/2] drm: Peek at the current counter/timestamp for vblank queries
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm: Mark up accesses of vblank->enabled outside of its spinlock

[PATCH 0/7] Add Y-tiling support into IGTs
 2017-03-17 19:15 UTC  (8+ messages)
` [PATCH 1/7] lib/igt_fb: Let others use igt_get_fb_tile_size
` [PATCH 2/7] lib/igt_fb: Add helper function for tile_to_mod
` [PATCH 3/7] lib/igt_draw: Add Y-tiling support
` [PATCH 4/7] lib/igt_draw: Add Y-tiling support for IGT_DRAW_BLT method
` [PATCH 5/7] tests/kms_draw_crc: add support for Y tiling
` [PATCH 6/7] igt/kms_frontbuffer_tracking: Add Y-tiling support
` [PATCH 7/7] igt/kms_fbc_crc.c : Add Y-tile tests

[PATCH] drm/i915: Reinstate reservation_object zapping for batch_pool objects
 2017-03-17 18:43 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Add i810/i815 pci-ids for completeness
 2017-03-17 17:12 UTC  (3+ messages)

[dim PATCH 00/10] dim: shellcheck fixes
 2017-03-17 16:53 UTC  (12+ messages)
` [dim PATCH 01/10] dim: add make target to shellcheck dim
` [dim PATCH 02/10] dim: quote check for non-zero string
` [dim PATCH 03/10] dim: replace expr with $((..))
` [dim PATCH 04/10] dim: use $* instead of $@ within string
` [dim PATCH 05/10] dim: double quote array expansions
` [dim PATCH 06/10] dim: quote expressions using { }
` [dim PATCH 07/10] dim: add double quotes to prevent glob interpretation
` [dim PATCH 08/10] dim: prevent * from becoming options
` [dim PATCH 09/10] dim: avoid useless cat in apply-branch
` [dim PATCH 10/10] dim: Replace `..` with $(..)

[PATCH] drm/atomic: protect crtc|connector->state with rcu
 2017-03-17 16:52 UTC  (4+ messages)

[Announcement] 2016-Q4 release of XenGT - a Mediated Graphics Passthrough Solution from Intel
 2017-03-17 15:54 UTC 

[ANNOUNCE] 2016-Q4 release of KVMGT (Intel GVT-g for KVM)
 2017-03-17 15:52 UTC 

[PATCH] drm/915/glk: Enable pooled EUs for Geminilake
 2017-03-17 15:19 UTC  (6+ messages)
  ` [PATCH v2] drm/i915/glk: "
` ✓ Fi.CI.BAT: success for drm/915/glk: Enable pooled EUs for Geminilake (rev2)

[PATCH i-g-t 0/4] Testlist changes
 2017-03-17 13:25 UTC  (5+ messages)
` [PATCH i-g-t 1/4] intel-ci: Add comments on test order to fast-feedback.testlist
` [PATCH i-g-t 2/4] tests/Makefile.am: Only ignore generated gitignore in gitignore
` [PATCH i-g-t 3/4] intel-ci: Build-time check for testlists
` [PATCH i-g-t 4/4] intel-ci: Add extended.testlist for wider testing

Make execbuf fast and green
 2017-03-17 13:06 UTC  (15+ messages)
` [PATCH 02/15] drm/i915: Retire an active batch pool object rather than allocate new
` [PATCH 03/15] drm/i915: Amalgamate execbuffer parameter structures
` [PATCH 12/15] drm/i915: Remove superfluous i915_add_request_no_flush() helper
` [PATCH 13/15] drm/i915: Allow execbuffer to use the first object as the batch
` [PATCH 14/15] drm/i915: Async GPU relocation processing
  ` [PATCH v2] "
` ✓ Fi.CI.BAT: success for series starting with [01/15] drm/i915: Copy user requested buffers into the error state (rev2)

[PATCH] drm/i915: Squelch WARN for VLV_COUNTER_CONTROL
 2017-03-17 13:04 UTC  (2+ messages)

[CI] drm/i915: Remove superfluous i915_add_request_no_flush() helper
 2017-03-17 12:34 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[CI] drm/i915: Skip execlists_dequeue() early if the list is empty
 2017-03-17 12:16 UTC  (4+ messages)
` [PATCH v3] "
` ✓ Fi.CI.BAT: success for drm/i915: Skip execlists_dequeue() early if the list is empty (rev2)

[PATCH] fs/pstore: Perform erase from a worker
 2017-03-17 10:47 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Skip execlists_dequeue() early if the list is empty
 2017-03-17 10:44 UTC  (5+ messages)

[PATCH] drm/i915/vgpu: Neuter forcewakes for VGPU more thouroughly
 2017-03-17  9:55 UTC  (9+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Fix vGPU balloon for ggtt guard page
 2017-03-17  9:46 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] drm/i915: Avoid use-after-free of ctx in request tracepoints
 2017-03-17  9:05 UTC  (7+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Assert that the context pin_counts do not overflow
 2017-03-17  7:29 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/8] Collect command stream based OA reports using i915 perf
 2017-03-17  5:29 UTC  (3+ messages)

[PATCH] drm/i915: make context status notifier head be per engine
 2017-03-17  2:28 UTC  (5+ messages)
` [PATCH v2] "

The i915 stable patch marking is totally broken
 2017-03-17  1:21 UTC  (8+ messages)
    ` [Intel-gfx] "

[PATCH v4 0/8] Adding driver-private objects to atomic state
 2017-03-16 23:08 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for Adding driver-private objects to atomic state (rev4)

[PATCH v4 7/8] drm: Connector helper function to release resources
 2017-03-16 22:43 UTC  (2+ messages)
` [PATCH v5 "

[PATCH 0/8] Implement DDB algorithm and WM cleanup
 2017-03-16 18:48 UTC  (3+ messages)
` [PATCH 1/8] drm/i915/skl+: calculate pixel_rate & relative_data_rate in fixed point


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