messages from 2014-11-24 08:03:12 to 2014-11-26 12:42:02 UTC [more...]
[PATCH] drm/i915: Check locking in i915_gem_request_unreference
2014-11-26 12:42 UTC (4+ messages)
[PATCH v3 00/28] Replace seqno values with request structures
2014-11-26 12:35 UTC (36+ 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] drm/i915: Don't pin LRC in GGTT when dumping in debugfs
2014-11-26 12:28 UTC (13+ messages)
[PATCH] drm/i915: Cancel vdd off work before suspend
2014-11-26 11:29 UTC (3+ messages)
[PATCH] drm/i915: Fix short description of intel_display_power_is_enabled()
2014-11-26 11:18 UTC (3+ messages)
` [PATCH] drm/i915: Fix short description of
[PATCH] Revert "drm/i915: Disallow pin ioctl completely for kms drivers"
2014-11-26 9:41 UTC (6+ messages)
[PATCH 1/2] drm/dp: retry AUX transactions 32 times
2014-11-26 9:24 UTC (6+ messages)
` [PATCH 2/2] drm/fb_helper: move deferred fb checking into restore mode
` [Intel-gfx] "
[PATCH 0/5] drm/i915 Avoid long delays when reading EDID on eDP
2014-11-26 8:57 UTC (11+ 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] drm/i915: Handle runtime pm in the CRC setup code
2014-11-26 7:32 UTC (11+ messages)
` [PATCH] drm/i915: Handle runtime pm in the CRC setup
[PATCH] drm/dp: retry AUX transactions 32 times (v1.1)
2014-11-26 3:25 UTC
[PATCH] drm: Handle atomic state properly in kms getfoo ioctl
2014-11-25 22:50 UTC
[PATCH] drm/i915: Assert that we successfully downclock the GPU before suspend
2014-11-25 20:29 UTC (3+ messages)
` [PATCH] drm/i915: Assert that we successfully downclock
[PATCH] drm/i915: Fix context object leak for legacy contexts
2014-11-25 17:05 UTC (3+ messages)
` [PATCH] drm/i915: Fix context object leak for legacy
[PATCH i-g-t 1/3] lib: fix symbol names in documentation comments
2014-11-25 16:26 UTC (3+ messages)
` [PATCH i-g-t 2/3] tests: use subtests in gem_tiled_swapping
` [PATCH i-g-t 3/3] lib: ensure subtests are not added to simple tests
[PATCH] drm/i915/skl: Update in Gen9 multi-engine forcewake range
2014-11-25 13:16 UTC (3+ messages)
[PATCH] drm/i915/eDP: When enabling panel VDD cancel pending disable worker
2014-11-25 13:07 UTC (10+ messages)
` [PATCH v2] "
[PATCH 0/7] drm-intel-collector - update
2014-11-25 13:05 UTC (11+ 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 7/7] drm/i915: Broaden application of
[PATCH 0/6] drm/i915: Implement gen3/4 GPU reset
2014-11-25 12:54 UTC (14+ messages)
` [PATCH 1/6] drm/i915: Fix gen4 "
` [PATCH 3/6] drm/i915: Implement GPU reset for 915/945
` [PATCH 5/6] drm/i915: Grab modeset locks for GPU rest on pre-ctg
` [PATCH v2 "
` [PATCH 7/6] drm/i915: Deal with video overlay on GPU reset
[PATCH] drm/i915: Bug fixes to ring 'head' updating
2014-11-25 11:47 UTC (10+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 3/3] drm/i915: Consolidate ring freespace calculations
[PATCH 1/5] igt/gem_mmap_wc: Exercise mmap(wc) interface
2014-11-25 11:30 UTC (3+ messages)
` [PATCH] igt/gem_mmap_wc: Add the invalid flags subtest
[PATCH] drm/i915: More cautious with pch fifo underruns
2014-11-25 8:38 UTC (3+ messages)
[PATCH] drm/atomic-helper: Skip vblank waits for unchanged fbs
2014-11-25 8:25 UTC (3+ messages)
` [PATCH] drm/atomic-helper: Skip vblank waits for
[PATCH i-g-t] lib: fix igt_reset_connectors
2014-11-25 8:35 UTC (2+ messages)
[PATCH 0/9] i915 display refactoring (v3)
2014-11-25 7:39 UTC (11+ 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 9/9] drm/i915: Make all plane disables use
[PATCH] drm/atomic-helper: Skip vblank waits for unchanged fbs
2014-11-25 5:07 UTC (2+ messages)
` [PATCH] drm/atomic-helper: Skip vblank waits for
[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 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 (3+ 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 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] 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 i-g-t] lib/igt_debugfs: Don't setup crc in _new
2014-11-24 15:23 UTC
[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
[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 6/6] drm/i915: Disable crtcs gracefully before GPU reset on gen3/4
2014-11-24 10:02 UTC (2+ messages)
` [PATCH 6/6] drm/i915: Disable crtcs gracefully before
[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 (5+ messages)
` [PATCH] "
[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 (2+ messages)
` [PATCH] drm/i915: Don't clobber crtc->new_config when
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