messages from 2015-04-17 14:11:19 to 2015-04-22 15:46:58 UTC [more...]
[PATCH v2 00/22] Enable gpu switching on the MacBook Pro
2015-08-11 10:29 UTC (3+ messages)
` [PATCH v2 12/22] drm/i915: Preserve SSC earlier
` [PATCH v2 13/22] drm/i915: Reprobe eDP and LVDS connectors on hotplug event
[PATCH i-g-t 0/7] kms_rotation_crc cleanups
2015-04-22 15:46 UTC (4+ messages)
` [PATCH i-g-t 1/7] kms_rotation_crc: Local framebuffers do not need to be global
` [PATCH i-g-t 2/7] kms_rotation_crc: Framebuffer used for initial modeset does not need to be painted
` [PATCH i-g-t 3/7] kms_rotation_crc: Remove unused variable in negative test
[PATCH] lib/scatterlist: fix kerneldoc for sg_pcopy_{to, from}_buffer()
2015-04-22 15:01 UTC (2+ messages)
Intel Driver and 4K video output
2015-04-22 14:27 UTC (2+ messages)
[PATCH RFC 0/5] Convert planes and crtc state updates to atomic
2015-04-22 14:18 UTC (7+ messages)
` [PATCH RFC 1/5] drm/i915: Get rid of intel_crtc_disable and related code
` [PATCH RFC 2/5] drm/i915: Only update required power domains
` [PATCH RFC 3/5] drm/i915: use intel_crtc_control everywhere
` [PATCH RFC 4/5] drm/i915: make plane helpers fully atomic
` [PATCH RFC 5/5] drm/i915: Implement intel_crtc_toggle using atomic state
[PATCH v3 00/15] *** Command submission via GuC for SKL ***
2015-04-22 14:02 UTC (31+ messages)
` [PATCH v3 01/15] drm/i915: Add guc firmware interface headers
` [PATCH v3 02/15] drm/i915: Add i915_gem_object_write() to i915_gem.c
` [PATCH v3 03/15] drm/i915: Unified firmware loading mechanism
` [PATCH v3 04/15] drm/i915: GuC firmware loader
` [PATCH v3 05/15] drm/i915: Defer default hardware context initialisation until first open
` [PATCH v3 06/15] drm/i915: Move execlists defines from .c to .h
` [PATCH v3 07/15] drm/i915: Add functions to allocate / release gem obj for GuC
` [PATCH v3 08/15] drm/i915: Functions to support command submission via GuC
` [PATCH v3 09/15] drm/i915: Integration of GuC client
` [PATCH v3 10/15] drm/i915: Interrupt routing for GuC scheduler
` [PATCH v3 11/15] drm/i915: Enable commands submission via GuC
` [PATCH v3 12/15] drm/i915: debugfs of GuC status
` [PATCH v3 13/15] drm/i915: Enable GuC firmware log
` [PATCH v3 14/15] drm/i915: Taking forcewake during GuC load
` [PATCH v3 15/15] Documentation/drm: kerneldoc for GuC
[PATCH 1/2] lib/igt_kms: Let set_property return the result
2015-04-22 13:37 UTC (8+ messages)
` [PATCH 2/2] kms_rotation_crc: Adding test for 90/270 rotation
` [PATCH] "
[PATCH i-g-t] tests/Android.mk : skip kms_legacy_colorkey if no cairo
2015-04-22 9:29 UTC
[PATCH -next] drm/i915/audio: remove duplicated include from intel_audio.c
2015-04-22 2:50 UTC (5+ messages)
` [Intel-gfx] "
NULL ptr dereference in current i915 driver
2015-04-21 23:36 UTC
git pull] drm for v4.1-rc1
2015-04-21 21:12 UTC (2+ messages)
[PATCH V7] Displayport compliance testing V7
2015-04-21 18:09 UTC (11+ messages)
` [PATCH 1/5] drm/i915: Move Displayport test request and sink IRQ logic to intel_dp_detect()
` [PATCH] "
` [PATCH 4/8] "
` [PATCH 2/5] drm: Add edid_corrupt flag for Displayport Link CTS 4.2.2.6
` [PATCH 3/5] drm/i915: Implement the intel_dp_autotest_edid function for DP EDID complaince tests
` [PATCH 4/5] drm: Fix for DP CTS test 4.2.2.5 - I2C DEFER handling
` [PATCH 5/5] drm/i915: Add debugfs test control files for Displayport compliance testing
[PATCH v2] drm/i915: cope with large i2c transfers
2015-04-21 17:12 UTC (2+ messages)
[PATCH] drm/i915/skl: Disallow tiling changes during page flip
2015-04-21 17:09 UTC (2+ messages)
[PATCH] drm/i915: cope with large i2c transfers
2015-04-21 16:16 UTC (3+ messages)
[PATCH i-g-t] tools/quick_dump/makefile.am: add -lrt to get clock_gettime
2015-04-21 16:08 UTC
[PATCH 00/35] Make legacy modeset a lot more atomic-like
2015-04-21 15:21 UTC (37+ messages)
` [PATCH 01/35] drm/i915: Remove implicitly disabling primary plane for now
` [PATCH 02/35] drm/i915: Add a way to disable planes without updating state
` [PATCH 03/35] drm/i915: Use the disable callback for disabling planes
` [PATCH 04/35] drm/i915: get rid of primary_enabled and use atomic state
` [PATCH 05/35] drm/i915: Move intel_(pre_disable/post_enable)_primary to intel_display.c, and use it there
` [PATCH 06/35] drm/i915: Rename intel_crtc_dpms_overlay
` [PATCH 07/35] drm/i915: Move toggling planes out of crtc enable/disable
` [PATCH 08/35] drm/i915: Don't check for NULL before freeing state
` [PATCH 09/35] drm/i915: Call drm helpers when duplicating crtc and plane states
` [PATCH 10/35] drm/i915: Use for_each_connector_in_state helper macro
` [PATCH 11/35] drm/i915: Extract mode_changed computation out of stage_output_config()
` [PATCH 12/35] drm/i915: Add crtc states before calling compute_config()
` [PATCH 13/35] drm/i915: Don't pretend we can calculate multiple pipe_configs
` [PATCH 14/35] drm/i915: Calculate a new pipe_config based on new enabled state
` [PATCH 15/35] drm/i915: Remove all *_pipes flags from modeset
` [PATCH 16/35] drm/i915: Remove saved_mode from __intel_set_mode()
` [PATCH 17/35] drm/i915: Move compute part of __intel_set_mode() to separate function
` [PATCH 18/35] drm/i915: Simplify error handling in __intel_set_mode()
` [PATCH 19/35] drm/i915: Don't modeset with old mode when set_crtc fails
` [PATCH 20/35] drm/i915: Add primary plane to atomic state in legacy modeset
` [PATCH 21/35] drm/i915: Delete fb, x and y parameters from mode set functions
` [PATCH 22/35] drm/i915: Don't use struct intel_set_config *_changed flags
` [PATCH 23/35] drm/i915: Don't use staged config to calculate mode_changed flags
` [PATCH 24/35] drm/i915: Unify modeset and flip paths of intel_crtc_set_config()
` [PATCH 25/35] drm/i915: Simplify intel_set_config_compute_mode_changes() a bit
` [PATCH 26/35] drm/i915: Stage new modeset state straight into atomic state
` [PATCH 27/35] drm/i915: Remove save/restore logic from intel_crtc_set_config()
` [PATCH 28/35] drm/i915: Update crtc state active flag based on DPMS
` [PATCH 29/35] drm/atomic: Make mode_fixup() optional for check_modeset()
` [PATCH 30/35] drm/i915: Use atomic helpers for computing changed flags
` [PATCH 31/35] drm/i915: Take ownership of atomic state on success in intel_set_mode()
` [PATCH 32/35] drm/i915: Preserve shared DPLL information in new pipe_config
` [PATCH 33/35] drm/i915: Don't use plane update helper in legacy mode set
` [PATCH 34/35] drm/i915: Swap atomic state in legacy modeset
` [PATCH 35/35] drm/i915: Get rid of intel_crtc_set_state()
[PATCH intel-gpu-tools 0/3] Add support for non-intel GPUs
2015-04-21 15:06 UTC (5+ messages)
` [PATCH intel-gpu-tools 1/3] drmtest: Add non-i915 device open helpers
` [PATCH intel-gpu-tools 2/3] tests: core: Open any DRM device
` [PATCH intel-gpu-tools 3/3] drm-lib: Skip test when not running on i915
[PATCH i-g-t] lib/drmtest.h : fix mmap64 again
2015-04-21 13:53 UTC
[PATCH 00/17] i915_gem_gtt.c polish
2015-04-21 13:36 UTC (26+ messages)
` [PATCH 01/17] drm/i915: Move gen8 clear_range vfunc setup into common code
` [PATCH 02/17] drm/i915: Move vma vfuns to adddress_space
` [PATCH 03/17] drm/i915: Clean up aliasing ppgtt correctly on error paths
` [PATCH 04/17] drm/i915: Unify aliasing ppgtt handling
` [PATCH 05/17] drm/i915: Move PTE_READ_ONLY to ->pte_encode vfunc
` [PATCH 08/17] drm/i915: Don't look at pg_dirty_rings for aliasing ppgtt
` [PATCH 09/17] drm/i915: Don't use atomics for pg_dirty_rings
` [PATCH 10/17] drm/i915: Remove misleading comment around bind_to_vm
` [PATCH 17/17] drm/i915: Move i915_get_ggtt_vma_pages into ggtt_bind_vma
[PATCH 11/17] drm/i915: Fix up the vma aliasing ppgtt binding
2015-04-21 13:29 UTC (3+ messages)
` [PATCH] "
[PATCH] drm/i915: Don't read dpcd for disconnected ports
2015-04-21 12:24 UTC (2+ messages)
[RFC] drm/i915/skl: Use plane update function from mmio flips
2015-04-21 12:18 UTC (5+ messages)
[PATCH] drm/i915: Sink rate read should be saved in deca-kHz
2015-04-21 10:31 UTC (2+ messages)
[PATCH i-g-t] docs: avoid escaping characters in documentation comments
2015-04-21 10:03 UTC
[PATCH] drm/i915/skl: Support Y tiling in MMIO flips
2015-04-21 9:05 UTC (8+ messages)
[PATCH] drm/i915: add psr toggle to debugfs
2015-04-20 20:42 UTC (10+ messages)
[Contact] Ubuntu 14.04 no longer supported?
2015-04-20 20:34 UTC (4+ messages)
[PATCH] tests: Add KMS blob-property test
2015-04-20 18:24 UTC
[PATCH] drm/i915: Do not leak VMAs (and PPGTT VMs) of imported flinked objects
2015-04-20 16:57 UTC (7+ messages)
Intel-gfx Digest, Vol 86, Issue 409
2015-04-20 16:29 UTC (3+ messages)
[PATCH i-g-t] tests/gem_ppgtt: Check for vm leaks with flink and ppgtt
2015-04-20 16:25 UTC (5+ messages)
[PATCH v3] drm/i915: Add debugfs to read/write any DPCD register
2015-04-20 16:19 UTC (4+ messages)
[PATCH] Enable dithering for NS 2501 DVO
2015-04-20 16:12 UTC (2+ messages)
[PATCH] drm/i915: Fixup kerneldoc for struct intel_context
2015-04-20 16:07 UTC (3+ messages)
[PATCH] drm/i915: Fix view type in warning message
2015-04-20 15:52 UTC (3+ messages)
[PATCH v2] drm/i915: Add debugfs to read any DPCD register
2015-04-20 15:44 UTC (7+ messages)
[PATCH 1/5] drm/i915: PSR: Remove wrong LINK_DISABLE
2015-04-20 14:43 UTC (7+ messages)
` [PATCH 5/5] drm/i915: Enable PSR by default
[intel-gfx][PATCH] Displayport Compliance User Application
2015-04-20 14:13 UTC (7+ messages)
` [PATCH] igt/dp: Displayport Compliance Testing - Userspace Component
[PATCH 1/8] drm/i915: Remove implicitly disabling primary plane for now
2015-04-20 8:20 UTC (3+ messages)
` [PATCH 8/8] drm/i915: Move atomic crtc update checking to the check crtc function
[RFC 1/4] drm/i915: Convert requests to use struct fence
2015-04-20 5:13 UTC (6+ messages)
` [RFC, "
[PATCH 04/11] drm/i915: Add EDID read in intel_dp_check_link_status() for Link CTS 4.2.2.1
2015-04-20 5:10 UTC (8+ messages)
` [PATCH 04/13] "
[PATCH i-g-t] tests/tools_test: Find tools in source or installed locations
2015-04-17 22:10 UTC
[RFC 0/4] Convert requests to use struct fence
2015-04-17 18:57 UTC (3+ messages)
` [RFC 2/4] drm/i915: Removed now redudant parameter to i915_gem_request_completed()
[PATCH] drm/i915: fix for_each_digital_port
2015-04-17 16:31 UTC (5+ messages)
` [PATCH v2 1/2] drm/i915: factor out ddi_get_encoder_port
` [PATCH v2 2/2] drm/i915: fix intel_prepare_ddi
[PATCH 1/2] drm/i915: do not clear mappings beyond VMA size
2015-04-17 15:20 UTC (2+ messages)
[PATCH 2/2] drm/i915: do not make assumptions on GGTT VMA sizes
2015-04-17 15:19 UTC (2+ messages)
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