messages from 2014-10-14 16:31:50 to 2014-10-20 10:20:08 UTC [more...]
[RFC 00/21] Replace seqno values with request structures
2014-10-20 10:19 UTC (52+ messages)
` [RFC 01/21] Bug: missing i915_seqno_passed() call?
` [RFC 02/21] drm/i915: Remove redundant parameter to i915_gem_object_wait_rendering__tail()
` [RFC 03/21] drm/i915: Ensure OLS & PLR are always in sync
` [RFC 04/21] drm/i915: Add reference count to request structure
` [RFC 05/21] drm/i915: Add helper functions to aid seqno -> request transition
` [RFC 06/21] drm/i915: Replace last_[rwf]_seqno with last_[rwf]_req
` [RFC 07/21] drm/i915: Ensure requests stick around during waits
` [RFC 08/21] drm/i915: Remove 'outstanding_lazy_seqno'
` [RFC 09/21] drm/i915: Make 'i915_gem_check_olr' actually check by request not seqno
` [RFC 10/21] drm/i915: Convert 'last_flip_req' to be a request not a seqno
` [RFC 11/21] drm/i915: Convert i915_wait_seqno to i915_wait_request
` [RFC 12/21] drm/i915: Convert 'i915_add_request' to take a request not a seqno
` [RFC 13/21] drm/i915: Convert mmio_flip::seqno to struct request
` [RFC 14/21] drm/i915: Convert 'flip_queued_seqno' into 'flip_queued_request'
` [RFC 15/21] drm/i915: Convert most 'i915_seqno_passed' calls into 'i915_gem_request_completed'
` [RFC 16/21] drm/i915: Convert __wait_seqno() to __wait_request()
` [RFC 17/21] drm/i915: Convert trace functions from seqno to request
` [RFC 18/21] drm/i915: Convert 'trace_irq' to use requests rather than seqnos
` [RFC 19/21] drm/i915: Convert semaphores to handle requests not seqnos
` [RFC 20/21] drm/i915: Convert 'ring_idle()' to use "
` [RFC 21/21] drm/i915: Remove 'obj->ring'
` [RFC 16/25] drm/i915: Convert most 'i915_seqno_passed' calls into 'i915_gem_request_completed'
` [RFC 08/25] drm/i915: Remove 'outstanding_lazy_seqno'
` [RFC 22/21] drm/i915: Cache request completion status
` [RFC 24/25] drm/i915: Zero fill the request structure
` [RFC 25/25] drm/i915: Defer seqno allocation until actual hardware submission time
dmar messages caused by graphics
2014-10-20 10:05 UTC (2+ messages)
drm tiled monitor support (not hiding in kernel)
2014-10-20 9:15 UTC (9+ messages)
` [PATCH 1/6] drm/displayid: add displayid defines and edid extension
` [PATCH 2/6] drm: add tile_group support
` [PATCH 3/6] drm/mst: cached EDID for logical ports
` [PATCH 4/6] drm/connector: store tile information from displayid
` [PATCH 5/6] drm/tile: expose the tile property to userspace
` [PATCH 6/6] drm/fb: add support for tiled monitor configurations
[PATCH] drm/i915: Document that mmap forwarding is discouraged
2014-10-19 14:52 UTC (5+ messages)
[PATCH 0/4] [RFC] Stage shared dpll configs
2014-10-19 14:30 UTC (6+ messages)
` [PATCH 2/4] drm/i915: Make *_crtc_mode_set work on new_config
[PATCH] drm/i915: use delayed work for resume hotplug v2
2014-10-19 14:27 UTC (3+ messages)
` [PATCH] drm/i915: use delayed work for resume hotplug v4
[PATCH] drm/i915/bdw: Remove BDW preproduction W/As until C stepping
2014-10-19 12:14 UTC (3+ messages)
[PATCH] drm/i915: Convert a couple more INTEL_INFO-esque macros to be pointer agnostic
2014-10-19 12:14 UTC (3+ messages)
v3.17, i915 vs nouveau: possible recursive locking detected
2014-10-19 11:31 UTC (4+ messages)
` [Intel-gfx] "
[RFC PATCH 0/3] drm driver for baytrail's vxd392
2014-10-19 11:28 UTC (27+ messages)
` [RFC PATCH 1/3] drm/i915: add vxd392 bridge in i915
` [Intel-gfx] "
` [RFC PATCH 2/3] drm/ipvr: drm driver for vxd392
` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 0/3] drm driver for baytrail's vxd392
[PATCH] tests/kms_cursor_crc: HSW/BDW only have square cursors
2014-10-17 22:07 UTC (6+ messages)
[PATCH] drm/i915/chv: Use 16 and 32 for low and high drain latency precision
2014-10-17 15:05 UTC
[PATCH] drm/i915: disable IPS while getting the pipe CRCs
2014-10-17 21:42 UTC
[PATCH] drm/i915: run intel_uncore_early_sanitize earlier on resume on non-VLV
2014-10-17 19:01 UTC
[PATCH] drm/i915: Change order of operations for VLV/CHV to not train DP link before PHYs are ready
2014-10-17 18:41 UTC (3+ messages)
` [PATCH V2] "
` [PATCH 2/3] "
[PATCH 00/17] drm/i915: Fix vlv/chv panel power sequencer
2014-10-17 17:26 UTC (21+ messages)
` [PATCH 01/17] drm/i915: Warn if trying to register eDP on port != B/C on vlv/chv
` [PATCH 02/17] drm/i915: Warn if stealing power sequencer from an active eDP port
` [PATCH 03/17] drm/i915: Remove high level intel_edp_vdd_{on, off}() from hpd/detect
` [PATCH 04/17] drm/i915: Store power sequencer delays in intel_dp
` [PATCH 05/17] drm/i915: Don't initialize power seqeuencer delays more than once
` [PATCH 06/17] drm/i915: Split power sequencer panel on/off functions to locked and unlocked variants
` [PATCH 07/17] drm/i915: Hold the pps mutex across the whole panel power enable sequence
` [PATCH 08/17] drm/i915: Wait for PHY port ready before link training on VLV/CHV
` [PATCH 09/17] drm/i915: Fix eDP link training when switching pipes "
` [PATCH 10/17] drm/i915: Kick the power sequencer before AUX transactions
` [PATCH 11/17] drm/i915: Make sure DPLL is enabled when kicking the power sequencer on VLV/CHV
` [PATCH 12/17] drm/i915: Don't kick the power seqeuncer just to check if we have vdd/panel power
` [PATCH 13/17] drm/i915: Clear PPS port select when giving up the power sequencer
` [PATCH 14/17] drm/i915: Warn if stealing non pipe A/B "
` [PATCH 15/17] drm/i915: Steal power sequencer in vlv_power_sequencer_pipe()
` [PATCH 16/17] drm/i915: Improve VDD/PPS debugs
` [PATCH 17/17] drm/i915: Warn if panel power is already on when enabling it
[PATCH 1/2] drm/i915: Do a dummy DPCD read before the actual read
2014-10-17 16:38 UTC (15+ messages)
` [PATCH 2/2] drm/i915: Ignore long hpds on eDP ports
[PATCH 00/89] Basic Skylake enabling
2014-10-17 14:29 UTC (3+ messages)
` [PATCH 00/89] Basic Skylake enabling (reviewers)
[PATCH] drm/i915/skl: Make sure to allocate mininum sizes in the DDB
2014-10-17 13:02 UTC
[PATCH i-g-t] skl_ddb_allocation: Respect the minimum number of blocks
2014-10-17 13:02 UTC
[PATCH] drm/i915: call drm_vblank_cleanup() earlier at unload
2014-10-17 11:18 UTC (2+ messages)
DRI3 only DDX driver
2014-10-17 10:18 UTC (3+ messages)
[PATCH 0/5] drm/i915: Random pile of VLV/CHV fixes
2014-10-17 9:08 UTC (10+ messages)
` [PATCH 1/5] drm/i915: Don't claim that we're resetting PCH ADPA register
` [PATCH 2/5] drm/i915: Fix GMBUSFREQ on vlv/chv
` [PATCH 3/5] drm/i915: Fix chv PCS DW11 register defines
` [PATCH 4/5] drm/i915: Do vlv cmnlane toggle w/a in more cases
` [PATCH 5/5] drm/i915: Initialize new chv primary plane and pipe blender registers
[PULL] drm-intel-next-fixes for 3.18
2014-10-17 7:16 UTC
[PATCH v2 0/8] Add enlightenments for vGPU
2014-10-17 5:37 UTC (9+ messages)
` [PATCH v2 1/8] drm/i915: Introduce a PV INFO page structure for Intel GVT-g
` [PATCH v2 2/8] drm/i915: Adds graphic address space ballooning logic
` [PATCH v2 3/8] drm/i915: Partition the fence registers for vgpu in i915 driver
` [PATCH v2 4/8] drm/i915: Disable framebuffer compression for i915 driver in VM
` [PATCH v2 5/8] drm/i915: Add the display switch logic for vgpu in i915 driver
` [PATCH v2 6/8] drm/i915: Disable power management for i915 driver in VM
` [PATCH v2 7/8] drm/i915: Create vgpu specific write MMIO to reduce traps
` [PATCH v2 8/8] drm/i915: Support alias ppgtt in VM if ppgtt is enabled
[RFC PATCH 3/3] libdrm: user mode helper for ipvr drm driver
2014-10-17 0:36 UTC (6+ messages)
[PATCH i-g-t 0/7] Miscellaneous fixes and improvements
2014-10-16 19:56 UTC (9+ messages)
` [PATCH i-g-t 1/7] Fix uninitialised variable warnings
` [PATCH i-g-t 2/7] lib: various documentation fixes
` [PATCH i-g-t 3/7] lib: add common min and max macros
` [PATCH i-g-t 4/7] quick_dump: fix distcheck
` [PATCH i-g-t 5/7] configure: include the skylake quick_dump files in EXTRA_DIST
` [PATCH i-g-t 6/7] drm_lib.sh: add standard command line options
` [PATCH i-g-t 7/7] tests: add a check for command line handling
[PATCH] drm/i915: Abort command parsing for chained batches
2014-10-16 19:26 UTC (2+ messages)
` [PATCH] drm/i915: Abort command parsing for chained
[PATCH] drm/i915: run intel_uncore_early_sanitize earlier on resume
2014-10-16 16:04 UTC (4+ messages)
[PATCH] drm/i915: add runtime PM get/put call in i915_execlists
2014-10-16 15:13 UTC
[PATCH] drm/i915: fix short vs. long hpd detection
2014-10-16 12:09 UTC (7+ messages)
[PATCH] drm/i915: Don't trust the DP_DETECT bit for eDP ports on CHV
2014-10-16 12:09 UTC (3+ messages)
[PATCH i-g-t] tests/kms_force_connector: fix assertion when VGA is already connected
2014-10-16 9:47 UTC
[PATCH v2 6/8] drm/i915: Disable power management for i915 driver in VM
2014-10-16 9:06 UTC
[PATCH v2 0/8] Add enlightenments for vGPU
2014-10-16 6:24 UTC (9+ messages)
` [PATCH v2 1/8] drm/i915: Introduce a PV INFO page structure for Intel GVT-g
` [PATCH v2 2/8] drm/i915: Adds graphic address space ballooning logic
` [PATCH v2 3/8] drm/i915: Partition the fence registers for vgpu in i915 driver
` [PATCH v2 4/8] drm/i915: Disable framebuffer compression for i915 driver in VM
` [PATCH v2 5/8] drm/i915: Add the display switch logic for vgpu in i915 driver
` [PATCH v2 6/8] drm/i915: Disable power management for i915 driver in VM
` [PATCH v2 7/8] drm/i915: Create vgpu specific write MMIO to reduce traps
` [PATCH v2 8/8] drm/i915: Support alias ppgtt in VM if ppgtt is enabled
[PATCH 1/2] tests/gem_exec_parse: fix batch_len setting for cmd-crossing-page
2014-10-15 21:52 UTC (2+ messages)
` [PATCH 2/2] tests/gem_exec_parse: test for chained batch buffers
[PATCH 0/3] Rework of the WM flush (for the DDB allocation)
2014-10-15 17:34 UTC (4+ messages)
` [PATCH 1/3] drm/i915/skl: Stage the pipe DDB allocation
` [PATCH 2/3] drm/i915/skl: Flush the WM configuration
` [PATCH 3/3] drm/i915/skl: Log the order in which we flush the pipes in the WM code
[PATCH] lib: fix warnings on ignoring return values
2014-10-15 17:09 UTC (2+ messages)
[RFC] drm/i915: Remove FIXME_lrc_ctx backpointer
2014-10-15 10:02 UTC (2+ messages)
[PATCH] tests/pm_rc6_residency: Split RC6p and RC6pp
2014-10-14 17:23 UTC
[PATCH] lib/igt_aux: make igt_wait_for_pm_status() resist the signal helper
2014-10-14 19:12 UTC
[PATCH i-g-t 1/3] skl_ddb_allocation: Add a standalone version of the DDB allocator
2014-10-14 16:34 UTC (3+ messages)
` [PATCH i-g-t 2/3] skl_ddb_allocation: Add checks on the DDB entries
` [PATCH i-g-t 3/3] skl_ddb_allocation: Make 'end' exclusive in the DDB allocation entry
[PATCH 0/8] SKL WM fixups
2014-10-14 16:31 UTC (9+ messages)
` [PATCH 1/8] drm/i915/skl: Make 'end' of the DDB allocation entry exclusive
` [PATCH 2/8] drm/i915/skl: Use a more descriptive parameter name in skl_compute_plane_wm()
` [PATCH 3/8] drm/i915/skl: Move the per-latency maximum test earlier
` [PATCH 4/8] drm/i915/skl: Reduce the number of holes in struct skl_wm_level
` [PATCH 5/8] drm/i915/skl: Move all the WM compute functions in one place
` [PATCH 6/8] drm/i915/skl: Rework when the transition WMs are computed
` [PATCH 7/8] drm/i915/skl: Correctly align skl_compute_plane_wm() arguments
` [PATCH 8/8] drm/i915/skl: Reduce the indentation level in skl_write_wm_values()
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