public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-11-20 21:40:54 to 2014-11-25 02:37:38 UTC [more...]

[PATCH] drm/i915: Drop vblank wait from intel_dp_link_down
 2014-11-25  2:37 UTC  (2+ messages)
` [PATCH] drm/i915: Drop vblank wait from

[PATCH] drm/i915: Handle runtime pm in the CRC setup code
 2014-11-25  1:20 UTC  (5+ messages)
` [PATCH] drm/i915: Handle runtime pm in the CRC setup

[PATCH 0/7] drm-intel-collector - update
 2014-11-24 16:29 UTC  (8+ messages)
` [PATCH 1/7] drm/i915: Specify bsd rings through exec flag
` [PATCH 2/7] drm/i915: add I915_PARAM_HAS_BSD2 to i915_getparam
` [PATCH 3/7] drm/i915: Move the ban period onto the context
` [PATCH 4/7] drm/i915: Add ioctl to set per-context parameters
` [PATCH 5/7] drm/i915: Put logical pipe_control emission into a helper
` [PATCH 6/7] drm/i915: Add WaCsStallBeforeStateCacheInvalidate:bdw, chv to logical ring
` [PATCH 7/7] drm/i915: Broaden application of set-domain(GTT)

[PATCH v3] drm/i915: Deflate error objects upon capture
 2014-11-24 23:13 UTC  (3+ messages)
` [PATCH] intel_error_decode: Inflate compressed error state

[PATCH] drm/i915: Stop gathering error states for CS error interrupts
 2014-11-24 21:42 UTC  (5+ messages)

[PATCH] drm/locking: Allow NULL crtc in drm_modeset_legacy_acquire_ctx
 2014-11-24 21:38 UTC  (5+ messages)
  ` [PATCH] drm/locking: Allow NULL crtc in

[PATCH] drm/atomic-helper: Skip vblank waits for unchanged fbs
 2014-11-24 21:34 UTC  (2+ messages)

[PATCH 3/4] drm/i915/bdw: Pin the context backing objects to GGTT on-demand
 2014-11-24 20:15 UTC  (5+ messages)
` [PATCH v5 "

[PATCH 0/9] i915 display refactoring (v3)
 2014-11-24 19:53 UTC  (10+ messages)
` [PATCH 1/9] drm: add helper to get crtc timings (v4)
` [PATCH 2/9] drm/i915: remove intel_crtc_cursor_set_obj() (v5)
` [PATCH 3/9] drm/i915: remove intel_pipe_set_base() (v4)
` [PATCH 4/9] drm/i915: Introduce intel_prepare_cursor_plane()
` [PATCH 5/9] drm/i915: Make intel_plane_state subclass drm_plane_state
` [PATCH 6/9] drm/i915: Consolidate plane 'prepare' functions
` [PATCH 7/9] drm/i915: Consolidate plane 'cleanup' operations
` [PATCH 8/9] drm/i915: Consolidate top-level .update_plane() handlers
` [PATCH 9/9] drm/i915: Make all plane disables use 'update_plane'

[PATCH] drm/i915/eDP: When enabling panel VDD cancel pending disable worker
 2014-11-24 19:46 UTC  (5+ messages)

[PATCH] drm/atomic-helper: Skip vblank waits for unchanged fbs
 2014-11-24 19:34 UTC 

[PATCH v3 00/28] Replace seqno values with request structures
 2014-11-24 18:49 UTC  (29+ messages)
` [PATCH v3 01/28] drm/i915: Ensure OLS & PLR are always in sync
` [PATCH v3 02/28] drm/i915: Add reference count to request structure
` [PATCH v3 03/28] drm/i915: Add helper functions to aid seqno -> request transition
` [PATCH v3 04/28] drm/i915: Replace last_[rwf]_seqno with last_[rwf]_req
` [PATCH v3 05/28] drm/i915: Convert i915_gem_ring_throttle to use requests
` [PATCH v3 06/28] drm/i915: Ensure requests stick around during waits
` [PATCH v3 07/28] drm/i915: Remove 'outstanding_lazy_seqno'
` [PATCH v3 08/28] drm/i915: Make 'i915_gem_check_olr' actually check by request not seqno
` [PATCH v3 09/28] drm/i915: Convert 'last_flip_req' to be a request not a seqno
` [PATCH v3 10/28] drm/i915: Convert i915_wait_seqno to i915_wait_request
` [PATCH v3 11/28] drm/i915: Add IRQ friendly request deference facility
` [PATCH v3 12/28] drm/i915: Convert mmio_flip::seqno to struct request
` [PATCH v3 13/28] drm/i915: Convert __wait_seqno() to __wait_request()
` [PATCH v3 14/28] drm/i915: Remove obsolete seqno parameter from 'i915_add_request'
` [PATCH v3 15/28] drm/i915: Convert 'flip_queued_seqno' into 'flip_queued_request'
` [PATCH v3 16/28] drm/i915: Convert trace functions from seqno to request
` [PATCH v3 17/28] drm/i915: Convert 'trace_irq' to use requests rather than seqnos
` [PATCH v3 18/28] drm/i915: Convert 'ring_idle()' to use requests not seqnos
` [PATCH v3 19/28] drm/i915: Connect requests to rings at creation not submission
` [PATCH v3 20/28] drm/i915: Convert 'i915_seqno_passed' calls into 'i915_gem_request_completed'
` [PATCH v3 21/28] drm/i915: Remove the now redundant 'obj->ring'
` [PATCH v3 22/28] drm/i915: Cache request completion status
` [PATCH v3 23/28] drm/i915: Zero fill the request structure
` [PATCH v3 24/28] drm/i915: Spinlock protection for request list
` [PATCH v3 25/28] drm/i915: Interrupt driven request completion
` [PATCH v3 26/28] drm/i915: Remove obsolete parameter to i915_gem_request_completed()
` [PATCH v3 27/28] drm/i915: Add unique id to the request structure for debugging
` [PATCH v3 28/28] drm/i915: Additional request structure tracing

[PATCH 1/2] drm/i915: Disallow pin ioctl completely for kms drivers
 2014-11-24 18:41 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: Remove user pinning code

[PATCH 0/5] drm/i915 Avoid long delays when reading EDID on eDP
 2014-11-24 18:28 UTC  (7+ messages)
` [PATCH 1/5] drm/i915: Try to avoid pps_{lock, unlock}() on DP ports
` [PATCH 2/5] drm/DP: Create pointer to generic DPCD access function
` [PATCH 3/5] drm/DP: Export drm_dp_i2c_xfer() DP helper function
` [PATCH 4/5] drm/DP: Export drm_dp_dpcd_access() "
` [PATCH 5/5] drm/i915/eDP: Move pps_lock() and edp_panel_vdd_on() to top

[PATCH 0/6] drm/i915: Implement gen3/4 GPU reset
 2014-11-24 16:28 UTC  (16+ messages)
` [PATCH 1/6] drm/i915: Fix gen4 "
` [PATCH 2/6] drm/i915: Restore the display config after a GPU reset on gen4
` [PATCH 3/6] drm/i915: Implement GPU reset for 915/945
` [PATCH 4/6] drm/i915: Implement GPU reset for g33
` [PATCH 5/6] drm/i915: Grab modeset locks for GPU rest on pre-ctg
  ` [PATCH v2 "
` [PATCH 6/6] drm/i915: Disable crtcs gracefully before GPU reset on gen3/4
  ` [PATCH 6/6] drm/i915: Disable crtcs gracefully before
` [PATCH 7/6] drm/i915: Deal with video overlay on GPU reset

[PATCH] drm/i915: Disable the mmio.debug WARN after it fires
 2014-11-24 16:28 UTC  (8+ messages)
` [PATCH] drm/i915: Disable the mmio.debug WARN after it

[PATCH] drm/i915: More cautious with pch fifo underruns
 2014-11-24 16:02 UTC 

[PATCH i-g-t] lib/igt_debugfs: Don't setup crc in _new
 2014-11-24 15:23 UTC 

[PATCH] drm/i915: Bug fixes to ring 'head' updating
 2014-11-25  7:59 UTC  (12+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] drm/i915: Check for matching ringbuffer in logical_ring_wait_request()
  ` [PATCH v2 2/3] drm/i915: Don't read 'HEAD' MMIO register in LRC mode
  ` [PATCH v2 3/3] drm/i915: Consolidate ring freespace calculations

[PATCH] drm/i915: Only warn the first time we attempt to mmio whilst suspended
 2014-11-24 14:16 UTC  (5+ messages)
` [PATCH] drm/i915: Only warn the first time we attempt

[PATCH i-g-t] lib: fix igt_reset_connectors
 2014-11-24 14:16 UTC 

[RFC 0/5] Preparation for multiple VMA and GGTT views per GEM object
 2014-11-24 13:57 UTC  (6+ messages)
` [RFC] drm/i915: Infrastructure for supporting different GGTT views per object

[RFC PATCH v3 4/4] tests/drv_module_reload: add ipvr support
 2014-11-24 13:14 UTC  (5+ messages)

[PATCH] drm/i915: remove the IRQs enabled WARN from intel_disable_gt_powersave
 2014-11-24  9:58 UTC  (4+ messages)
` [PATCH] drm/i915: remove the IRQs enabled WARN from

[PATCH 13/15] drm/i915: VLV/CHV PSR: Increase wait delay time before active PSR
 2014-11-24  9:22 UTC  (6+ messages)
` [PATCH] "
  ` [PATCH] drm/i915: VLV/CHV PSR: Increase wait delay time

[PATCH v4 0/7] Command parser batch buffer copy
 2014-11-24  9:20 UTC  (12+ messages)
` [PATCH v4 1/7] drm/i915: Implement a framework for batch buffer pools
` [PATCH v4 7/7] drm/i915: Tidy up execbuffer command parsing code

[PATCH 00/11] BYT DSI Dual Link Support
 2014-11-24  9:01 UTC  (4+ messages)
` [PATCH 0/3] "

[PATCH] drm/i915: Don't clobber crtc->new_config when nothing changes
 2014-11-24  8:57 UTC  (4+ messages)
` [PATCH] drm/i915: Don't clobber crtc->new_config when

[PATCH] drm/i915/chv: Enable AVI, SPD and HDMI infoframes for CHV
 2014-11-24  6:22 UTC  (3+ messages)
` [PATCH] drm/i915/chv: Enable AVI,

[RFC PATCH v3 0/4] drm driver for VED in Intel GPU
 2014-11-23 13:29 UTC  (4+ messages)
` [RFC PATCH v3 1/4] drm/i915: add i915_ved.c to setup bridge for VED
` [RFC PATCH v3 2/4] drm/ipvr: drm driver "

[PATCH] drm/i915: Add MI_SET_APPID cmd to cmd parser tables
 2014-11-23  6:01 UTC  (2+ messages)
` [PATCH] drm/i915: Add MI_SET_APPID cmd to cmd parser

[PATCH] drm/i915/vlv: check port in infoframe_enabled
 2014-11-23  2:40 UTC  (3+ messages)
` [PATCH] drm/i915/vlv: check port in infoframe_enabled v2

[PATCH] drm/i915: Don't rely upon encoder->type for infoframe hw state readout
 2014-11-23  2:39 UTC  (2+ messages)
` [PATCH] drm/i915: Don't rely upon encoder->type for

[PATCH 1/2] drm/i915/g4x: fix g4x infoframe readout
 2014-11-22 23:31 UTC  (5+ messages)
` [PATCH 2/2] drm/i915/ibx: check port in infoframe_enabled
  ` [PATCH 2/2] drm/i915/ibx: check port in

[PATCH 2/2] drm/i915: sanitize RPS resetting during GPU reset
 2014-11-22 23:17 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: sanitize RPS resetting during GPU

[PATCH] drm/i915: Display current hangcheck status in debugfs
 2014-11-22 20:22 UTC  (5+ messages)
  ` [PATCH] drm/i915: Display current hangcheck status in

[PATCH] drm/i915: Only call mod_timer() if not already pending
 2014-11-22 20:20 UTC  (3+ messages)
` [PATCH] drm/i915: Only call mod_timer() if not already

[PATCH] drm/i915: Enable PSR for Baytrail and Braswell
 2014-11-22 17:08 UTC  (2+ messages)

[PATCH] drm/i915: Dump hdmi pipe_config state
 2014-11-22 13:57 UTC  (2+ messages)

[PATCH v4] drm/i915/skl: Implement the skl version of MMIO flips
 2014-11-22 11:06 UTC  (4+ messages)
` [PATCH v5] "
  ` [PATCH v5] drm/i915/skl: Implement the skl version of

[PATCH] drm/i915: vlv: fix IRQ masking when uninstalling interrupts
 2014-11-22 10:35 UTC  (2+ messages)
` [PATCH] drm/i915: vlv: fix IRQ masking when

[PATCH v4] drm/i915/skl: Implement the skl version of MMIO flips
 2014-11-22  8:43 UTC  (2+ messages)
` [PATCH v4] drm/i915/skl: Implement the skl version of

[PATCH 2/2] drm/i915: Gen9 shadowed registers
 2014-11-22  7:22 UTC  (2+ messages)

[PATCH v2 00/28] Replace seqno values with request structures
 2014-11-21 20:56 UTC  (5+ messages)

[PATCH 1/5] drm/i915: s/init()/init_hw()/ in intel_engine_cs
 2014-11-21 20:27 UTC  (4+ messages)
` [PATCH] drm/i915: Move init_unused_rings to gem_init_hw

[RFC PATCH v3 3/4] ipvr: user mode helper for ipvr drm driver
 2014-11-21 19:09 UTC 

[PATCH 01/15] drm/i915: Make dp aux pack/unpack public outside intel_dp.c
 2014-11-21 18:46 UTC  (4+ messages)
` [PATCH 06/15] drm/i915: PSR get full link off x standby from VBT

[PATCH] drm/i915: Remove intel_psr_is_enabled function
 2014-11-21 18:29 UTC  (6+ messages)

[PATCH 4/4] drm/i915/skl: Read out crtl1 for eDP/DPLL0
 2014-11-21 17:46 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] drm/i915: remove PSR BDW single frame update
 2014-11-21 14:55 UTC  (2+ messages)

[PATCH] drm/i915: Remove intel_psr_is_enabled function
 2014-11-21 13:14 UTC  (2+ messages)

Updated drm-intel-testing
 2014-11-21  9:42 UTC 

Intel Graphics Driver Acceleration 3600
 2014-11-21  8:02 UTC  (2+ messages)

[PATCH] drm/i915: Ignore SURFLIVE and flip counter when the GPU gets reset
 2014-11-21  7:43 UTC  (3+ messages)

[PATCH] drm/i915: Read power well status before other registers for drpc info
 2014-11-21  4:58 UTC  (2+ messages)
` [PATCH] drm/i915: Read power well status before other

[PATCH 2/2] drm/i915: vlv: increase timeout when setting idle GPU freq
 2014-11-21  1:15 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: vlv: increase timeout when

[PATCH 4/4] drm/i915: Kill intel_render_ring_init_dri
 2014-11-21  0:28 UTC  (2+ messages)

[PATCH 1/2] drm/i915/ddi: set has_infoframe flag on DDI too
 2014-11-20 21:40 UTC  (5+ messages)
` [PATCH] drm/i915/ddi: set has_infoframe flag on DDI too v2


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