public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-01-11 16:07:41 to 2016-01-12 13:20:06 UTC [more...]

[PATCH] drm/i915: Assign crtc correctly in load detection
 2016-01-12 13:20 UTC  (3+ messages)

[PATCH 4/7] drm/i915: Cache LRC state page in the context
 2016-01-12 13:11 UTC  (6+ messages)
` [PATCH v2 "
` [PATCH v3 "

[PATCH v3 0/3] improve handling of the driver's internal (default) context
 2016-01-12 13:02 UTC  (6+ messages)
` [PATCH v3 1/3] drm/i915: simplify allocation of driver-internal requests

[PATCH v13 0/10] Support for creating/using Stolen memory backed objects
 2016-01-12 12:45 UTC  (13+ messages)
` [PATCH 04/10] drm/i915: Support for creating "
` [PATCH 07/10] drm/i915: Support for pread/pwrite from/to non shmem "

[PATCH 00/22] drm_event cleanup, round 2
 2016-01-12 12:33 UTC  (30+ messages)
` [PATCH 01/22] drm: kerneldoc for drm_fops.c
` [PATCH 02/22] drm: Add functions to setup/tear down drm_events
` [PATCH 03/22] drm/exynos: Use the new event init/free functions
` [PATCH 04/22] drm/vmwgfx: "
` [PATCH 05/22] drm: Create drm_send_event helpers
` [PATCH 06/22] drm/fsl: Remove preclose hook
` [PATCH 07/22] drm/armada: Remove NULL open/pre/postclose hooks
` [PATCH 08/22] drm/gma500: Remove empty preclose hook
` [PATCH 09/22] drm: Clean up pending events in the core
` [PATCH 10/22] drm: Nuke vblank event file cleanup code
` [PATCH 11/22] drm/i915: Nuke intel_modeset_preclose
` [PATCH 12/22] drm/atmel: Nuke preclose
` [PATCH 13/22] drm/exynos: Remove event cancelling from postclose
` [PATCH 14/22] drm/imx: Unconfuse preclose logic
` [PATCH 15/22] drm/msm: Nuke preclose hooks
` [PATCH 16/22] drm/omap: Nuke close hooks
` [PATCH 17/22] drm/rcar: Nuke preclose hook
` [PATCH 18/22] drm/shmob: "
` [PATCH 19/22] drm/tegra: Stop cancelling page flip events
` [PATCH 20/22] drm/tilcdc: Nuke preclose hook
` [PATCH 21/22] drm/vc4: "
` [PATCH 22/22] drm/vmwgfx: "
` [PATCH] "
` ✗ failure: Fi.CI.BAT

[PATCH] drm/i915/guc: Fix a memory leak where guc->execbuf_client is not freed
 2016-01-12 12:11 UTC  (2+ messages)

[PATCH] drm/i915/skl: Use proper plane dimensions for DDB and WM calculations
 2016-01-12 12:07 UTC  (4+ messages)

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

[PATCH 11/13] drm/i915: Cache ringbuffer GTT address
 2016-01-12 11:54 UTC  (3+ messages)
` [PATCH v3 3/7] drm/i915: Cache ringbuffer GTT VMA

[PATCH 2/7] drm/i915: Do not call API requiring struct_mutex where it is not available
 2016-01-12 11:41 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 00/13] Convert requests to use struct fence
 2016-01-12 11:26 UTC  (24+ messages)
` [PATCH 0/7] "
  ` [PATCH 1/7] drm/i915: "
  ` [PATCH 2/7] drm/i915: Removed now redudant parameter to i915_gem_request_completed()
  ` [PATCH 3/7] drm/i915: Add per context timelines to fence object
  ` [PATCH 4/7] drm/i915: Delay the freeing of requests until retire time
  ` [PATCH 5/7] drm/i915: Interrupt driven fences

[PATCH 0/5] Better markup for GPU DocBook
 2016-01-12 11:06 UTC  (8+ messages)
` [PATCH 5/5] drm: Enable markdown^Wasciidoc for gpu.tmpl

[PATCH 001/190] drm: Release driver references to handle before making it available again
 2016-01-12 11:03 UTC  (17+ messages)
` [PATCH 020/190] drm/i915: Remove the lazy_coherency parameter from request-completed?
` [PATCH 021/190] drm/i915: Use HWS for seqno tracking everywhere
` [PATCH 036/190] drm/i915: Restore waitboost credit to the synchronous waiter
` [PATCH 073/190] drm/i915: Introduce i915_gem_active for request tracking

[PATCH v3 0/7] Misc cleanups and locking fixes
 2016-01-12 10:20 UTC  (12+ messages)
` [PATCH 5/7] drm/i915: Don't need a timer to wake us up
` [PATCH 7/7] drm/i915: GEM operations need to be done under the big lock

[PATCH 0/6] Color Management for DRM framework v10
 2016-01-12 10:02 UTC  (8+ messages)
` [PATCH 1/6] drm: Create Color Management DRM properties

[PATCH 02/10] drm/i915: Cleanup phys status page too
 2016-01-12 10:00 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v2 00/13] Misc cleanups and locking fixes
 2016-01-12  9:59 UTC  (12+ messages)
` [PATCH 04/13] drm/i915: Fail engine initialization if LRCA is incorrectly aligned
` [PATCH 05/13] drm/i915: Cache LRCA in the context
` [PATCH 11/13] drm/i915: Cache ringbuffer GTT address

[PATCH] drm/i915: edp resume/On time optimization
 2016-01-12  9:49 UTC  (2+ messages)
` ✗ warning: Fi.CI.BAT

[PATCH v2 0/6] drm/i915: start hiding away vbt structure from the driver
 2016-01-12  9:45 UTC  (11+ messages)
` [PATCH v2 1/6] drm/i915: move VBT based TV presence check to intel_bios.c
` [PATCH v2 2/6] drm/i915: move VBT based LVDS "
` [PATCH v2 3/6] drm/i915: move VBT based eDP port "
` [PATCH v2 4/6] drm/i915: move VBT based DSI presence "
` [PATCH v2 5/6] drm/i915/panel: setup pwm backlight based on connector type
` [PATCH v2 6/6] drm/i915: hide away VBT private data in a separate header
` ✓ success: Fi.CI.BAT

[PATCH 0/7] Add USB typeC based DP support for BXT platform
 2016-01-12  9:37 UTC  (12+ messages)
` [PATCH 5/7] drm/i915/dp: Add methods to update link train params
` [PATCH 7/7] drm/i915/dp: Enable Upfront link training for typeC DP support on BXT

[PATCH] drm/i915: reboot notifier delay for eDP panels
 2016-01-12  9:16 UTC  (2+ messages)
` ✗ warning: Fi.CI.BAT

[PATCH] drm/i915: Handle error paths during watermark sanitization properly
 2016-01-12  7:52 UTC  (5+ messages)
` ✗ warning: Fi.CI.BAT
` [PATCH] drm/i915: Handle error paths during watermark sanitization properly (v2)

[PATCH 00/10] drm/i915: Fixes from my attempt at running igt on gen2
 2016-01-12  7:49 UTC  (2+ messages)
` ✗ failure: Fi.CI.BAT

[PATCH] igt/gem_trtt: Exercise the TRTT hardware
 2016-01-12  6:00 UTC  (2+ messages)

[RFC 1/2] drm: Add aux plane verification in addFB2
 2016-01-12  0:39 UTC  (6+ messages)
` [RFC 2/2] drm/i915: Render decompression support for Gen9

[PATCH 6/6] drm/i915/huc: Support HuC authentication
 2016-01-11 21:47 UTC 

[PATCH 5/6] drm/i915/huc: Add debugfs for HuC loading status check
 2016-01-11 21:47 UTC 

[PATCH 4/6] drm/i915/huc: Add HuC fw loading support
 2016-01-11 21:46 UTC 

[PATCH 3/6] drm/i915/huc: Unified css_header struct for GuC and HuC
 2016-01-11 21:46 UTC 

[PATCH 2/6] drm/i915/guc: Bypass fw loading gracefully if GuC is not supported
 2016-01-11 21:46 UTC 

[PATCH 1/6] drm/i915/guc: Make the GuC fw loading helper functions general
 2016-01-11 21:46 UTC 

[PATCH 0/6] Support HuC loading and authentication
 2016-01-11 21:44 UTC 

[PATCH libdrm] Synchronize drm/drm_fourcc.h with Linux’ version
 2016-01-11 19:17 UTC 

[PATCH v5 00/12] Enable GPU switching on pre-retina MacBook Pro
 2016-01-11 19:09 UTC  (3+ messages)
` [PATCH v5 10/12] drm/i915: Defer probe if gmux is present but its driver isn't
` [PATCH v5 06/12] drm/i915: Switch DDC when reading the EDID

[PATCH v6 0/3] drm/i915: Disable link training optimization if DP config has changed
 2016-01-11 18:30 UTC  (3+ messages)
` [PATCH v6 3/3] drm/i915: DP channel EQ check for use of DP link training optimization

[PATCH v5 0/3] drm/i915: Disable link training optimization if DP config has changed
 2016-01-11 18:28 UTC  (6+ messages)
` [PATCH v5 3/3] drm/i915: DP channel EQ check for use of DP link training optimization

[PATCH] drm/i915: Handle PipeC fused off on HSW
 2016-01-11 17:56 UTC  (2+ messages)

Problems with external monitor and Intel HD 520
 2016-01-11 17:54 UTC  (2+ messages)

[PATCH 00/15] drm/i915/bios: mipi sequence block v3, etc
 2016-01-11 17:26 UTC  (9+ messages)
` [PATCH 11/15] drm/i915: Adding the parsing logic for the i2c element
` [PATCH v5] "

[PATCH 1/2] drm/i915: Enable mmio_debug for vlv/chv
 2016-01-11 16:53 UTC  (3+ messages)

[PATCH 0/3] Enabling GuC Loading on Broxton
 2016-01-11 16:40 UTC  (7+ messages)
` [PATCH 1/3] drm/i915: Adding Broxton GuC Loader Support
` [PATCH 2/3] drm/i915: resize the GuC WOPCM for rc6
` [PATCH 3/3] drm/i915: Wait after context init with GuC Submission


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