intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-29 22:16:35 to 2017-07-03 14:15:31 UTC [more...]

[PATCH 00/21] huge gtt pages
 2017-07-03 14:15 UTC  (19+ messages)
` [PATCH 01/21] mm/shmem: introduce shmem_file_setup_with_mnt
` [PATCH 02/21] drm/i915: introduce simple gemfs
` [PATCH 03/21] drm/i915/gemfs: enable THP
` [PATCH 04/21] drm/i915: introduce page_size_mask to dev_info
` [PATCH 05/21] drm/i915: introduce page_size members
` [PATCH 06/21] drm/i915: introduce vm set_pages/clear_pages
` [PATCH 07/21] drm/i915: align the vma start to the largest gtt page size
` [PATCH 08/21] drm/i915: align 64K objects to 2M
` [PATCH 09/21] drm/i915: enable IPS bit for 64K pages
` [PATCH 10/21] drm/i915: disable GTT cache for 2M/1G pages
` [PATCH 11/21] drm/i915: support 1G pages for the 48b PPGTT
` [PATCH 12/21] drm/i915: support 2M "
` [PATCH 13/21] drm/i915: support 64K "
` [PATCH 14/21] drm/i915: accurate page size tracking for the ppgtt
` [PATCH 15/21] drm/i915/debugfs: include some gtt page size metrics
` [PATCH 16/21] drm/i915/selftests: huge page tests
` [PATCH 17/21] drm/i915/selftests: mix huge pages
` [PATCH 18/21] drm/i915: disable platform support for vGPU huge gtt pages

[PATCH] drm/i915: Clear execlist port[] before updating seqno on wedging
 2017-07-03 14:03 UTC 

[PATCH v3 0/2] Handle unsupported configuration with IF-ID
 2017-07-03 14:02 UTC  (7+ messages)
` [PATCH v3 1/2] drm/i915/skl+: Check for supported plane configuration in Interlace mode
` [PATCH v3 2/2] drm/i915/skl+: Scaling not supported in IF-ID "
` ✗ Fi.CI.BAT: failure for Handle unsupported configuration with IF-ID (rev3)

[PATCH] drm/i915: Clear engine irq posted following a reset
 2017-07-03 13:48 UTC 

[PATCH 1/3] drm/i915: Check execlist/ring status during hangcheck
 2017-07-03 13:28 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: Check the execlist queue for pending requests before declaring idle
` [PATCH 3/3] drm/i915: Wake up waiters after setting the WEDGED bit
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Check execlist/ring status during hangcheck

[PATCH] drm/edid: rename macro for CEA extended-tag
 2017-07-03 12:45 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] i2c: i801: Allow ACPI SystemIO OpRegion to conflict harder
 2017-07-03 12:23 UTC  (3+ messages)

[PATCH] drm/fb-helper: Remove drm_mode_config_fb
 2017-07-03 12:07 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH 1/2] drm/atomic: Change drm_atomic_helper_swap_state to return an error
 2017-07-03 12:03 UTC  (6+ messages)
` [PATCH 2/2] drm/atomic: Wait indefinitely and interruptibly for hw_done
` [Intel-gfx] [PATCH 1/2] drm/atomic: Change drm_atomic_helper_swap_state to return an error

[PATCH i-g-t 1/4] chamelium: Calculate CRC from framebuffer instead of hardcoding it
 2017-07-03 12:02 UTC  (4+ messages)
` [PATCH i-g-t 2/4] tests/ chamelium: Remove the frame dump tests
` [PATCH i-g-t 3/4] lib/igt_chamelium: Add support for dumping chamelium frames to a png
` [PATCH i-g-t 4/4] chamelium: Dump obtained and reference frames to png on crc error

[PATCH i-g-t v3 1/3] tests/chamelium: Update connector state without reprobe when possible
 2017-07-03 12:01 UTC  (3+ messages)
` [PATCH i-g-t v3 2/3] chamelium: Remove init reset duplicate in favor of per-test reset
` [PATCH i-g-t v3 3/3] Make igtrc configuration common, with configurable suspend/resume delay

[PATCH 1/2] drm/i915: Report execlists irq bit in debugfs
 2017-07-03 11:33 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Reset context image on engines after triggering the reset
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Report execlists irq bit in debugfs

[PATCH 1/3] drm/i915: Refactor testing obj->mm.pages
 2017-07-03 11:25 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: Move dev_priv->mm.[un]bound_list to its own lock
` [PATCH 3/3] drm/i915: Trim struct_mutex hold duration for i915_gem_free_objects
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Refactor testing obj->mm.pages

[RESEND-CI v4 00/15] HDMI YCBCR output handling in DRM layer
 2017-07-03 11:24 UTC  (40+ messages)
` [RESEND-CI v4 01/15] drm: add HDMI 2.0 VIC support for AVI info-frames
` [RESEND-CI v4 03/15] drm/edid: Complete CEA modedb(VIC 1-107)
` [RESEND-CI v4 04/15] drm/edid: parse YCBCR 420 videomodes from EDID
` [RESEND-CI v4 05/15] drm/edid: parse ycbcr 420 deep color information
` [RESEND-CI v4 06/15] drm/edid: parse sink information before CEA blocks
` [RESEND-CI v4 11/15] drm/i915: prepare scaler for YCBCR420 modeset
` [RESEND-CI v4 13/15] drm/i915: prepare csc unit for YCBCR HDMI output
` [RESEND-CI v4 15/15] drm/i915/glk: set HDMI 2.0 identifier
  ` [Intel-gfx] "
` [PATCH v5 7/7] drm: create hdmi output property

[PATCH 1/4] drm/i915: Pin fence for iomap
 2017-07-03 11:09 UTC  (5+ messages)
` [PATCH 2/4] drm/i915: Consolidate get_fence with pin_fence
` [PATCH 3/4] drm/i915: Emit pipelined fence changes
` [PATCH 4/4] drm/i915: Make fence->pin_count atomic to allow unlocked unpinning
` ✓ Fi.CI.BAT: success for series starting with [1/4] drm/i915: Pin fence for iomap

[PATCH] drm: i915: sysfs: constify attribute_group structures
 2017-07-03 11:08 UTC 

[PATCH i-g-t] igt/debugfs_test: Skip dummy reads for crtc-n/crc/data
 2017-07-03 10:19 UTC 

[PATCH 1/1] drm/i915: Hold RPM wakelock while initializing OA buffer
 2017-07-03 10:09 UTC  (4+ messages)

[PATCH] drm/i915/fbdev: Check for existence of ifbdev->vma before operations
 2017-07-03  9:46 UTC  (4+ messages)

[PATCH 1/2] drm/vmwgfx: Drop drm_vblank_cleanup
 2017-07-03  9:43 UTC  (2+ messages)

[PATCH 0/5] drm/i915: Fix pre-g4x GPU reset, again
 2017-07-03  9:30 UTC  (20+ messages)
` [PATCH 1/5] drm/atomic: Refactor drm_atomic_state_realloc_connectors()
` [PATCH 5/5] drm/i915: Solve the GPU reset vs. modeset deadlocks with an rw_semaphore
  ` [PATCH v4 "

[PATCH] drm/i915: Flush the execlist ports if idle
 2017-07-03  9:28 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/fb-helper: Support deferred setup
 2017-07-03  8:44 UTC  (4+ messages)
` [PATCH] drm/fb-helper: Restore first connection behaviour on "

[PATCH] drm/atomic: Add missing drm_atomic_state_clear to atomic_remove_fb
 2017-07-03  8:40 UTC  (6+ messages)
    ` [Intel-gfx] "

[PATCH v4 0/6] drm: add asynchrounous plane update
 2017-07-03  8:06 UTC  (9+ messages)
` [PATCH v4 1/6] drm/atomic: initial support for asynchronous "
` [PATCH v4 2/6] drm/i915: update cursors asynchronously through atomic
` [PATCH v4 3/6] drm/i915: remove intel_cursor_plane_funcs
` [PATCH v4 4/6] drm/msm: update cursors asynchronously through atomic
` [PATCH v4 5/6] drm/msm: remove mdp5_cursor_plane_funcs
` [PATCH v4 6/6] drm/vc4: update cursors asynchronously through atomic
` ✗ Fi.CI.BAT: failure for drm: add asynchrounous plane update (rev5)

Updated drm-intel-testing
 2017-07-03  6:58 UTC 

[PATCH] drm/i915: Fix use-after-free of context during free_contexts
 2017-06-30 23:42 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] intel/intel_chipset: Move IS_9XX below IS_GEN10
 2017-06-30 21:28 UTC 

[PATCH IGT v2 0/6] IGT PSR Fix-ups
 2017-06-30 21:13 UTC  (15+ messages)
` [PATCH IGT v2 1/6] tests/kms_psr_sink_crc: Change assert_or_manual() to a macro
` [PATCH IGT v2 2/6] lib: Add PSR utility functions to igt library
` [PATCH IGT v2 3/6] tests/kms_psr_sink_crc: Refactor to use new PSR library primitives
` [PATCH IGT v2 4/6] tests/kms_frontbuffer_tracking: Refactor to use IGT PSR library functions
` [PATCH IGT v2 5/6] tests/kms_frontbuffer_tracking: Fix multidraw subtest
` [PATCH IGT v2 6/6] tests/kms_fbcon_fbt: Refactor to use IGT PSR library functions

[PATCH i-g-t 1/2] list-workarounds/cnl: Add Cannonlake to the list of valid platorms
 2017-06-30 21:07 UTC  (2+ messages)
` [PATCH i-g-t 2/2] list-workarounds/cfl: Add Coffee Lake "

[PATCH i-g-t] lib/i915_pciids.h: Organize cnl/cfl ids
 2017-06-30 21:04 UTC 

[PATCH v2 0/4] Kernel PSR Fix-ups
 2017-06-30 19:53 UTC  (8+ messages)
` [PATCH v2 1/4] drm/i915/edp: Allow alternate fixed mode for eDP if available
` [PATCH v2 2/4] drm/i915/psr: Clean-up intel_enable_source_psr1()
` [PATCH v2 3/4] drm/i915/edp: Be less aggressive about changing link config on eDP
` [PATCH v2 4/4] drm/i915/psr: Account for sink CRC raciness on some panels
` ✗ Fi.CI.BAT: failure for Kernel PSR Fix-ups (rev2)

[PATCH 1/3] drm/vblank: Introduce drm_crtc_vblank_get_accurate()
 2017-06-30 18:18 UTC  (6+ messages)
` [PATCH 2/3] drm/i915: Fix race between pipe update and vblank irq
` [PATCH 3/3] drm/i915: Use drm_crtc_vblank_get_accurate() in intel_atomic_wait_for_vblanks()
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/vblank: Introduce drm_crtc_vblank_get_accurate()

[PATCH] drm/i915/guc: Prevent ggtt->invalidate assert during GuC reload
 2017-06-30 17:58 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v2 0/5] x86/io: Rely on asm-generic/io.h
 2017-06-30 17:29 UTC  (7+ messages)
` [PATCH v2 1/5] x86/io: Define IO accessors by preprocessor
` [PATCH v2 2/5] x86/io: Include asm-generic/io.h to architectural code
` [PATCH v2 3/5] x86/io: Remove mem*io() duplications
` [PATCH v2 4/5] x86/io: Remove xlate_dev_kmem_ptr() duplication
` [PATCH v2 5/5] x86/io: Make readq() / writeq() API consistent
` ✓ Fi.CI.BAT: success for x86/io: Rely on asm-generic/io.h

[REGRESSION 4.12] i915 Oops at intel_fbdev_invalidate()
 2017-06-30 16:58 UTC  (3+ messages)

[PATCH v3] drm/i915/edp: Add a T12 panel delay quirk to fix DP AUX CH timeouts
 2017-06-30 16:47 UTC  (5+ messages)
` [PATCH v4] "
` ✓ Fi.CI.BAT: success for drm/i915/edp: Add a T12 panel delay quirk to fix DP AUX CH timeouts (rev3)

[PATCH 1/4] intel: Add Cannonlake PCI IDs for U-skus
 2017-06-30 15:37 UTC  (4+ messages)
` [PATCH 2/4] intel: Add Cannonlake PCI IDs for Y-skus
    ` [Mesa-dev] "

[PATCH i-g-t 1/5] lib/cnl: Introduce Cannonlake platform defition
 2017-06-30 15:36 UTC  (4+ messages)
` [PATCH i-g-t 3/5] lib/cnl: Add Cannonlake PCI IDs for Y-skus

[PATCH] drm/i915/cnl: Fix the CURSOR_COEFF_MASK used in DDI Vswing Programming
 2017-06-30 14:58 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH i-g-t] tests/kms_flip: Make panning tests actually pan all the time
 2017-06-30 14:57 UTC 

[PATCH 0/5] gen9+: Sanitize power well disabling during display uninit
 2017-06-30 12:29 UTC  (4+ messages)
` [PATCH 4/5] drm/i915/gen9+: Don't remove secondary power well requests

[PATCH i-g-t] tests/gem_mocs_settings: Fix LNCFCMOCS testing and extract the subtests
 2017-06-30 12:14 UTC  (2+ messages)

[PATCH 00/17] drm/i915: Redo old gmch irq handling
 2017-06-30 11:59 UTC  (6+ messages)
` [PATCH 01/17] drm/i915: Clear pipestat consistently

[GIT PULL] GVT-g fixes for drm-intel-next-fixes
 2017-06-30 11:43 UTC  (2+ messages)

[PATCH 1/4] drm/i915: Trim struct_mutex usage for kms
 2017-06-30 11:40 UTC  (3+ messages)
` [PATCH 3/4] drm/i915: Make i915_gem_object_phys_attach() use obj->mm.lock more appropriately

[PATCH v2] drm/i915/edp: Add a T12 panel delay quirk to fix DP AUX CH timeouts
 2017-06-30 10:23 UTC  (4+ messages)

[PATCH v3 0/6] drm: add asynchrounous plane update
 2017-06-30  7:49 UTC  (6+ messages)
` [PATCH v3 1/6] drm/atomic: initial support for asynchronous "
` [PATCH v3 2/6] drm/i915: update cursors asynchronously through atomic

[PATCH] drm/i915: Setting pch_id for HSW/BDW in virtual environment
 2017-06-30  1:53 UTC  (4+ messages)

[Intel-gfx] [PATCH 10/13] drm/fb-helper: Support deferred setup (fwd)
 2017-06-29 23:25 UTC 

[PATCH 1/7] dma-buf/dma-fence: Extract __dma_fence_is_later()
 2017-06-29 23:20 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).