messages from 2016-02-17 16:22:56 to 2016-02-19 06:17:16 UTC [more...]
[PATCH v16 0/10] Support for creating/using Stolen memory backed objects
2016-02-19 5:54 UTC (8+ messages)
` [PATCH 01/10] drm/i915: Add support for mapping an object page by page
` [PATCH 08/10] drm/i915: Support for pread/pwrite from/to non shmem backed objects
[PATCH] drm/atomic: Allow for holes in connector state
2016-02-19 3:21 UTC (3+ messages)
` [Intel-gfx] "
[PATCH 0/6] Pipe level color management V4
2016-02-19 0:42 UTC (8+ messages)
` [PATCH 2/6] drm: introduce color correction properties
` [PATCH 3/6] drm/i915: enable CSC for pipe C
` [Intel-gfx] "
` [PATCH 5/6] drm/i915: Implement color management on bdw/skl/bxt/kbl
[PATCH] drm/i915: Before waiting for a vblank update drm frame counter
2016-02-18 16:30 UTC
[PATCH v5 00/12] Enable GPU switching on pre-retina MacBook Pro
2016-02-18 23:53 UTC (12+ messages)
` [PATCH v5 10/12] drm/i915: Defer probe if gmux is present but its driver isn't
[PATCH 0/4] gen9 dmc state harderning
2016-02-18 23:43 UTC (11+ messages)
` [PATCH 1/4] drm/i915/gen9: Check for DC state mismatch
` [PATCH 2/4] drm/i915/gen9: Verify and enforce dc6 state writes
` [PATCH 3/4] drm/i915/gen9: Extend dmc debug mask to include cores
` [PATCH 4/4] drm/i915/gen9: Write dc state debugmask bits only once
[PATCH v2 0/2] Add i915_gem_object_vmap
2016-02-18 21:30 UTC (5+ messages)
` [PATCH v2 1/2] drm/i915: Add i915_gem_object_vmap to map GEM object to virtual space
` [PATCH v2 2/2] drm/i915/guc: Simplify code by keeping vmap of guc_client object
[RFC i-g-t] tests/drv_hangman: test for acthd increasing through invalid VM space
2016-02-18 21:10 UTC (2+ messages)
[PATCH v4 0/8] Kill off intel_crtc->atomic!
2016-02-18 20:51 UTC (20+ messages)
` [PATCH v4 1/8] drm/i915: Pass crtc state to modeset_get_crtc_power_domains
` [PATCH v4 2/8] drm/i915: Unify power domain handling
` [PATCH v4 3/8] drm/i915: Kill off intel_crtc->atomic.wait_vblank, v4
` [PATCH v4 6/8] drm/i915: Nuke fbc members from intel_crtc->atomic, v2
` [PATCH v4 7/8] drm/i915: Do not compute watermarks on a noop
[PATCH] drm/i915: Skip PIPESTAT reads from irq handler on VLV/CHV when power well is down
2016-02-18 19:54 UTC
[PULL] topic/drm-misc
2016-02-18 19:51 UTC
[PATCH 0/6] drm/i915: Some FDI related dotclock stuff
2016-02-18 18:28 UTC (10+ messages)
` [PATCH 1/6] drm/i915: Dump ddi_pll_sel in hex instead of decimal on HSW/BDW
` [PATCH 2/6] drm/i915: Move the encoder vs. FDI dotclock check out from encoder .get_config()
` [PATCH 3/6] drm/i915: Remove the SPLL==270Mhz assumption from intel_fdi_link_freq()
` [PATCH 4/6] drm/i915: Make the LPT iclkip 20MHz case more generic
` [PATCH 5/6] drm/i915: Read out VGA dotclock properly on LPT
` [PATCH 6/6] drm/i915: Try to fix CRT port clock limits
[PATCH] drm/i915: Avoid vblank counter for gen9+
2016-02-18 17:55 UTC (5+ messages)
` Fwd: "
[PATCH RESSEND FOR CI *AGAIN*] drm/i915/bxt: Remove DSP CLK_GATE programming for BXT
2016-02-18 17:15 UTC (2+ messages)
[maintainer-tools PATCH 1/8] completion: require bash completion package and use it
2016-02-18 16:20 UTC (8+ messages)
` [maintainer-tools PATCH 2/8] dim: add list-branches subcommand to list nightly branches
` [maintainer-tools PATCH 3/8] dim: add list-upstreams subcommand to list upstream branches
` [maintainer-tools PATCH 4/8] completion: use the dim helpers to complete nightly and "
` [maintainer-tools PATCH 5/8] dim: add list-commands subcommand to list all subcommands
` [maintainer-tools PATCH 6/8] dim: rename alias subcommand to list-aliases
` [maintainer-tools PATCH 7/8] completion: use the dim helpers to complete subcommands and aliases
` [maintainer-tools PATCH 8/8] completion: complete aliases like the actual command
[PATCH v5 00/35] GPU scheduler for i915 driver
2016-02-18 15:30 UTC (38+ messages)
` [PATCH v5 01/35] drm/i915: Add total count to context status debugfs output
` [PATCH v5 02/35] drm/i915: Prelude to splitting i915_gem_do_execbuffer in two
` [PATCH v5 03/35] drm/i915: Split i915_dem_do_execbuffer() in half
` [PATCH v5 04/35] drm/i915: Cache request pointer in *_submission_final()
` [PATCH v5 05/35] drm/i915: Re-instate request->uniq because it is extremely useful
` [PATCH v5 06/35] drm/i915: Start of GPU scheduler
` [PATCH v5 07/35] drm/i915: Prepare retire_requests to handle out-of-order seqnos
` [PATCH v5 08/35] drm/i915: Disable hardware semaphores when GPU scheduler is enabled
` [PATCH v5 09/35] drm/i915: Force MMIO flips when scheduler enabled
` [PATCH v5 10/35] drm/i915: Added scheduler hook when closing DRM file handles
` [PATCH v5 11/35] drm/i915: Added scheduler hook into i915_gem_request_notify()
` [PATCH v5 12/35] drm/i915: Added deferred work handler for scheduler
` [PATCH v5 13/35] drm/i915: Redirect execbuffer_final() via scheduler
` [PATCH v5 14/35] drm/i915: Keep the reserved space mechanism happy
` [PATCH v5 15/35] drm/i915: Added tracking/locking of batch buffer objects
` [PATCH v5 16/35] drm/i915: Hook scheduler node clean up into retire requests
` [PATCH v5 17/35] drm/i915: Added scheduler support to __wait_request() calls
` [PATCH v5 18/35] drm/i915: Added scheduler support to page fault handler
` [PATCH v5 19/35] drm/i915: Added scheduler flush calls to ring throttle and idle functions
` [PATCH v5 20/35] drm/i915: Add scheduler hook to GPU reset
` [PATCH v5 21/35] drm/i915: Added a module parameter to allow the scheduler to be disabled
` [PATCH v5 22/35] drm/i915: Support for 'unflushed' ring idle
` [PATCH v5 23/35] drm/i915: Defer seqno allocation until actual hardware submission time
` [PATCH v5 24/35] drm/i915: Added trace points to scheduler
` [PATCH v5 25/35] drm/i915: Added scheduler queue throttling by DRM file handle
` [PATCH v5 26/35] drm/i915: Added debugfs interface to scheduler tuning parameters
` [PATCH v5 27/35] drm/i915: Added debug state dump facilities to scheduler
` [PATCH v5 28/35] drm/i915: Add early exit to execbuff_final() if insufficient ring space
` [PATCH v5 29/35] drm/i915: Added scheduler statistic reporting to debugfs
` [PATCH v5 30/35] drm/i915: Add scheduler support functions for TDR
` [PATCH v5 31/35] drm/i915: Scheduler state dump via debugfs
` [PATCH v5 32/35] drm/i915: Enable GPU scheduler by default
` [PATCH v5 33/35] drm/i915: Add scheduling priority to per-context parameters
` [PATCH v5 34/35] drm/i915: Add support for retro-actively banning batch buffers
` [PATCH v5 35/35] drm/i915: Allow scheduler to manage inter-ring object synchronisation
` [PATCH 01/20] igt/gem_ctx_param_basic: Updated to support scheduler priority interface
` ✗ Fi.CI.BAT: failure for GPU scheduler for i915 driver
[PATCH v6 0/7] Convert requests to use struct fence
2016-02-18 15:01 UTC (12+ messages)
` [PATCH v6 1/7] drm/i915: "
` [PATCH v6 2/7] drm/i915: Removed now redudant parameter to i915_gem_request_completed()
` [PATCH v6 3/7] drm/i915: Add per context timelines to fence object
` [PATCH v6 4/7] drm/i915: Delay the freeing of requests until retire time
` [PATCH v6 5/7] drm/i915: Interrupt driven fences
` [PATCH v6 6/7] drm/i915: Updated request structure tracing
` [PATCH v6 7/7] drm/i915: Cache last IRQ seqno to reduce IRQ overhead
` ✗ Fi.CI.BAT: failure for Convert requests to use struct fence (rev3)
[PATCH 00/39] GPU scheduler for i915 driver
2016-02-18 14:22 UTC (5+ messages)
` [PATCH v4 00/38] "
` [PATCH v4 07/38] drm/i915: Start of GPU scheduler
[PATCH] drm/i915/skl: Ensure HW is powered during DDB HW state readout
2016-02-18 14:05 UTC (6+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH] drm/i915: Extract intel_encoder_has_connectors()
2016-02-18 13:25 UTC (4+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH i-g-t v4 0/1] Add a lib for power management helpers
2016-02-18 13:32 UTC (3+ messages)
` [PATCH i-g-t v4 1/1] lib/igt_pm: Lib for power management
[PATCH 0/3] drm/atomic: Fix encoder stealing
2016-02-18 12:59 UTC (12+ messages)
` [PATCH 1/3] drm/atomic: Always call steal_encoder
` [PATCH 2/3] drm/atomic: Refuse to steal encoders with index < conn_idx
` [PATCH 3/3] drm/atomic: Refuse to steal encoders from connectors not part of the state
` [Intel-gfx] [PATCH 0/3] drm/atomic: Fix encoder stealing
[PATCH i-g-t 1/5] lib/igt_kms: Don't disable exit handlers around set_vt_mode
2016-02-18 12:39 UTC (5+ messages)
` [PATCH i-g-t 2/5] tests/kms_mmap_write_crc: Use the right fork helpers
` [PATCH i-g-t 3/5] gitignore: Add .dirstamp
` [PATCH i-g-t 4/5] lib/igt_core: remove igt_disable/enable_exit_handlers
` [PATCH i-g-t 5/5] lib: Unit test for exit handler
[PATCH] drm/i915/gen9: Check for DC state mismatch
2016-02-18 12:24 UTC (5+ messages)
[RFCv2 PATCH 00/14] gvt: Hacking i915 for GVT context requirement
2016-02-18 12:02 UTC (16+ messages)
` [RFCv2 01/14] drm/i915: factor out i915_pvinfo.h
` [RFCv2 02/14] drm/i915/gvt: Introduce the basic architecture of GVT-g
` [RFCv2 03/14] drm/i915: Introduce host graphics memory/fence partition for GVT-g
` [RFCv2 04/14] drm/i915: factor out alloc_context_idr() and __i915_gem_create_context()
` [RFCv2 05/14] drm/i915: factor out __create_legacy_hw_context()
` [RFCv2 06/14] drm/i915: let __i915_gem_context_create() takes context creation params
` [RFCv2 07/14] drm/i915: factor out __intel_lr_context_deferred_alloc()
` [RFCv2 08/14] drm/i915: Support per-PPGTT address space mode
` [RFCv2 09/14] drm/i915: generate address mode bit from PPGTT instance
` [RFCv2 10/14] drm/i915: update PDPs by condition when submit the LRC context
` [RFCv2 11/14] drm/i915: Introduce execlist context status change notification
` [RFCv2 12/14] drm/i915: factor out execlists_i915_pick_requests()
` [RFCv2 13/14] drm/i915: Support context single submission when GVT is active
` [RFCv2 14/14] drm/i915: Introduce GVT context creation API
` ✗ Fi.CI.BAT: failure for gvt: Hacking i915 for GVT context requirement
[PATCH] drm/i915: Disable FDI RX before DDI_BUF_CTL
2016-02-18 11:20 UTC (4+ messages)
[PATCH 0/2] Add i915_gem_object_vmap
2016-02-18 11:12 UTC (5+ messages)
` [PATCH 1/2] drm/i915: Add i915_gem_object_vmap to map GEM object to virtual space
` [PATCH 2/2] drm/i915/guc: Simplify code by keeping vmap of guc_client object
[PATCH i-g-t v3] lib/igt_core.c: Expand --run-subtest functionality
2016-02-18 10:58 UTC (4+ messages)
[PATCH] [RFC] kernel/cpu: Use lockref for online CPU reference counting
2016-02-18 10:54 UTC (15+ messages)
` [Intel-gfx] "
[PULL] drm-intel-fixes
2016-02-18 10:34 UTC
[PATCH] drm/i915: Add RPS debugfs disabling for gen6+ platforms
2016-02-18 10:31 UTC (2+ messages)
[PATCH 1/2] drm/i915/guc: Simplify code by keeping kmap of guc_client object
2016-02-18 9:51 UTC (7+ messages)
[PATCH 1/5] drm/i915: Splitting intel_dp_detect
2016-02-18 9:32 UTC (3+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [1/5] "
[PATCH] drm/i915: Wait for vblank in i9xx_disable_crtc() for gen 2 only
2016-02-18 9:15 UTC (7+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH i-g-t v4 0/3] Unify slow/combinatorial test handling
2016-02-18 8:42 UTC (4+ messages)
` [PATCH i-g-t v4 2/3] lib/igt_core: Unify handling of slow/combinatorial tests
[PATCH] drm/i915/skl: Increase ddb blocks to support large cursor sizes
2016-02-18 8:28 UTC (12+ messages)
[PATCH 0/6] Pipe level color management V3
2016-02-18 1:51 UTC (3+ messages)
` [PATCH 1/6] drm/i915: Extract out gamma table and CSC to their own file
Possible 4.5 i915 Skylake regression
2016-02-18 1:36 UTC (6+ messages)
[PATCH] drm/i915/bxt: Additional MIPI clock divider form B0 stepping onwards
2016-02-17 20:30 UTC (3+ messages)
[PATCH v2] drm/atomic: Allow for holes in connector state, v2
2016-02-17 19:24 UTC (2+ messages)
[PATCH 00/11] Framework to collect gpu metrics using i915 perf infrastructure
2016-02-17 17:30 UTC (3+ messages)
` [PATCH 06/11] drm/i915: Framework for capturing command stream based OA reports
[PATCH] drm/i915/skl: Add missing SKL ID
2016-02-17 17:18 UTC
[PATCH] drm/i915/skl: SKL CDCLK change on modeset tracking VCO
2016-02-17 16:56 UTC (3+ messages)
` [PATCH V7] "
[PATCH] drm/i915/fbc: enable FBC by default on HSW and BDW
2016-02-17 16:23 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).