public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-04-20 10:52:38 to 2016-04-20 18:32:01 UTC [more...]

[PATCH v2] drm/i915:bxt: implement WaProgramL3SqcReg1DefaultForPerf
 2016-04-20 18:31 UTC  (5+ messages)

[PATCH i-g-t] lib: Pass format instead of bpp to create_bo_for_fb()
 2016-04-20 18:16 UTC 

Premature unpinning
 2016-04-20 18:15 UTC  (14+ messages)
` [PATCH v2 08/12] drm/i915: Refactor execlists default context pinning
` Update to patches 11 and 12
  ` [PATCH 1/2] drm/i915: Move releasing of the GEM request from free to retire/cancel
  ` [PATCH 2/2] drm/i915: Track the previous pinned context inside the request
      ` [RFC 1/2] drm/i915: Store LRC hardware id in "
        ` [RFC 2/2] drm/i915: Stop tracking execlists retired requests

[PATCH v2 00/10] Unduplicate CHV phy code
 2016-04-20 18:01 UTC  (5+ messages)
` [PATCH v2 06/18] drm/i915: Unduplicate CHV encoders' post pll disable code
` [PATCH v2 07/18] drm/i915: Undiplicate VLV signal level code

[PATCH v3] drm/i915: Fix eDP low vswing for Broadwell
 2016-04-20 17:54 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for drm/i915: Fix eDP low vswing for Broadwell (rev4)

[PATCH i-g-t 1/2] lib/igt_aux: Half the timeout for suspend to RAM and a third for suspend to disk
 2016-04-20 17:49 UTC  (2+ messages)
` [PATCH i-g-t 2/2] tests/kms_flip: Half the duration time for basic-*vs-modeset/flip tests

[PATCH 0/3] drm/i915/bxt: Fix PHY init with partial BIOS config
 2016-04-20 17:46 UTC  (4+ messages)
` [PATCH 1/3] drm/i915/bxt: Use PHY0 GRC value for HW state verification
` [PATCH 2/3] drm/i915/bxt: Wait for PHY1 GRC done if PHY0 was already enabled
` [PATCH 3/3] drm/i915/bxt: Force reprogramming a PHY with invalid HW state

[PATCH v7 0/8] Convert requests to use struct fence
 2016-04-20 17:44 UTC  (10+ messages)
` [PATCH v7 1/8] drm/i915: "
` [PATCH v7 2/8] drm/i915: Removed now redudant parameter to i915_gem_request_completed()
` [PATCH v7 3/8] drm/i915: Add per context timelines to fence object
` [PATCH v7 4/8] drm/i915: Fix clean up of file client list on execbuff failure
` [PATCH v7 5/8] drm/i915: Delay the freeing of requests until retire time
` [PATCH v7 6/8] drm/i915: Interrupt driven fences
` [PATCH v7 7/8] drm/i915: Updated request structure tracing
` [PATCH v7 8/8] drm/i915: Cache last IRQ seqno to reduce IRQ overhead

[PATCH 0/4] drm/i915/bxt: Fixes for runtime and system suspend/resume
 2016-04-20 17:27 UTC  (5+ messages)
` [PATCH 1/4] drm/i915: Uninline intel_suspend_complete
` [PATCH 2/4] drm/i915/bxt: Don't uninit/init display core twice during system suspend/resume
` [PATCH 3/4] drm/i915/bxt: Sanitize DC state tracking during system resume
` [PATCH 4/4] drm/i915/bxt: Enable DC5 during runtime resume

SkyLake
 2016-04-20 17:27 UTC  (8+ messages)

[PATCH] drm/i915: Mark all objects as having being written to following hibernation
 2016-04-20 17:26 UTC 

[PATCH] drm/i915: Restrict usage of live status check
 2016-04-20 17:24 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Restrict usage of live status check (rev4)

[PATCH v6 00/34] GPU scheduler for i915 driver
 2016-04-20 17:13 UTC  (38+ messages)
` [PATCH v6 01/34] drm/i915: Add total count to context status debugfs output
` [PATCH v6 02/34] drm/i915: Prelude to splitting i915_gem_do_execbuffer in two
` [PATCH v6 03/34] drm/i915: Split i915_dem_do_execbuffer() in half
` [PATCH v6 04/34] drm/i915: Cache request pointer in *_submission_final()
` [PATCH v6 05/34] drm/i915: Re-instate request->uniq because it is extremely useful
` [PATCH v6 06/34] drm/i915: Start of GPU scheduler
` [PATCH v6 07/34] drm/i915: Disable hardware semaphores when GPU scheduler is enabled
` [PATCH v6 08/34] drm/i915: Force MMIO flips when scheduler enabled
` [PATCH v6 09/34] drm/i915: Added scheduler hook when closing DRM file handles
` [PATCH v6 10/34] drm/i915: Added scheduler hook into i915_gem_request_notify()
` [PATCH v6 11/34] drm/i915: Added deferred work handler for scheduler
` [PATCH v6 12/34] drm/i915: Redirect execbuffer_final() via scheduler
` [PATCH v6 13/34] drm/i915: Keep the reserved space mechanism happy
` [PATCH v6 14/34] drm/i915: Added tracking/locking of batch buffer objects
` [PATCH v6 15/34] drm/i915: Hook scheduler node clean up into retire requests
` [PATCH v6 16/34] drm/i915: Added scheduler support to __wait_request() calls
` [PATCH v6 17/34] drm/i915: Added scheduler support to page fault handler
` [PATCH v6 18/34] drm/i915: Added scheduler flush calls to ring throttle and idle functions
` [PATCH v6 19/34] drm/i915: Add scheduler hook to GPU reset
` [PATCH v6 20/34] drm/i915: Added a module parameter to allow the scheduler to be disabled
` [PATCH v6 21/34] drm/i915: Support for 'unflushed' ring idle
` [PATCH v6 22/34] drm/i915: Defer seqno allocation until actual hardware submission time
` [PATCH v6 23/34] drm/i915: Added trace points to scheduler
` [PATCH v6 24/34] drm/i915: Added scheduler queue throttling by DRM file handle
` [PATCH v6 25/34] drm/i915: Added debugfs interface to scheduler tuning parameters
` [PATCH v6 26/34] drm/i915: Add early exit to execbuff_final() if insufficient ring space
` [PATCH v6 27/34] drm/i915: Added scheduler statistic reporting to debugfs
` [PATCH v6 28/34] drm/i915: Add scheduler support functions for TDR
` [PATCH v6 29/34] drm/i915: Enable GPU scheduler by default
` [PATCH v6 30/34] drm/i915: Add scheduling priority to per-context parameters
` [PATCH v6 31/34] drm/i915: Add support for retro-actively banning batch buffers
` [PATCH v6 32/34] drm/i915: Allow scheduler to manage inter-ring object synchronisation
` [PATCH v6 33/34] drm/i915: Added debug state dump facilities to scheduler
` [PATCH v6 34/34] drm/i915: Scheduler state dump via debugfs
` [PATCH 1/1] drm/i915: Add wrapper for context priority interface
` [PATCH 1/2] igt/gem_ctx_param_basic: Updated to support scheduler "
` [PATCH 2/2] igt/gem_scheduler: Add gem_scheduler test

[PATCH v19 00/12] Support for creating/using Stolen memory backed objects
 2016-04-20 16:28 UTC  (20+ messages)
` [PATCH 01/12] drm/i915: Add support for mapping an object page by page
` [PATCH 02/12] drm/i915: Introduce i915_gem_object_get_dma_address()
` [PATCH 03/12] drm/i915: Use insert_page for pwrite_fast
` [PATCH 04/12] drm/i915: Clearing buffer objects via CPU/GTT
` [PATCH 05/12] drm/i915: Support for creating Stolen memory backed objects
` [PATCH 06/12] drm/i915: Propagating correct error codes to the userspace
` [PATCH 07/12] drm/i915: Add support for stealing purgable stolen pages
` [PATCH 08/12] drm/i915: Support for pread/pwrite from/to non shmem backed objects
` [PATCH 09/12] drm/i915: Migrate stolen objects before hibernation
` [PATCH 10/12] drm/i915: Disable use of stolen area by User when Intel RST is present
` [PATCH 11/12] drm/i915: Extend GET_APERTURE ioctl to report available map space
  ` [PATCH] drm/i915: fix semicolon.cocci warnings
` [PATCH 12/12] drm/i915: Extend GET_APERTURE ioctl to report size of the stolen region
` ✗ Fi.CI.BAT: failure for Support for creating/using Stolen memory backed objects (rev13)

[PATCH i-g-t v2 0/2] core_getversion: Only verify major version for i915
 2016-04-20 16:25 UTC  (3+ messages)
` [PATCH i-g-t v2 1/2] core_getversion: Switched from igt_assert to assert helpers
` [PATCH i-g-t v2 2/2] core_getversion: Only verify major version for i915

[PATCH 0/9] Enable Gen 7 Observation Architecture
 2016-04-20 16:16 UTC  (12+ messages)
` [PATCH 1/9] drm/i915: Add i915 perf infrastructure
` [PATCH 2/9] drm/i915: rename OACONTROL GEN7_OACONTROL
` [PATCH 3/9] drm/i915: don't whitelist oacontrol in cmd parser
` [PATCH 4/9] drm/i915: Add 'render basic' Haswell OA unit config
` [PATCH 5/9] drm/i915: Enable i915 perf stream for Haswell OA unit
` [PATCH 6/9] drm/i915: advertise available metrics via sysfs
` [PATCH 7/9] drm/i915: Add dev.i915.perf_event_paranoid sysctl option
` [PATCH 8/9] drm/i915: add oa_event_min_timer_exponent sysctl
` [PATCH 9/9] drm/i915: Add more Haswell OA metric sets

[PATCH 1/2] drm/i915: Fix up ERR_PTR handling for pinning the ringbuffer
 2016-04-20 16:01 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for series starting with drm/i915: check for ERR_PTR from i915_gem_object_pin_map() (rev2)

[PATCH 1/3] drm/i915: Do CRT HPD force trigger only when needed
 2016-04-20 15:45 UTC  (3+ messages)

Polymorphic to_i915()
 2016-04-20 15:26 UTC  (7+ messages)
` [PATCH 1/6] drm/i915: Rename the magic polymorphic macro __I915__

[PATCH v4 0/6] Fixes and workarounds for GuC/doorbell setup
 2016-04-20 15:28 UTC  (8+ messages)
` [PATCH v4 4/6] drm/i915/guc: (re)initialise doorbell h/w when enabling GuC submission
` ✗ Fi.CI.BAT: failure for Fixes and workarounds for GuC/doorbell setup

[PATCH] drm/i915: Make RPS EI/thresholds multiple of 25 on SNB
 2016-04-20 15:09 UTC  (3+ messages)

[PATCH i-g-t 0/7] Enable kms_flip_event_leak and kms_vblank on vc4
 2016-04-20 14:59 UTC  (8+ messages)
` [PATCH i-g-t 1/7] lib/igt_kms: Add support for up to 10 planes per pipe
` [PATCH i-g-t 2/7] lib/igt_kms: Fix plane counting in igt_display_init
` [PATCH i-g-t 3/7] lib/igt_kms: Make sure that default planes aren't overwritten
` [PATCH i-g-t 4/7] lib/igt_kms: Only move the in cursor plane for Intel hw
` [PATCH i-g-t 5/7] lib/igt_kms: Switch to verbose assert
` [PATCH i-g-t 6/7] kms_vblank: Switch from using crtc0 statically to explicitly setting mode
` [PATCH i-g-t 7/7] kms_flip_event_leak: Enable test on DRIVER_ANY

[for-CI-v2] drm/i915/mocs: Program MOCS for all engines on init
 2016-04-20 14:50 UTC  (5+ messages)

[PATCH] drm/i915: Restrict usage of live status check
 2016-04-20 14:48 UTC  (3+ messages)
` [PATCH v2] "

[PATCH i-g-t 0/2] tests/core_getversion fixes for vc4
 2016-04-20 14:28 UTC  (4+ messages)
` [PATCH i-g-t 1/2] core_getversion: Switched from igt_assert to assert helpers
` [PATCH i-g-t 2/2] core_getversion: Only verify major version for i915

[PATCH i-g-t] tests: Separate tests with lots of subtests
 2016-04-20 14:21 UTC  (3+ messages)
` [PATCH i-g-t v2] "

[RFC PATCH i-g-t] lib: Add warning if lockdep is disabled before a test
 2016-04-20 14:17 UTC  (2+ messages)

[i-g-t PATCH v1 0/2] Avoid calling DRM_IOCTL_I915_GET_PIPE_FROM_CRTC_ID on !i915
 2016-04-20 14:14 UTC  (2+ messages)

[i-g-t PATCH v1 0/7] Make more tests generic
 2016-04-20 14:12 UTC  (6+ messages)
` [i-g-t PATCH v1 1/7] tests/drm_read: Drop DRM_IOCTL_I915_GET_PIPE_FROM_CRTC_ID

[PATCH 4/4] drm/i915/gen9: Fix runtime PM refcounting in case DMC firmware isn't loaded
 2016-04-20 14:11 UTC  (7+ messages)
` [PATCH v2 "

[PATCH i-g-t] kms_atomic: Fix crtc_id comparison failing
 2016-04-20 14:11 UTC 

[PATCH] lib: Always NUL terminate ucs2_as_utf8
 2016-04-20 14:03 UTC  (7+ messages)
` ✓ Fi.CI.BAT: success for "
  ` [Intel-gfx] [PATCH] "

[PATCH] drm/i915:bxt: implement WaProgramL3SqcReg1DefaultForPerf
 2016-04-20 13:59 UTC 

[PATCH 1/2] drm/i915: refactor i915_gem_object_pin_map()
 2016-04-20 13:57 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] drm/i915: optimise i915_gem_object_map() for small objects

[PATCH] drm/i915: Cache DisplayPort link signal levels
 2016-04-20 13:56 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 1/3] drm/i915/guc: keep GuC doorbell & process descriptor mapped in kernel
 2016-04-20 13:47 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [1/3] "

[PATCH] drm/i915: Fix oops in vlv_force_pll_on()
 2016-04-20 13:47 UTC  (5+ messages)

[PATCH 00/19] Rework page flip, remove cs flips, async unpin and unified pageflip
 2016-04-20 13:45 UTC  (5+ messages)
` [PATCH 19/19] drm/i915: Allow async update of pageflips

[PATCH i-g-t] scripts: Fix outdated quick-testlist.py
 2016-04-20 13:41 UTC 

[CI-ping 01/15] drm/i915: Force clean compilation with -Werror
 2016-04-20 13:26 UTC  (5+ messages)
` [CI-ping 11/15] drm/i915: Prevent machine death on Ivybridge context switching
      ` [Intel-gfx] "

[PATCH 1/2] drm/i915/BXT: Retrieving the horizontal timing for DSI
 2016-04-20 13:26 UTC  (3+ messages)
` [RFC PATCH 2/2] drm/i915/bxt: Adjusting the error in horizontal timings retrieval

[PATCH] drm/i915: Ignore GTFIFODBG FIFO free entry fields on CHV
 2016-04-20 13:11 UTC  (5+ messages)

[PATCH] lib: Declare loop variable as volatile before setjmp
 2016-04-20 12:53 UTC  (2+ messages)

[PATCH] drm/i915:bxt: Enable Pooled EU support
 2016-04-20 12:49 UTC  (2+ messages)

[PATCH 0/5] PowerManagement Toggle for PowerTOP
 2016-04-20 12:44 UTC  (9+ messages)

[PATCH] drm/i915: Set legacy properties when using legacy gamma set IOCTL
 2016-04-20 12:38 UTC  (6+ messages)
` [PATCH] drm/i915: Set legacy properties when using legacy gamma set IOCTL. (v2)

[PATCH v4 1/2] shmem: Support for registration of driver/file owner specific ops
 2016-04-20 12:38 UTC  (3+ messages)

[i-g-t PATCH v2 0/2] Avoid calling DRM_IOCTL_I915_GET_PIPE_FROM_CRTC_ID
 2016-04-20 12:35 UTC  (5+ messages)
` [i-g-t PATCH v2 1/2] lib: update kmstest_get_pipe_from_crtc_id

[PATCH] drm/i915/shrinker: Only report objects with extra pinned pages as pinned
 2016-04-20 12:07 UTC  (6+ messages)
` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] drm/i915/shrinker: Report "unevictable" pages
  ` [PATCH v2 3/3] drm/i915/shrinker: Only shmemfs objects are backed by swap

Could you merge the tsc patches directly from Len Brown's public repo?
 2016-04-20 11:57 UTC 

[PATCH v2 1/3] drm/i915/shrinker: Only report objects with extra pinned pages as pinned
 2016-04-20 11:54 UTC  (5+ messages)
` [PATCH v2 2/3] drm/i915/shrinker: Report "unevictable" pages
` [PATCH v2 3/3] drm/i915/shrinker: Only shmemfs objects are backed by swap

[RESEND FOR CI PATCH v2] drm/i915: Fix eDP low vswing for Broadwell
 2016-04-20 11:36 UTC  (3+ messages)

[PATCH] drm: i915: Improve behavior in case of broken HDMI EDID
 2016-04-20 11:34 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH v2 2/4] io-mapping: Specify mapping size for io_mapping_map_wc()
 2016-04-20 11:17 UTC  (3+ messages)
    ` [PATCH 4/4] drm/i915: Move ioremap_wc tracking onto VMA
      ` [Intel-gfx] "

[PATCH piglit] igt: Make "warn" status work again as expected
 2016-04-20 10:56 UTC  (3+ messages)
  ` [PATCH v2 piglit] igt: Make "warn" status work again as expected, v2

[PATCH] drm: fix lut value extraction function
 2016-04-20 10:52 UTC  (7+ messages)


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