public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2017-07-25 09:11:33 to 2017-07-27 04:51:37 UTC [more...]

[PATCH i-g-t] lib/igt_debugfs: Prevent compiler warning on unchecked printf format
 2017-07-27  4:51 UTC 

[PATCH] drm/i915: Split pin mapping into per platform functions
 2017-07-27  2:02 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] drm/i915/guc: Prevent ggtt->invalidate assert during GuC reload
 2017-07-26 20:59 UTC  (2+ messages)

[PATCH] drm/i915/sdvo: Shut up state checker with hdmi cards on gen3
 2017-07-26 19:53 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/sdvo: Shut up state checker with hdmi cards on gen3 (rev3)

[PATCH 0/8] acquire ctx for everyone!
 2017-07-26 19:00 UTC  (25+ messages)
` [PATCH 1/8] drm/omap: Simplify the rotation-on-crtc hack
    ` [Intel-gfx] "
` [PATCH 3/8] drm: Handle properties in the core for atomic drivers
  ` [PATCH] "
` [PATCH 4/8] drm: Nuke drm_atomic_helper_crtc_set_property
` [PATCH 5/8] drm: Nuke drm_atomic_helper_plane_set_property
` [PATCH 6/8] drm: Nuke drm_atomic_helper_connector_set_property
    ` [Intel-gfx] "
` [PATCH 7/8] drm: Nuke drm_atomic_helper_connector_dpms
` [PATCH 8/8] drm: Nuke drm_atomic_legacy_backoff
  ` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure for acquire ctx for everyone! (rev3)

[PATCH 1/2] drm/i915: Move i915_gem_object_phys_attach()
 2017-07-26 18:59 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Call the unlocked version of i915_gem_object_get_pages()
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Move i915_gem_object_phys_attach()

[PATCH 1/6] drm/i915: Implement .get_format_info() hook for CCS
 2017-07-26 18:27 UTC  (7+ messages)
` [PATCH 2/6] drm/i915: Add render decompression support
` [PATCH 3/6] drm: Plumb modifiers through plane init
` [PATCH 4/6] drm: Create a format/modifier blob
` [PATCH 5/6] drm/i915: Add format modifiers for Intel
` [PATCH 6/6] drm/i915: Add support for CCS modifiers
` ✗ Fi.CI.BAT: failure for series starting with [1/6] drm/i915: Implement .get_format_info() hook for CCS

[PATCH 0/3] Kconfig dependencies: acpi-video, backlight and thermal
 2017-07-26 18:23 UTC  (8+ messages)
` [PATCH 1/3] backlight: always select BACKLIGHT_LCD_SUPPORT for BACKLIGHT_CLASS_DEVICE
` [PATCH 2/3] ACPI/DRM: rework ACPI_VIDEO Kconfig dependencies
` [PATCH 3/3] drm/etnaviv: add thermal dependency
` ✓ Fi.CI.BAT: success for Kconfig dependencies: acpi-video, backlight and thermal
` [Intel-gfx] [PATCH 0/3] "

[PATCH] drm/i915/sdvo: Shut up state checker with hdmi cards on gen3
 2017-07-26 18:02 UTC  (5+ messages)
` ✗ Fi.CI.BAT: failure for "

[RFC v2] drm/hdcp: drm enum property for HDCP State
 2017-07-26 17:54 UTC  (7+ messages)
` [RFC v3] drm/hdcp: drm enum property for CP State

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

[PATCH 1/3] drm/i915: Trim struct_mutex usage for kms
 2017-07-26 16:22 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: Make i915_gem_object_phys_attach() use obj->mm.lock more appropriately
` [PATCH 3/3] drm/i915: Pin the pages before acquiring struct_mutex for display
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Trim struct_mutex usage for kms

[PATCH i-g-t v2] configure.ac: Disable chamelium by default and add enable argument
 2017-07-26 16:02 UTC  (2+ messages)

[PATCH 00/21] huge gtt pages
 2017-07-26 15:32 UTC  (26+ 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 19/21] drm/i915: enable platform support for 64K pages
` [PATCH 20/21] drm/i915: enable platform support for 2M pages
` [PATCH 21/21] drm/i915: enable platform support for 1G pages
` ✓ Fi.CI.BAT: success for huge gtt pages (rev5)

[PATCH v7 0/3] Add support for loadable OA configs
 2017-07-26 15:30 UTC  (11+ messages)
` [PATCH v7 3/3] drm/i915: Implement I915_PERF_ADD/REMOVE_CONFIG interface

[PATCH 1/2] drm/edid: Add helper to detect whether EDID changed
 2017-07-26 15:09 UTC  (9+ messages)

[PATCH] drm/i915: Eliminate dead code in intel_sanitize_enable_ppgtt()
 2017-07-26 14:51 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Eliminate dead code in intel_sanitize_enable_ppgtt() (rev2)

More tweaks
 2017-07-26 14:13 UTC  (18+ messages)
` [PATCH 01/16] drm/i915: Keep a small stash of preallocated WC pages
` [PATCH 02/16] drm/i915: Pin fence for iomap
` [PATCH 03/16] drm/i915: Consolidate get_fence with pin_fence
` [PATCH 04/16] drm/i915: Emit pipelined fence changes
` [PATCH 05/16] drm/i915: Refactor testing obj->mm.pages
` [PATCH 06/16] drm/i915: Move dev_priv->mm.[un]bound_list to its own lock
` [PATCH 07/16] drm/i915: Trim struct_mutex hold duration for i915_gem_free_objects
` [PATCH 08/16] drm/i915: Only free the oldest stale object before a fresh allocation
` [PATCH 09/16] drm/i915: Track user GTT faulting per-vma
` [PATCH 10/16] drm/i915: Try a minimal attempt to insert the whole object for relocations
` [PATCH 11/16] drm/i915: Check context status before looking up our obj/vma
` [PATCH 12/16] drm/i915: Convert execbuf to use struct-of-array packing for critical fields
` [PATCH 13/16] drm/i915: Simplify eb_lookup_vmas()
` [PATCH 14/16] drm/i915: Replace execbuf vma ht with an idr
` [PATCH 15/16] drm/i915: Trivial grammar fix s/opt of/opt out of/ in comment
` [PATCH 16/16] drm/i915: Mark the GT as busy before idling the previous request
` ✓ Fi.CI.BAT: success for series starting with [01/16] drm/i915: Keep a small stash of preallocated WC pages

[PATCH] drm/i915: Rework sdvo proxy i2c locking
 2017-07-26 13:56 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Rework sdvo proxy i2c locking (rev2)

[PULL] drm-misc-next remix edition
 2017-07-26 12:39 UTC  (2+ messages)

linux-next: unsigned commits in the drm-misc tree
 2017-07-26 12:20 UTC  (3+ messages)

[PATCH v2 0/7] drm/atomic: Remove deprecated atomic iterator macros, v2
 2017-07-26 11:53 UTC  (8+ messages)
` [PATCH v2 2/7] drm/atomic: Clean up drm_atomic_helper_async_check
` [PATCH v2 3/7] drm/rcar-du: Use new iterator macros, v2

[PATCH] drm/i915: Handle msr read failure gracefully
 2017-07-26 11:44 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for "

[RFC 00/14] i915 PMU and engine busy stats
 2017-07-26 10:55 UTC  (11+ messages)
` [RFC 04/14] drm/i915/pmu: Decouple uAPI engine ids
` [RFC 07/14] drm/i915/pmu: Add fake regs

[intel-gfx][i-g-t][help]can't read the backlight
 2017-07-26 10:49 UTC 

A bunch of execbuf regression fixes
 2017-07-26 10:45 UTC  (6+ messages)
` [PATCH 3/4] drm/i915: Only skip updating execobject.offset after error
` [PATCH 4/4] drm/i915: Force CPU synchronisation even if userspace requests ASYNC

[PATCH] drm/i915: Rework sdvo proxy i2c locking
 2017-07-26  9:47 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH i-g-t 0/2] Test case for NV12 functionality
 2017-07-26  8:47 UTC  (3+ messages)
` [PATCH i-g-t 1/2] Prep work for adding NV12 testcase
` [PATCH i-g-t 2/2] tests/test_nv12.c: This patch adds test_nv12 test case. It is a simple test that covers testing NV12 in linear/tile-X/tile-Y tiling formats

[PATCH i-g-t 1/3] configure.ac: Make udev a dependency for chamelium
 2017-07-26  8:08 UTC  (7+ messages)
` [PATCH i-g-t 2/3] configure.ac: Disable chamelium by default and add enable argument
` [PATCH i-g-t 3/3] README: Add information about chamelium dependencies

[GIT PULL] GVT-g fixes for 4.13-rc3
 2017-07-26  7:56 UTC 

[PATCH i-g-t 1/2] igt: Move read_rc6_residency function to lib
 2017-07-26  7:49 UTC  (4+ messages)
` [PATCH i-g-t 2/2] tests/drv_suspend: Add subtests to check that forcewake is kept after resume

[PATCH 01/20] drm/i915: Report execlists irq bit in debugfs
 2017-07-25 22:57 UTC  (7+ messages)
` [PATCH 15/20] drm/i915: Don't touch fence->error when resetting an innocent request
` [PATCH 18/20] drm/i915/selftests: Retarget igt_render_engine_reset_fallback()

[PATCH v4] drm/i915: Fix FBC cfb stride programming for non X-tiled FB
 2017-07-25 18:29 UTC  (3+ messages)
` [PATCH v5] "

[PATCH] drm/i915/cnl: Fix loadgen select programming on ddi vswing sequence
 2017-07-25 18:24 UTC  (3+ messages)

[PATCH i-g-t v3 0/5] Add Y-tiling support into IGTs
 2017-07-25 15:37 UTC  (3+ messages)

[PATCH] drm/i915/selftests: Fix kbuild error
 2017-07-25 14:41 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH i-g-t] igt: Move read_rc6_residency function to lib
 2017-07-25 14:32 UTC 

[PATCH] drm/i915: Use AUX for backlight only if eDP 1.4 or later
 2017-07-25 13:11 UTC  (8+ messages)

[PATCH] drm/i915: Enforce that CS packets are qword aligned
 2017-07-25 12:57 UTC  (3+ messages)

[drm-intel:for-linux-next 4/4] drivers/gpu/drm/i915/selftests/intel_hangcheck.c:845:3: error: too few arguments to function 'i915_reset'
 2017-07-25 12:31 UTC 

[PATCH i-g-t] lib/drmtest: Decode driver flags on failure
 2017-07-25 12:19 UTC  (3+ messages)

[PATCH 2/8] drm: Don't update property values for atomic drivers
 2017-07-25 12:01 UTC  (2+ messages)
` [PATCH] "

[PATCH v2 1/2] drm/i915: Add perf property support for context HW id
 2017-07-25 11:04 UTC  (5+ messages)

[PATCH 0/4] [v2] Blobifiers (FKA GET_PLANE2)
 2017-07-25 10:26 UTC  (2+ messages)

[PATCH v13 0/7] drm/i915/gvt: Dma-buf support for GVT-g
 2017-07-25  9:55 UTC  (9+ messages)
` [PATCH v13 1/7] drm/i915/gvt: Add framebuffer decoder support
` [PATCH v13 2/7] drm: Introduce RGB 64-bit 16:16:16:16 float format
` [PATCH v13 3/7] drm/i915/gvt: Add RGB 64-bit 16:16:16:16 float format support
` [PATCH v13 4/7] drm/i915/gvt: Add opregion support
` [PATCH v13 5/7] vfio: ABI for mdev display dma-buf operation
` [PATCH v13 6/7] drm/i915: Introduce GEM proxy
` [PATCH v13 7/7] drm/i915/gvt: Dmabuf support for GVT-g
` ✗ Fi.CI.BAT: warning for drm/i915/gvt: Dma-buf "


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