intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-31 20:40:33 to 2015-04-02 12:25:36 UTC [more...]

[PULL] drm-intel-fixes
 2015-04-02 12:25 UTC 

[PATCH] Correct drm display mode table about 1856x1392 @75Hz mode
 2015-04-02 12:11 UTC  (2+ messages)

[PATCH 0/6] Remove more staged config usage
 2015-04-02 11:48 UTC  (7+ messages)
` [PATCH 1/6] drm/i915: Don't use staged config for VLV cdclk calculations
` [PATCH 2/6] drm/i915: Don't use intel_crtc->new_config in pll calculation code
` [PATCH 3/6] drm/i915: Remove intel_crtc->new_config
` [PATCH 4/6] drm/i915: Don't use staged config in check_digital_port_conflicts()
` [PATCH 5/6] drm/i915: Don't use staged config in check_encoder_cloning()
` [PATCH 6/6] drm/i915: Don't use staged config in intel_mst_pre_enable_dp()

A picking of low hanging fruit
 2015-04-02 11:39 UTC  (6+ messages)
` [PATCH 02/49] drm/i915: Agressive downclocking on Baytrail
` [PATCH 08/49] drm/i915: Re-enable RPS wait-boosting for all engines

[PATCH] drm: Return current vblank value for drmWaitVBlank queries
 2015-04-02 11:34 UTC  (2+ messages)
` [PATCH] drm: Defer disabling the vblank IRQ until the next interrupt (for instant-off)

[RFC i-g-t] tests/gem_exec_pad_to_size: Test object padding at execbuf
 2015-04-02 11:02 UTC  (16+ messages)
` [RFC i-g-t v2] "
` [RFC i-g-t v3] "
` [RFC i-g-t v4] "

Kernel panic every other reboot/poweroff since 3.19.3 ( commit 9a6f5130143 )
 2015-04-02 11:02 UTC  (4+ messages)
      ` [Intel-gfx] "

[PATCH 1/8] drm/i915/skl: Add support to load SKL CSR firmware
 2015-04-02 10:51 UTC  (4+ messages)

[PATCH 1/2] drm/i915/vlv: save/restore the power context base reg
 2015-04-02 10:41 UTC  (7+ messages)
` [PATCH 2/2] drm/i915/vlv: remove wait for previous GFX clk disable request

All sort of cdclk stuff
 2015-04-02 10:16 UTC  (6+ messages)
` [PATCH 19/19] drm/i915: Modeset global_pipes() update

[PATCH] drm/i915: Allow disabling the destination colorkey for overlay
 2015-04-02 10:10 UTC  (2+ messages)

[PATCH] drm/i915: Make debugfs/i915_gem_request more friendly
 2015-04-02 10:07 UTC  (4+ messages)

[PATCH 00/12] drm: Fix various static analysis issues
 2015-04-02 10:07 UTC  (14+ messages)
` [PATCH 01/12] intel: Validate bo_fake before using
` [PATCH 02/12] intel: Validate output of realloc()
` [PATCH 03/12] intel: Use snprintf instead of sprintf
` [PATCH 04/12] intel: Validate pointer before using
` [PATCH 05/12] xf86drm: Avoid negative array index value
` [PATCH 06/12] xf86drmSL: Check function return value
` [PATCH 07/12] intel: Validate memory allocations
` [PATCH 08/12] drm: "
` [PATCH 09/12] xf86drmSL: Check memory allocation by SL_RANDOM_INIT()
` [PATCH 10/12] xf86drmHash: Check memory allocation in HashHash()
` [PATCH 11/12] xf86drm: Validate function return value
` [PATCH 12/12] xf86drmSL: Add missing function call to SLLocate()

[PATCH 1/2] drm/i915/skl: Allow universal planes to position
 2015-04-02  8:55 UTC  (7+ messages)
` [PATCH 2/2] drm/i915/skl: Support for 90/270 rotation

[PATCH] uxa: Do not use RandR in hotplug if not available
 2015-04-02  8:49 UTC  (2+ messages)

[PATCH] drm/i915: Reject the colorkey ioctls for primary and cursor planes
 2015-04-02  8:31 UTC  (3+ messages)

[PATCH] drm/i915: Rip out GET_SPRITE_COLORKEY ioctl
 2015-04-02  8:27 UTC  (3+ messages)

[PULL] topic/drm-fixes
 2015-04-02  8:17 UTC 

community code of conduct for intel-gfx
 2015-04-02  7:48 UTC 

looks like a issue in do_switch() and mi_set_context() in i915_gem_context.c?
 2015-04-02  7:17 UTC  (4+ messages)

[PATCH] drm/i915/skl: Enabling PSR2 SU with frame sync
 2015-04-02  6:33 UTC  (3+ messages)

[PATCH 00/20] skylake display scalers
 2015-04-02  2:59 UTC  (21+ messages)
` [PATCH 01/20] drm/i915: Adding drm helper function drm_plane_from_index()
` [PATCH 02/20] drm/i915: Register definitions for skylake scalers
` [PATCH 03/20] drm/i915: skylake scaler structure definitions
` [PATCH 04/20] drm/i915: Initialize plane colorkey to NONE
` [PATCH 05/20] drm/i915: Initialize skylake scalers
` [PATCH 06/20] drm/i915: Convert primary plane 16.16 values to regular ints
` [PATCH 07/20] drm/i915: Dump scaler_state too as part of dumping crtc_state
` [PATCH 08/20] drm/i915: Helper function to update skylake scaling ratio
` [PATCH 09/20] drm/i915: Add helper function to update scaler_users in crtc_state
` [PATCH 10/20] drm/i915: Add atomic function to setup scalers scalers for a crtc
` [PATCH 11/20] drm/i915: Helper function to detach a scaler from a plane or crtc
` [PATCH 12/20] drm/i915: Preserve scaler state when clearing crtc_state
` [PATCH 13/20] drm/i915: use current scaler state during readout_hw_state
` [PATCH 14/20] drm/i915: Update scaling ratio as part of crtc_compute_config
` [PATCH 15/20] drm/i915: Ensure setting up scalers into staged crtc_state
` [PATCH 16/20] drm/i915: copy staged scaler state from drm state to crtc->config
` [PATCH 17/20] drm/i915: stage panel fitting scaler request for fixed mode panel
` [PATCH 18/20] drm/i915: Enable skylake panel fitting using skylake shared scalers
` [PATCH 19/20] drm/i915: Enable skylake primary plane scaling using "
` [PATCH 20/20] drm/i915: Enable skylake sprite "

[PATCH] drm/i915: Dont enable CS_PARSER_ERROR interrupts at all
 2015-04-02  0:50 UTC  (2+ messages)

[PATCH 7/7] lib: add igt_draw
 2015-04-01 23:17 UTC  (10+ messages)

[intel-gfx][PATCH V4] Displayport compliance testing V4
 2015-04-01 19:45 UTC  (6+ messages)
` [PATCH 3/9] drm/i915: Add a delay in Displayport AUX transactions for compliance testing

[RFC PATCH i-g-t 0/1] April Tools: complete intel reg tool overhaul
 2015-04-01 18:37 UTC  (2+ messages)
` [RFC PATCH i-g-t 1/1] intel_reg: introduce one intel_reg tool to rule them all

[PATCH 8/9] drm/i915: Add debugfs test control files for Displayport compliance testing
 2015-04-01 18:12 UTC  (2+ messages)
` [PATCH 08/11] "

[intel-gfx][PATCH] Displayport compliance tests 4.2.2.7 and 4.2.2.8
 2015-04-01 18:06 UTC  (3+ messages)
` [PATCH 1/2] drm/i915: Add support for Displayport compliance test 4.2.2.7
` [PATCH 2/2] drm/i915: Add support for Displayport compliance test 4.2.2.8

[PATCH 6/9] drm/i915: Update intel_dp_hpd_pulse() to check link status for non-MST operation
 2015-04-01 18:00 UTC  (2+ messages)
` [PATCH 06/11] "

[PATCH v2] drm/i915: add i915 specific connector debugfs file for DPCD
 2015-04-01 17:26 UTC  (6+ messages)

[PATCH i-g-t] tests/drv_getparams: Skip instead of fail on EINVAL
 2015-04-01 17:21 UTC  (4+ messages)

Video lockup
 2015-04-01 16:50 UTC  (2+ messages)

[PATCH 0/5] i965/skl: Add YF/YS tiling support
 2015-04-01 16:31 UTC  (14+ messages)
` [PATCH 1/5] i965/skl: Add macros for Yf/Ys tiling formats
` [PATCH 4/5] Align YS tile base address to 64KB
` [PATCH 5/5] build: Bump the version to 2.4.61

[PATCH i-g-t] tests/Android.mk : skip kms_pipe_b_c_ivb if no cairo
 2015-04-01 15:56 UTC 

[PATCH i-g-t] tests/gem_concurrent.c: rename to gem_concurrent_all
 2015-04-01 15:45 UTC  (2+ messages)

[PATCH] drm/i915/bdw: WaProgramL3SqcReg1Default
 2015-04-01 15:41 UTC  (6+ messages)

[PATCH] drm/i915: Allow legacy interface for legacy Y tiled display
 2015-04-01 14:45 UTC  (4+ messages)

[RFC] libdrm_intel: Add API for execbuf pad to size functionality
 2015-04-01 12:30 UTC  (5+ messages)
` [RFC v2] "
` [RFC v3] "

[PATCH 0/8] Enable DC states for skl
 2015-04-01 12:17 UTC  (3+ messages)

[PATCH] drm/i915: Set best_encoder field of connector_state also when disabling
 2015-04-01 12:16 UTC  (5+ messages)

[PATCH 0/5] drm/i915: gmbus pin/port cleanup and bxt enabling
 2015-04-01 12:12 UTC  (3+ messages)
` [PATCH 4/5] drm/i915: base gmbus pin validity check on the gmbus pin map array

[PATCH 00/59] Remove the outstanding_lazy_request
 2015-04-01 12:00 UTC  (17+ messages)
` [PATCH 04/59] drm/i915: Fix for ringbuf space wait in LRC mode
` [PATCH 16/59] drm/i915: Add flag to i915_add_request() to skip the cache flush
` [PATCH 55/59] drm/i915: Remove fallback poll for ring buffer space
` [PATCH 59/59] drm/i915: Remove the almost obsolete i915_gem_object_flush_active()

[PATCH 0/8] Enable DC states for skl
 2015-04-01 10:52 UTC  (9+ messages)
` [PATCH 1/8] drm/i915/skl: Add support to load SKL CSR firmware
  ` [PATCH 2/8] drm/i915/skl: Implement enable/disable for Display C5 sttate
  ` [PATCH 3/8] drm/i915/skl: Add DC5 Trigger Sequence
  ` [PATCH 4/8] drm/i915/skl: Assert the requirements to enter or exit DC5
  ` [PATCH 5/8] drm/i915/skl: Implement enable/disable for Display C6 state
  ` [PATCH 6/8] drm/i915/skl: Add DC6 Trigger sequence
  ` [PATCH 7/8] drm/i915/skl: Assert the requirements to enter or exit DC6
  ` [PATCH 8/8] drm/i915/skl: Enable runtime PM

[PATCH] drm/i915: Check lane sharing between pipes B & C using atomic state
 2015-04-01 10:00 UTC  (4+ messages)
    ` [PATCH] Enable dithering for intel VCH DVO

[PATCH i-g-t] README: Update dependencies
 2015-04-01  9:11 UTC 

[PATCH v4] drm/i915: add bxt gmbus support
 2015-04-01  7:58 UTC  (2+ messages)
` [PATCH v5] "

[PATCH 8/8] drm/i915/skl: Enable runtime PM
 2015-04-01  7:50 UTC 

[PATCH 7/8] drm/i915/skl: Assert the requirements to enter or exit DC6
 2015-04-01  7:49 UTC 

[PATCH 3/5] drm/i915: index gmbus tables using the pin pair number
 2015-04-01  7:55 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 6/8] drm/i915/skl: Add DC6 Trigger sequence
 2015-04-01  7:49 UTC 

[PATCH 5/8] drm/i915/skl: Implement enable/disable for Display C6 state
 2015-04-01  7:49 UTC 

[PATCH 4/8] drm/i915/skl: Assert the requirements to enter or exit DC5
 2015-04-01  7:49 UTC 

[PATCH 3/8] drm/i915/skl: Add DC5 Trigger Sequence
 2015-04-01  7:48 UTC 

[PATCH 2/8] drm/i915/skl: Implement enable/disable for Display C5 sttate
 2015-04-01  7:48 UTC 

[PATCH 0/8] Enable DC states for skl
 2015-04-01  7:48 UTC 

[RFC v5 4/9] drivers/pwm: Add helper to configure pwm using clock divisor and duty percent
 2015-04-01  6:28 UTC  (4+ messages)
` [PATCH "

[PATCH 0/2] BXT basic slice/subslice/EU stuff
 2015-04-01  6:20 UTC  (3+ messages)
` [PATCH 1/2] drm/i915/bxt: Determine BXT slice/subslice/EU info

[PATCH 9/9] drm: Fix the 'native defer' message in drm_dp_i2c_do_msg()
 2015-04-01  4:45 UTC  (2+ messages)

[PATCH] Revert "drm/i915: Performed deferred clflush inside set-cache-level"
 2015-04-01  4:31 UTC  (3+ messages)

[PATCH v2] drm/i915: Simplify and fix object to display tracking
 2015-04-01  3:41 UTC  (2+ messages)

[PATCH v3] drm/i915: Simplify and fix object to display tracking
 2015-04-01  3:41 UTC  (2+ messages)

[PATCH] drm/i915: Pass along pipe_config to intel_psr_ready()
 2015-04-01  2:36 UTC  (2+ messages)

[PATCH] drm/i915: Simplify and fix object to display tracking
 2015-03-31 23:01 UTC  (2+ messages)

[PULL] drm-intel-next
 2015-03-31 22:22 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).