messages from 2015-03-12 11:10:35 to 2015-03-16 09:59:06 UTC [more...]
[PATCH] drm/i915: Fix sink crc connector iteration
2015-03-16 10:00 UTC (6+ messages)
` [PATCH] drm/i915: Make for_each_intel_* macros typesafe
[PATCH 00/13] drm/i915: Clean up the DP link rate code
2015-03-16 9:37 UTC (25+ messages)
` [PATCH 01/13] drm/i915: Make the DP rates int instead of uint32_t
` [PATCH 02/13] drm/i915: Store the converted link rates in intel_dp->supported_rates[]
` [PATCH 03/13] drm/i915: Don't copy the DP source rates arrays
` [PATCH 04/13] drm/i915: Don't copy sink rates either
` [PATCH 05/13] drm/i915: Remove special case from intel_supported_rates()
` [PATCH 06/13] drm/i915: Fully separate source vs. sink rates
` [PATCH 07/13] drm/i915: Hide the source vs. sink rate handling from intel_dp_compute_config()
` [PATCH 08/13] drm/i915: Fix max link rate in intel_dp_mode_valid()
` [PATCH 09/13] drm/i915: Use DP_LINK_RATE_SET whenever possible
` [PATCH 10/13] drm/i915: Fix MST link rate handling
` [PATCH 11/13] drm/i915: Avoid overflowing the DP link rate arrays
` [PATCH 12/13] drm/i915: Add eDP intermediate frequencies for CHV
` [PATCH 13/13] drm/i915: Include the sink/source/supported rates in debug output
` [PATCH 14/13] drm/i915: Unconfuse DP link rate array names
commit 440fd52 drm/mm: Support 4GiB and larger ranges oops on 32bit kernel
2015-03-16 9:06 UTC (5+ messages)
[PATCH i-g-t 01/10] tests/kms_psr_sink_crc: Make blt visible to human eyes
2015-03-16 9:07 UTC (13+ messages)
` [PATCH i-g-t 02/10] tests/kms_psr_sink_crc: Make render "
` [PATCH i-g-t 03/10] tests/kms_psr_sink_crc: Make mmaps "
` [PATCH i-g-t 04/10] tests/kms_psr_sink_crc: Make plane_move "
` [PATCH i-g-t 05/10] tests/kms_psr_sink_crc: Add manual mode
` [PATCH i-g-t 06/10] lib/igt_aux: Introduce igt_debug_warn_and_wait_for_key
` [PATCH i-g-t 07/10] tests/kms_psr_sink_crc: Use pressed key to pass/fail
` [PATCH i-g-t 08/10] tests/kms_psr_sink_crc: remove timeout option from wait_psr_entry
` [PATCH i-g-t 09/10] test/kms_psr_sink_crc: Split plane setup operations
` [PATCH i-g-t 10/10] test/kms_psr_sink_crc: Add dpms off/on tests
Preventing zero GPU virtual address allocation
2015-03-16 8:52 UTC (17+ messages)
` [Intel-gfx] "
` [Beignet] "
[PATCH 1/7] drm/i915: PSR: Remove wrong LINK_DISABLE
2015-03-16 5:31 UTC (10+ messages)
` [PATCH 2/7] drm/i915: PSR: Fix DP_PSR_NO_TRAIN_ON_EXIT logic
` [PATCH 3/7] drm/i915: PSR: deprecate link_standby support for core platforms
` [PATCH 6/7] drm/i915: VLV/CHV PSR: Increase wait delay time before active PSR
` [PATCH 7/7] drm/i915: Enable PSR by default
[RFC v5 0/9] Crystalcove (CRC) PMIC based panel and pwm control
2015-03-16 4:42 UTC (17+ messages)
` [RFC v5 1/9] drivers/mfd: Add lookup table for Panel Control as GPIO signal
` [RFC v5 2/9] gpio/crystalcove: Add additional GPIO for Panel control
` [RFC v5 3/9] drm/i915: Use the CRC gpio for panel enable/disable
` [PATCH "
` [RFC v5 4/9] drivers/pwm: Add helper to configure pwm using clock divisor and duty percent
` [PATCH "
` [RFC v5 5/9] drivers/mfd: Add PWM cell device for Crystalcove PMIC
` [RFC v5 6/9] drivers/pwm: Add Crystalcove (CRC) PWM driver
` [RFC v5 7/9] drivers/pwm: Remove __init initializer for pwm_add_table
` [RFC v5 8/9] drivers/mfd: ADD PWM lookup table for CRC PMIC based PWM
` [RFC v5 9/9] drm/i915: Backlight control using CRC PMIC based PWM driver
linux-next: manual merge of the drm tree with the drm-intel-fixes tree
2015-03-16 2:30 UTC
[PATCH 00/21] skylake display scalers
2015-03-15 5:55 UTC (22+ messages)
` [PATCH 01/21] drm/i915: Adding drm helper function drm_plane_from_index()
` [PATCH 02/21] drm/i915: Register definitions for skylake scalers
` [PATCH 03/21] drm/i915: Enable get_colorkey functions for primary plane
` [PATCH 04/21] drm/i915: skylake scaler structure definitions
` [PATCH 05/21] drm/i915: Initialize skylake scalers
` [PATCH 06/21] drm/i915: Dump scaler_state too as part of dumping crtc_state
` [PATCH 07/21] drm/i915: Helper function to update skylake scaling ratio
` [PATCH 08/21] drm/i915: Add helper function to update scaler_users in crtc_state
` [PATCH 09/21] drm/i915: Add atomic function to setup scalers scalers for a crtc
` [PATCH 10/21] drm/i915: Helper function to detach a scaler from a plane or crtc
` [PATCH 11/21] drm/i915: Ensure planes begin with no scaler
` [PATCH 12/21] drm/i915: Ensure colorkey and scaling aren't enabled at same time
` [PATCH 13/21] drm/i915: Preserve scaler state when clearing crtc_state
` [PATCH 14/21] drm/i915: use current scaler state during readout_hw_state
` [PATCH 15/21] drm/i915: Update scaling ratio as part of crtc_compute_config
` [PATCH 16/21] drm/i915: Ensure setting up scalers into staged crtc_state
` [PATCH 17/21] drm/i915: copy staged scaler state from drm state to crtc->config
` [PATCH 18/21] drm/i915: stage panel fitting scaler request for fixed mode panel
` [PATCH 19/21] drm/i915: Enable skylake panel fitting using skylake shared scalers
` [PATCH 20/21] drm/i915: Enable skylake primary plane scaling using "
` [PATCH 21/21] drm/i915: Enable skylake sprite "
[PATCH 0/5] drm/dp: i2c-over-aux short write support
2015-03-14 5:02 UTC (7+ messages)
` [PATCH 1/5] drm/dp: s/I2C_STATUS/I2C_WRITE_STATUS_UPDATE/
` [PATCH 2/5] drm/i915: Handle DP_AUX_I2C_WRITE_STATUS_UPDATE
` [PATCH 3/5] drm/radeon: "
` [PATCH 4/5] drm/tegra: Handle I2C_WRITE_STATUS_UPDATE for address only writes
` [PATCH 5/5] drm/dp: Use I2C_WRITE_STATUS_UPDATE to drain partial I2C_WRITE requests
Commit 0e32b39c ("drm/i915: add DP 1.2 MST support (v0.7)") breaking DP audio on T440s
2015-03-14 3:19 UTC
[PATCH] drm/i915: Fix vmap_batch page iterator overrun
2015-03-14 2:45 UTC (5+ messages)
[PATCH v2 00/19] Remove depencies on staged config for atomic transition
2015-03-14 0:29 UTC (21+ messages)
` [PATCH 01/19] drm/i915: Add intel_atomic_get_crtc_state() helper function
` [PATCH 02/19] drm/i915: Pass acquire ctx also to intel_release_load_detect_pipe()
` [PATCH 03/19] drm/i915: Allocate a drm_atomic_state for the legacy modeset code
` [PATCH 04/19] drm/i915: Allocate a crtc_state also when the crtc is being disabled
` [PATCH 05/19] drm/i915: Update dummy connector atomic state with current config
` [PATCH 06/19] drm/i915: Implement connector state duplication
` [PATCH 07/19] drm/i915: Copy the staged connector config to the legacy atomic state
` [PATCH 08/19] drm/i915: Don't use encoder->new_crtc in intel_modeset_pipe_config()
` [PATCH 09/19] drm/i915: Don't use encoder->new_crtc in compute_baseline_pipe_bpp()
` [PATCH 10/19] drm/i915: Don't depend on encoder->new_crtc in intel_dp_compute_config()
` [PATCH 11/19] drm/i915: Don't depend on encoder->new_crtc in intel_hdmi_compute_config
` [PATCH 12/19] drm/i915: Use atomic state in intel_ddi_crtc_get_new_encoder()
` [PATCH 13/19] drm/i915: Don't use staged config in intel_dp_mst_compute_config()
` [PATCH 14/19] drm/i915: Don't use encoder->new_crtc in intel_lvds_compute_config()
` [PATCH 15/19] drm/i915: Pass an atomic state to modeset_global_resources() functions
` [PATCH 16/19] drm/i915: Check lane sharing between pipes B & C using atomic state
` [PATCH 17/19] drm/i915: Convert intel_pipe_will_have_type() to "
` [PATCH 18/19] drm/i915: Don't look at staged config crtc when changing DRRS state
` [PATCH 19/19] drm/i915: Remove usage of encoder->new_crtc from clock computations
Updated drm-intel-testing
2015-03-13 21:20 UTC
[PATCH] drm/i915: add psr toggle to debugfs
2015-03-13 20:46 UTC (4+ messages)
[PATCH 1/5] lib/core: add interactive debug point to igt_fail
2015-03-13 17:43 UTC (5+ messages)
` [PATCH 2/5] lib/debugfs: Add igt_assert_crc_equal
` [PATCH 3/5] tests: Remove usage of igt_crc_equal and _non_null
` [PATCH 4/5] lib: Only warn about suspicious CRCs
` [PATCH 5/5] tests/kms_cursor_crc: Add dpms and suspend tests
[PATCH i-g-t] lib: print a stack trace when a test assertion fails
2015-03-13 17:25 UTC (2+ messages)
[PATCH i-g-t] tests: create a single combined test list
2015-03-13 17:22 UTC (2+ messages)
[PATCH 00/51] Remove the outstanding_lazy_request
2015-03-13 17:09 UTC (10+ messages)
` [PATCH 00/53] "
` [PATCH 20/53] drm/i915: Update ppgtt_init_ring() & context_enable() to take requests
` [PATCH 52/53] drm/i915: Remove the now obsolete 'outstanding_lazy_request'
[PATCH i-g-t 1/2] tests/core_getparams: Create new test core_getparams
2015-03-13 17:03 UTC (17+ messages)
` [PATCH i-g-t 2/2] configure: Bump required libdrm version to 2.4.60
` [Intel-gfx] "
` [Beignet] "
` [Beignet] "
` [PATCH i-g-t v2] tests/core_getparams: Create new test core_getparams
` [PATCH i-g-t v3] "
` [Intel-gfx] "
` [Beignet] "
` [Beignet] "
[PATCH] drm/i915: Export total subslice and EU counts
2015-03-13 17:03 UTC (5+ messages)
` [Beignet] "
[PATCH] drm/i915: Ensure plane->state->fb stays in sync with plane->fb
2015-03-13 12:38 UTC (4+ messages)
[patch] drm/i915/skl: cleanup an indenting issue
2015-03-13 10:48 UTC
[PATCH v2] drm/i915: Optimistically spin for the request completion
2015-03-13 9:33 UTC (12+ messages)
` [PATCH v3] "
[PATCH 02/18] drm/i915/skl: Implement WaDisableHBR2
2015-03-13 9:21 UTC (6+ messages)
` [PATCH v2] "
[PATCH v4 00/11] Added missing changes for Turbo feature on SKL
2015-03-12 22:08 UTC (2+ messages)
[PATCH 2/2] Query the driver directly for compute units and subslice
2015-03-12 20:52 UTC (4+ messages)
` [PATCH 2/2 v2] "
` [Beignet] "
[PATCH i-g-t 0/2] Confirm full SSEU enable on Gen9+
2015-03-12 17:54 UTC (4+ messages)
` [PATCH i-g-t 2/2] tests/pm_sseu: Create new test pm_sseu
` [PATCH i-g-t 2/2 v2] "
[PATCH i-g-t 1/2] lib: Add media spin
2015-03-12 17:52 UTC (2+ messages)
` [PATCH i-g-t 1/2 v2] "
[ANNOUNCE] intel-gpu-tools 1.10
2015-03-12 17:27 UTC
[PATCH] drm/i915: redefine WARN_ON_ONCE to include the condition
2015-03-12 16:52 UTC (2+ messages)
[PATCH i-g-t 01/15] tests/kms_psr_sink_crc: Make blt visible to human eyes
2015-03-12 16:07 UTC (5+ messages)
` [PATCH i-g-t 06/15] lib: s/IGT_DEBUG_INTERACTIVE/--interactive-debug=var
` [PATCH i-g-t] lib: move igt_interactive_debug into igt_core.c
[PATCH v2] drm/i915: Fix BUG in i915_gem.c when switch to console
2015-03-12 16:00 UTC (4+ messages)
[PATCH 0/2] Crystal Cove PMIC based Panel Control
2015-03-12 15:06 UTC (6+ messages)
` [PATCH 1/2] gpio/crystalcove: Export Panel and backlight en/disable signals as GPIO
[PATCH i-g-t v3 00/13] Testing the Y tiled display
2015-03-12 14:36 UTC (2+ messages)
[PATCH i-g-t] lib/fb: Use PRIx64 for uint64_t in format string
2015-03-12 14:34 UTC
[PATCH 00/23] Remove depencies on staged config for atomic transition
2015-03-12 12:28 UTC (5+ messages)
` [PATCH 05/23] drm/i915: Allocate a drm_atomic_state for the legacy modeset code
[PATCH v2] drm/i915: Do not use ggtt_view with (aliasing) PPGTT
2015-03-12 12:21 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