public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-08-17 19:30:12 to 2016-08-18 20:54:02 UTC [more...]

[PATCH 1/2] drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fb
 2016-08-18 20:54 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Replace intel_plane->wait_req with plane->fence

[PATCH v4 0/4] Reclassify messages from GuC loader/submission
 2016-08-18 17:17 UTC  (5+ messages)
` [PATCH v4 1/4] drm: extra printk() wrapper macros
` [PATCH v4 2/4] drm/i915/guc: downgrade some DRM_ERROR() messages to DRM_WARN()
` [PATCH v4 3/4] drm/i915/guc: revisit GuC loader message levels
` [PATCH v4 4/4] NOMERGE: next version of GuC firmware is 8.11

[PATCH v4 0/5] drm/i915/guc: use symbolic names for module parameter values
 2016-08-18 17:10 UTC  (6+ messages)
` [PATCH v4 1/5] drm/i915/guc: symbolic names for GuC submission preferences
` [PATCH v4 2/5] drm/i915/guc: symbolic names for GuC firmare loading preferences
` [PATCH v4 3/5] drm/i915/guc: symbolic name for GuC log-level none
` [PATCH v4 4/5] drm/i915/guc: use symbolic names in setting defaults for module parameters
` [PATCH v4 5/5] drm/i915/guc: ignore unrecognised loading & submission options

[PATCH 0/2] capture error context
 2016-08-18 16:56 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/error: capture errored context based on request context-id

[CI 01/39] drm/i915: Unconditionally flush any chipset buffers before execbuf
 2016-08-18 16:41 UTC  (40+ messages)
` [CI 02/39] agp/intel: Flush chipset writes after updating a single PTE
` [CI 03/39] drm/i915: vfree() no longer ignores the low bits of the address
` [CI 04/39] drm/i915: Use ORIGIN_CPU for fb invalidation from pwrite
` [CI 05/39] drm/i915: Mark up the GTT flush following WC writes as ORIGIN_CPU
` [CI 06/39] drm/i915: Fallback to single page pwrite/pread if unable to release fence
` [CI 07/39] drm/i915: Cache kmap between relocations
` [CI 08/39] drm/i915: Extract i915_gem_obj_prepare_shmem_write()
` [CI 09/39] drm/i915: Before accessing an object via the cpu, flush GTT writes
` [CI 10/39] drm/i915: Wait for writes through the GTT to land before reading back
` [CI 11/39] drm/i915: Pin the pages first in shmem prepare read/write
` [CI 12/39] drm/i915: Tidy up flush cpu/gtt write domains
` [CI 13/39] drm/i915: Refactor execbuffer relocation writing
` [CI 14/39] drm/i915: Fallback to single page GTT mmappings for relocations
` [CI 15/39] drm/i915: Disallow direct CPU access to stolen pages "
` [CI 16/39] drm/i915: Move map-and-fenceable tracking to the VMA
` [CI 17/39] drm/i915: Allow ringbuffers to be bound anywhere
` [CI 18/39] drm/i915: Allocate rings from stolen
` [CI 19/39] drm/i915/userptr: Make gup errors stickier
` [CI 20/39] drm/i915: Rename fence.lru_list to link
` [CI 21/39] drm/i915: Move fence tracking from object to vma
` [CI 22/39] drm/i915: Choose partial chunksize based on tile row size
` [CI 23/39] drm/i915: Fix partial GGTT faulting
` [CI 24/39] drm/i915: Convert partial ggtt vma to full ggtt if it spans the entire object
` [CI 25/39] drm/i915: Drop ORIGIN_GTT for untracked GTT writes
` [CI 26/39] drm/i915: Choose not to evict faultable objects from the GGTT
` [CI 27/39] drm/i915: Fallback to using unmappable memory for scanout
` [CI 28/39] drm/i915: Track display alignment on VMA
` [CI 29/39] drm/i915: Bump the inactive tracking for all VMA accessed
` [CI 30/39] drm/i915: Stop discarding GTT cache-domain on unbind vma
` [CI 31/39] drm/i915/cmdparser: Make initialisation failure non-fatal
` [CI 32/39] drm/i915/cmdparser: Add the TIMESTAMP register for the other engines
` [CI 33/39] drm/i915/cmdparser: Use cached vmappings
` [CI 34/39] drm/i915/cmdparser: Only cache the dst vmap
` [CI 35/39] drm/i915/cmdparser: Improve hash function
` [CI 36/39] drm/i915/cmdparser: Compare against the previous command descriptor
` [CI 37/39] drm/i915/cmdparser: Check for SKIP descriptors first
` [CI 38/39] drm/i915/cmdparser: Use binary search for faster register lookup
` [CI 39/39] drm/i915/cmdparser: Accelerate copies from WC memory
` ✗ Ro.CI.BAT: failure for series starting with [CI,01/39] drm/i915: Unconditionally flush any chipset buffers before execbuf

[PATCH 0/2] Updates to gem_exec_nop parallel execution test
 2016-08-18 15:59 UTC  (9+ messages)
` [PATCH 1/2] igt/gem_exec_nop: add burst submission to "

[PATCH 1/2] drm/i915: Unconditionally flush any chipset buffers before execbuf
 2016-08-18 15:18 UTC  (8+ messages)
` [PATCH 2/2] agp/intel: Flush chipset writes after updating a single PTE
` [PATCH v2] drm/i915: Fallback to single page pwrite/pread if unable to release fence
` ✓ Ro.CI.BAT: success for series starting with [1/2] drm/i915: Unconditionally flush any chipset buffers before execbuf
` ✗ Ro.CI.BAT: warning for series starting with [v2] drm/i915: Fallback to single page pwrite/pread if unable to release fence (rev2)

[PATCH v7 00/19] Support for sustained capturing of GuC firmware logs
 2016-08-18 15:01 UTC  (16+ messages)
` [PATCH 19/19] drm/i915: Sync against the GuC log buffer flush work item on system suspend

[PATCH] drm/i915: Drop ORIGIN_GTT for untracked GTT writes
 2016-08-18 14:56 UTC  (5+ messages)
` ✗ Ro.CI.BAT: failure for "
` [PATCH v2] "
` ✗ Ro.CI.BAT: failure for drm/i915: Drop ORIGIN_GTT for untracked GTT writes (rev2)

[PATCH v2 0/4] Picture aspect ratio support in DRM layer
 2016-08-18 14:52 UTC  (2+ messages)

[PATCH 1/2] drm/i915/fbc: Don't set an illegal fence if unfenced
 2016-08-18 14:21 UTC  (7+ messages)
` [PATCH 2/2] drm/i915/fbc: Allow on unfenced surfaces, for recent gen
` ✗ Ro.CI.BAT: failure for series starting with [1/2] drm/i915/fbc: Don't set an illegal fence if unfenced

[PATCH v12 0/7] Finally fix watermarks
 2016-08-18 14:05 UTC  (11+ messages)
` [PATCH v12 1/7] drm/i915/gen6+: Interpret mailbox error flags
` [PATCH v12 2/7] drm/i915/skl: Add support for the SAGV, fix underrun hangs
` [PATCH v12 3/7] drm/i915/gen9: Only copy WM results for changed pipes to skl_hw
` [PATCH v12 4/7] drm/i915/skl: Update plane watermarks atomically during plane updates
` [PATCH v12 5/7] drm/i915/skl: Ensure pipes with changed wms get added to the state
` [PATCH v12 6/7] drm/i915: Move CRTC updating in atomic_commit into it's own hook
` [PATCH v12 7/7] drm/i915/skl: Update DDB values atomically with wms/plane attrs
` ✗ Ro.CI.BAT: failure for Finally fix watermarks (rev10)

[PATCH 00/15] drm/i915: Use connector atomic state in encoders
 2016-08-18 14:04 UTC  (30+ messages)
` [PATCH 01/15] drm/i915: handle DP_MST correctly in bxt_get_dpll
` [PATCH 02/15] drm/i915: Pass atomic state to crtc enable/disable functions
` [PATCH 03/15] drm/i915: Remove unused mode_set hook from encoder
` [PATCH 05/15] drm/i915: Pass crtc_state and connector_state to encoder functions
` [PATCH 06/15] drm/i915: Make encoder->compute_config take the connector state
` [PATCH 07/15] drm/i915: Remove unused loop from intel_dp_mst_compute_config
` [PATCH 08/15] drm/i915: Convert intel_crt to use atomic state
` [PATCH 09/15] drm/i915: Convert intel_dvo "
` [PATCH 10/15] drm/i915: Convert intel_dsi "
` [PATCH 11/15] drm/i915: Convert intel_sdvo "
` [PATCH 12/15] drm/i915: Convert intel_lvds "
` [PATCH 13/15] drm/i915: Convert intel_dp_mst "
` [PATCH 14/15] drm/i915: Convert intel_dp "
` [PATCH 15/15] drm/i915: Use more atomic state in intel_color.c

[PATCH 1/9] drm: Extract drm_encoder.[hc]
 2016-08-18 13:11 UTC  (12+ messages)
` [PATCH 2/9] drm/doc: Polish kerneldoc for encoders
` [PATCH 3/9] drm: Extract drm_mode_object.[hc]
` [PATCH 4/9] drm: Remove drm_mode_object->atomic_count
` [PATCH 5/9] drm/doc: Polish docs for drm_mode_object
` [PATCH 6/9] drm: move drm_mode_legacy_fb_format to drm_fourcc.c
` [PATCH 7/9] drm: Extract drm_property.[hc]
` [PATCH 8/9] drm: Unify handling of blob and object properties
` [PATCH 9/9] drm/doc: Polish docs for drm_property&drm_property_blob
` ✗ Ro.CI.BAT: failure for series starting with [1/9] drm: Extract drm_encoder.[hc]

[PATCH] drm/i915: vfree() no longer ignores the low bits of the address
 2016-08-18 10:36 UTC  (4+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH 0/4]: Picture aspect ratio support in DRM layer
 2016-08-18 10:15 UTC  (9+ messages)
` [PATCH 1/4] drm: add picture aspect ratio flags

[PATCH 0/2] Live status detection fixes
 2016-08-18  9:56 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: add module param for live_status

[PATCH v3 0/2] HuC/GuC status to Get Params
 2016-08-18  8:55 UTC  (4+ messages)
` [PATCH v3 1/2] drm/i915/get_params: Add GuC status to getparams
` [PATCH v3 2/2] drm/i915/get_params: Add HuC "
` ✗ Ro.CI.BAT: failure for HuC/GuC status to Get Params. (rev3)

[PATCH v4 0/3] drm/i915: fix some audio support 4K resolution issues
 2016-08-18  8:29 UTC  (5+ messages)
` [PATCH v4 1/3] drm/i915: set proper N/M in modeset
` [PATCH v4 2/3] drm/i915: set proper N/MCTS on more platforms
` [PATCH v4 3/3] drm/i915: HDMI audio gets the TMDS clock by crtc_clock
` ✗ Ro.CI.BAT: failure for drm/i915: fix some audio support 4K resolution issues

[CI 01/35] drm/i915: Use ORIGIN_CPU for fb invalidation from pwrite
 2016-08-18  8:04 UTC  (36+ messages)
` [CI 02/35] drm/i915: Mark up the GTT flush following WC writes as ORIGIN_CPU
` [CI 03/35] drm/i915: Fallback to single page pwrite/pread if unable to release fence
` [CI 04/35] drm/i915: Cache kmap between relocations
` [CI 05/35] drm/i915: Extract i915_gem_obj_prepare_shmem_write()
` [CI 06/35] drm/i915: Before accessing an object via the cpu, flush GTT writes
` [CI 07/35] drm/i915: Wait for writes through the GTT to land before reading back
` [CI 08/35] drm/i915: Pin the pages first in shmem prepare read/write
` [CI 09/35] drm/i915: Tidy up flush cpu/gtt write domains
` [CI 10/35] drm/i915: Refactor execbuffer relocation writing
` [CI 11/35] drm/i915: Fallback to single page GTT mmappings for relocations
` [CI 12/35] drm/i915: Disallow direct CPU access to stolen pages "
` [CI 13/35] drm/i915: Move map-and-fenceable tracking to the VMA
` [CI 14/35] drm/i915: Allow ringbuffers to be bound anywhere
` [CI 15/35] drm/i915: Allocate rings from stolen
` [CI 16/35] drm/i915/userptr: Make gup errors stickier
` [CI 17/35] drm/i915: Rename fence.lru_list to link
` [CI 18/35] drm/i915: Move fence tracking from object to vma
` [CI 19/35] drm/i915: Choose partial chunksize based on tile row size
` [CI 20/35] drm/i915: Fix partial GGTT faulting
` [CI 21/35] drm/i915: Convert partial ggtt vma to full ggtt if it spans the entire object
` [CI 22/35] drm/i915: Choose not to evict faultable objects from the GGTT
` [CI 23/35] drm/i915: Fallback to using unmappable memory for scanout
` [CI 24/35] drm/i915: Track display alignment on VMA
` [CI 25/35] drm/i915: Bump the inactive tracking for all VMA accessed
` [CI 26/35] drm/i915: Stop discarding GTT cache-domain on unbind vma
` [CI 27/35] drm/i915/cmdparser: Make initialisation failure non-fatal
` [CI 28/35] drm/i915/cmdparser: Add the TIMESTAMP register for the other engines
` [CI 29/35] drm/i915/cmdparser: Use cached vmappings
` [CI 30/35] drm/i915/cmdparser: Only cache the dst vmap
` [CI 31/35] drm/i915/cmdparser: Improve hash function
` [CI 32/35] drm/i915/cmdparser: Compare against the previous command descriptor
` [CI 33/35] drm/i915/cmdparser: Check for SKIP descriptors first
` [CI 34/35] drm/i915/cmdparser: Use binary search for faster register lookup
` [CI 35/35] drm/i915/cmdparser: Accelerate copies from WC memory
` ✗ Ro.CI.BAT: failure for series starting with [CI,01/35] drm/i915: Use ORIGIN_CPU for fb invalidation from pwrite

[PATCH] Revert "drm/i915: Check live status before reading edid"
 2016-08-18  7:29 UTC  (4+ messages)

[PATCH 1/2] drm/i915: Use ORIGIN_CPU for fb invalidation from pwrite
 2016-08-18  7:13 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Fallback to single page pwrite/pread if unable to release fence
` ✗ Ro.CI.BAT: failure for series starting with [1/2] drm/i915: Use ORIGIN_CPU for fb invalidation from pwrite

[PATCH] drm/i915: Call intel_fbc_pre_update() after pinning the new pageflip
 2016-08-18  6:49 UTC  (2+ messages)
` ✗ Ro.CI.BAT: warning for drm/i915: Call intel_fbc_pre_update() after pinning the new pageflip (rev2)

[PATCH v4 00/22] drm/i915: Organize most GPU features by platform
 2016-08-18  6:22 UTC  (10+ messages)
` [PATCH v4 09/22] drm/i915: Move HAS_RC6 definition to platform definition
` [PATCH v4 13/22] drm/i915: Move HAS_GMBUS_IRQ "
` [PATCH v4 14/22] drm/i915: Introduce GEN4_FEATURES for device info
` [PATCH v4 15/22] drm/i915: Introduce GEN3_FEATURES "
` [PATCH v4 16/22] drm/i915: Introduce GEN2_FEATURES "
` [PATCH v4 18/22] drm/i915: Move HAS_LOGICAL_RING_CONTEXTS definition to platform
` [PATCH v4 19/22] drm/i915: Move HAS_L3_DPF definition to platform definition
` [PATCH v4 21/22] drm/i915: Make HWS_NEEDS_PHYSICAL the exception
` ✗ Ro.CI.BAT: failure for drm/i915: Organize most GPU features by platform (rev4)

[PATCH v2] drm/i915/dp: Switch to using the DRM function for reading DP link status
 2016-08-18  5:55 UTC  (2+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH] drm/i915: Mark up the GTT flush following WC writes as ORIGIN_CPU
 2016-08-18  5:27 UTC  (3+ messages)
` ✗ Ro.CI.BAT: failure for "

[drm-intel-nightly] 2016y-07m-14d-21h-13m-02s UTC: locking dependency: drm_modeset_lock_all() || __blocking_notifier_call_chain
 2016-08-17 20:29 UTC  (5+ messages)

[PATCH] drm/i915: Call intel_fbc_pre_update() after pinning the new pageflip
 2016-08-17 20:00 UTC  (4+ messages)


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