messages from 2013-11-21 23:18:06 to 2013-11-26 18:46:54 UTC [more...]
[PATCH v2 0/8] support for multiple power wells
2013-11-26 18:46 UTC (11+ messages)
` [PATCH v3 "
` [PATCH v3 1/8] drm/i915: add audio power domain
` [PATCH v3 2/8] drm/i915: support for multiple power wells
` [PATCH v3 3/8] drm/i915: add always-on power wells instead of special casing them
` [PATCH v3 4/8] drm/i915: use IS_HASWELL/BROADWELL instead of HAS_POWER_WELL
` [PATCH v3 5/8] drm/i915: protect HSW power well check with IS_HASWELL in redisable_vga
` [PATCH v3 6/8] drm/i915: don't do BDW/HSW specific powerdomains init on other platforms
` [PATCH v3 7/8] drm/i915: add a default always-on power well
` [PATCH v3 8/8] drm/i915: add a debugfs entry for power domain info
[PATCH 1/5] drm/i915: make pitch_for_width take a tiled arg v2
2013-11-26 18:15 UTC (18+ messages)
` [PATCH 2/5] drm/i915: split fb allocation and initialization v2
` [PATCH 3/5] drm/i915: retrieve current fb config into new plane_config structure at init v4
` [PATCH 4/5] drm/i915: Wrap the preallocated BIOS framebuffer and preserve for KMS fbcon v7
` [PATCH 5/5] drm/i915: don't memset the fb buffer if preallocated
[PATCH 0/6] Enabling DRRS support in the kernel
2013-11-26 18:26 UTC (2+ messages)
[PATCH] drm/i915: take mode config lock around crtc disable at suspend
2013-11-26 18:09 UTC (2+ messages)
[RFC 00/22] Gen7 batch buffer command parser
2013-11-26 18:08 UTC (27+ messages)
` [RFC 01/22] drm/i915: Add data structures for "
` [RFC 02/22] drm/i915: Initial command parser table definitions
` [RFC 03/22] drm/i915: Hook command parser tables up to rings
` [RFC 04/22] drm/i915: Add per-ring command length decode functions
` [RFC 05/22] drm/i915: Implement command parsing
` [RFC 06/22] drm/i915: Add a HAS_CMD_PARSER getparam
` [RFC 07/22] drm/i915: Add support for rejecting commands during parsing
` [RFC 08/22] drm/i915: Add support for checking register accesses
` [RFC 09/22] drm/i915: Add support for rejecting commands via bitmasks
` [RFC 10/22] drm/i915: Reject unsafe commands
` [RFC 11/22] drm/i915: Add register whitelists for mesa
` [RFC 12/22] drm/i915: Enable register whitelist checks
` [RFC 13/22] drm/i915: Enable bit checking for some commands
` [RFC 14/22] drm/i915: Enable PPGTT command parser checks
` [RFC 15/22] drm/i915: Reject commands that would store to global HWS page
` [RFC 16/22] drm/i915: Reject additional commands
` [RFC 17/22] drm/i915: Add parser data for perf monitoring GL extensions
` [RFC 18/22] drm/i915: Reject MI_ARB_ON_OFF on VECS
` [RFC 19/22] drm/i915: Fix length handling for MFX_WAIT
` [RFC 20/22] drm/i915: Fix MI_STORE_DWORD_IMM parser defintion
` [RFC 21/22] drm/i915: Clean up command parser enable decision
` [RFC 22/22] drm/i915: Enable command parsing by default
[PATCH 1/4] tests: Add a test for the command parser
2013-11-26 16:53 UTC (4+ messages)
` [PATCH 2/4] tests/gem_exec_parse: Add tests for rejected commands
` [PATCH 3/4] tests/gem_exec_parse: Add tests for register whitelist
` [PATCH 4/4] tests/gem_exec_parse: Add tests for bitmask checks
[PATCH] intel: Add HAS_CMD_PARSER parameter definition
2013-11-26 16:53 UTC
[PATCH 00/19] Haswell runtime PM support + D3
2013-11-26 15:53 UTC (12+ messages)
` [PATCH 07/19] drm/i915: add runtime put/get calls at the basic places
` [PATCH 18/19] drm/i915: save some time when waiting the eDP timings
[PATCH] drm/i915: check context reset stats before relocations
2013-11-26 14:21 UTC (2+ messages)
[PATCH] drm/i915: Pin relocations for the duration of constructing the execbuffer
2013-11-26 13:35 UTC (2+ messages)
[PATCH 0/3] drm/i915: Split VLV forcewake routines
2013-11-26 10:12 UTC (9+ messages)
` [PATCH 1/3] drm/i915: Add power well arguments to force wake routines
` [PATCH 2/3] drm/i915/vlv: Valleyview support for forcewake Individual power wells
` [PATCH 3/3] drm/i915: Enabling DebugFS for valleyview forcewake counts
[PATCH] drm/i915: Drop forcewake w/a for missed interrupts/seqno on Sandybridge
2013-11-26 9:29 UTC (3+ messages)
[PATCH] VPG [BDW] drm/i915/bdw: DP aux channel control timeout change
2013-11-26 9:24 UTC (2+ messages)
[PATCH 00/12] PPGTT pre-work
2013-11-26 9:21 UTC (28+ messages)
` [PATCH 01/12] drm/i915: Fix BDW PPGTT error path
` [PATCH 02/12] drm/i915: Provide PDP updates via MMIO
` [PATCH 03/12] drm/i915: Add a few missed bits to the mm
` [PATCH 04/12] drm/i915: Don't unconditionally try to deref aliasing ppgtt
` [PATCH 05/12] drm/i915: Disallow dynamic ppgtt param modification
` [PATCH 06/12] drm/i915: Demote drop_caches_set print
` [PATCH 07/12] drm/i915: Removed unused vm args
` [PATCH 08/12] drm/i915: Remove defunct ctx switch comments
` [PATCH 09/12] drm/i915: Missed dropped VMA conversion
` [PATCH 10/12] drm/i915: Allow ggtt lookups to not WARN
` [PATCH 11/12] drm/i915: Takedown drm_mm on failed gtt setup
` [PATCH 12/12] drm/i915: Move the gtt mm takedown to cleanup
[PATCH] tests/igt: Add runtime environment checks
2013-11-26 8:09 UTC
[PATCH] lib/drmtest: Fix filedesc leak on gem_quiescent_gpu
2013-11-26 7:26 UTC
[Mesa-dev] [PATCH] dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888
2013-11-25 20:30 UTC (14+ messages)
` [Intel-gfx] "
` [Intel-gfx] "
` i830 watermark problems - status?
[PATCH 2/2] drm/i915: split intel_ddi_pll_mode_set in 2 pieces
2013-11-25 17:27 UTC (2+ messages)
` [PATCH] "
[PATCH igt 1/2] rendercopy: Pass context to rendercopy functions
2013-11-25 16:51 UTC (8+ messages)
` [PATCH igt 2/2] kms_fbc_crc: Add a CRC based FBC test
` [PATCH 1/2] lib: Add gem_sw_finish()
` [PATCH v2 2/2] kms_fbc_crc: Add a CRC based FBC test
` [PATCH igt 1/2] lib: Add gem_bo_busy
` [PATCH igt v3 2/2] kms_fbc_crc: Add a CRC based FBC test
[PATCH] drm/i915: Retry reading DPCD when bogus values are read
2013-11-25 16:16 UTC (4+ messages)
[PATCH 0/9] drm/i915: Some more FBC stuff
2013-11-25 15:19 UTC (17+ messages)
` [PATCH 1/9] drm/i915: Don't set the fence number in DPFC_CTL on SNB
` [PATCH 8/9] drm/i915: Hook up dirtyfb ioctl for FBC nuke
` [PATCH v2 8/9] drm/i915: Nuke FBC from SW_FINISH ioctl
` [PATCH v3 "
` [PATCH 9/9] drm/i915: Flush caches for scanout during cpu->gtt move
[PATCH 0/8] support for multiple power wells
2013-11-25 14:37 UTC (20+ messages)
` [PATCH v2 2/8] drm/i915: "
` [PATCH v2 3/8] drm/i915: add always-on power wells instead of special casing them
` [PATCH v2 4/8] drm/i915: use IS_HASWELL/BROADWELL instead of HAS_POWER_WELL
` [PATCH v2 6/8] drm/i915: don't do BDW/HSW specific powerdomains init on other platforms
` [PATCH v2 7/8] drm/i915: add a default always-on power well
` [PATCH v2 8/8] drm/i915: add a debugfs entry for power domain info
[PATCH 0/4] xf86-video-intel DRI3 and Present patch series
2013-11-25 13:49 UTC (2+ messages)
Patch
2013-11-25 8:58 UTC (3+ messages)
[PATCH] drm/i915: Prefer setting PTE cache age to 3
2013-11-25 8:50 UTC (5+ messages)
[PATCH] drm/i915: Fix module unloading with DRM_I915_UMS=n
2013-11-25 8:41 UTC (4+ messages)
[PATCH] xwayland: device isn't even open that explains why drmGetCap
2013-11-24 17:02 UTC
[PATCH] i915, debugfs: Fix uninitialized warning
2013-11-23 13:51 UTC (5+ messages)
[PATCH] drm/i915/vlv: Add VLV specific force wake routines
2013-11-23 4:56 UTC (7+ messages)
[QA] Testing report for `drm-intel-testing` (was: Updated -next) on ww47
2013-11-23 2:26 UTC
BIOS fb wrapping
2013-11-22 23:29 UTC (8+ messages)
` [PATCH 2/5] drm/i915: retrieve current fb config into new plane_config structure at init
Fix gen8 rendercopy instruction lengths
2013-11-22 18:26 UTC (5+ messages)
` [PATCH 1/4] rendercopy/bdw: Fix the STATE_SIP instruction length
` [PATCH 2/4] rendercopy/bdw: Fix the various 3DSTATE_CONSTANT_* "
` [PATCH 3/4] rendercopy/bdw: Fix the 3DSTATE_HIER_DEPTH_BUFFER "
` [PATCH 4/4] rendercopy/bdw: Fix the 3DSTATE_STENCIL_BUFFER "
[PATCH 1/2] intel_dump_decode: Actually parse the -d option
2013-11-22 17:33 UTC (2+ messages)
` [PATCH 2/2] intel_dump_decode: Support the INTEL_DEVID_OVERRIDE env variable
[PATCH] drm/i915: setup workarounds on reset
2013-11-22 13:27 UTC (4+ messages)
[PATCH v3 06/10] drm/i915: Implement LRI based FBC tracking
2013-11-22 4:20 UTC (6+ messages)
` [PATCH v4 "
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