Intel-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-11 23:31:37 to 2015-09-15 13:11:48 UTC [more...]

[PATCH] Add a link training test (v2)
 2015-09-15 13:11 UTC  (7+ messages)
` [PATCH] drm/i915: Add link training test
      ` [PATCH 1/2] drm/i915: Make link training state machine code use function pointers
        ` [PATCH 2/2] drm/i915: Add a link training test

[PATCH] drm/i915: fix kernel-doc warnings in intel_audio.c
 2015-09-15 13:04 UTC 

[PATCH] drm/i915: fix kernel-doc warnings in i915_gem.c
 2015-09-15 12:58 UTC 

[PATCH] drm/i915: fix kernel-doc warnings in i915_gem_gtt.c
 2015-09-15 12:52 UTC 

[PATCH] drm/i915: Add primary plane to mask if it's visible
 2015-09-15 12:28 UTC 

[PATCH] drm/i915: fix kernel-doc warnings in intel_lrc.c
 2015-09-15 12:09 UTC 

[PATCH v6 0/4] Support for creating/using Stolen memory backed objects
 2015-09-15 10:35 UTC  (9+ messages)
` [PATCH 1/4] drm/i915: Clearing buffer objects via CPU/GTT
` [PATCH 2/4] drm/i915: Support for creating Stolen memory backed objects
` [PATCH 3/4] drm/i915: Add support for stealing purgable stolen pages
` [PATCH 4/4] drm/i915: Support for pread/pwrite from/to non shmem backed objects

[RFC DP-typeC 0/2] Support USB typeC based DP on BXT
 2015-09-15 10:35 UTC  (3+ messages)
` [PATCH 1/2] drm/i915/dp: Make bxt_ddi_pll_select non-static
` [PATCH 2/2] drm/i915/dp: Enable Upfront link training for typeC DP support on BXT

[PATCH v5 0/4] Support for creating/using Stolen memory backed objects
 2015-09-15  9:58 UTC  (5+ messages)
` [PATCH 4/4] drm/i915: Support for pread/pwrite from/to non shmem "

[PATCH] drm/i915: Make sure fb objects with rotated views are also fenceable
 2015-09-15  9:29 UTC  (6+ messages)

[PATCH v4 0/3] Tests for verifying the old and extended GEM_CREATE ioctl
 2015-09-15  8:36 UTC  (4+ messages)
` [PATCH 1/3] igt/gem_stolen: Verifying extended gem_create ioctl
` [PATCH 2/3] igt/gem_pread: Support to verify pread/pwrite for non-shmem backed obj
` [PATCH 3/3] igt/gem_create: Test to validate parameters for GEM_CREATE ioctl

[PATCH] drm/i915: Don't leak VBT mode data
 2015-09-15  7:50 UTC  (2+ messages)

[PATCH 00/11] drm: vblank fixes and timestamp based missed vblank guesttimation
 2015-09-15  7:29 UTC  (13+ messages)
` [PATCH 01/11] drm: s/int crtc/unsigned int pipe/ straggles
` [PATCH 02/11] drm: Move timestamping constants into drm_vblank_crtc
` [PATCH 03/11] drm: Stop using linedur_ns and pixeldur_ns for vblank timestamps
` [PATCH 04/11] drm: Kill pixeldur_ns
` [PATCH 05/11] drm/i915: Fix vblank count variable types
` [PATCH 06/11] drm: Pass flags to drm_update_vblank_count()
` [PATCH 07/11] drm: Limit the number of .get_vblank_counter() retries
` [PATCH 08/11] drm: Clean up drm_calc_vbltimestamp_from_scanoutpos() vbl_status
` [PATCH 09/11] drm: store_vblank() is never called with NULL timestamp
` [PATCH 10/11] drm: Use vblank timestamps to guesstimate how many vblanks were missed
` [PATCH 11/11] drm: Fix vblank timestamp races

[PATCH 1/2] drm/atomic: Make prepare_fb/cleanup_fb only take state, v3
 2015-09-15  7:29 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: Make plane fb tracking work correctly

[PATCH] drm/i915: Backlight Control over AUX feature
 2015-09-15  7:26 UTC  (8+ messages)

[RFC CABC v3 PATCH 0/2] CABC patch list
 2015-09-15  7:03 UTC  (14+ messages)
` [RFC CABC v3 PATCH 2/2] drm/i915: CABC support for backlight control
    ` [PATCH] "

[PATCH 0/1] drm/i915: connector specific backlight hooks for eDP/DSI
 2015-09-15  7:00 UTC  (5+ messages)
` [PATCH 1/1] drm/i915: make backlight hooks connector specific

[PATCH 4/6] drm/i915: drm/i915: Check live status before reading edid
 2015-09-15  4:14 UTC  (7+ messages)
` [PATCH] "

[PATCH 00/14] Atomic watermark updates (v4)
 2015-09-15  2:19 UTC  (15+ messages)
` [PATCH 01/14] drm/i915: Drop redundant watermark programming
` [PATCH 02/14] drm/i915: Eliminate usage of plane_wm_parameters from ILK-style WM code (v2)
` [PATCH 03/14] drm/i915: Eliminate usage of pipe_wm_parameters from ILK-style WM (v2)
` [PATCH 04/14] drm/i915: Determine I915_MAX_PLANES from plane enum
` [PATCH 05/14] drm/i915/skl: Simplify wm structures slightly (v2)
` [PATCH 06/14] drm/i915/skl: Eliminate usage of pipe_wm_parameters from SKL-style WM (v2)
` [PATCH 07/14] drm/i915/ivb: Move WaCxSRDisabledForSpriteScaling w/a to atomic check
` [PATCH 08/14] drm/i915: Drop intel_update_sprite_watermarks
` [PATCH 09/14] drm/i915: Refactor ilk_update_wm (v3)
` [PATCH 10/14] drm/i915: Calculate pipe watermarks into CRTC state (v3)
` [PATCH 11/14] drm/i915: Calculate ILK-style watermarks during atomic check (v3)
` [PATCH 12/14] drm/i915: Don't set plane visible during HW readout if CRTC is off
` [PATCH 13/14] drm/i915: Calculate watermark configuration during atomic check (v2)
` [PATCH 14/14] drm/i915: Add two-stage ILK-style watermark programming (v4)

Linux 4.3-rc1
 2015-09-15  1:26 UTC 

[PATCH] drm/i915: Implement stolen reserved detection for ctg/elk
 2015-09-14 19:34 UTC 

[PATCH 1/2] drm/i915: workaround bad DSL readout in start of pipe update
 2015-09-14 18:47 UTC  (13+ messages)
` [PATCH 2/2] drm/i915: add more debug info for when atomic updates fail
` [PATCH] drm/i915: workaround bad DSL readout v2

[PATCH 1/9] drm/i915: fix the FBC work allocation failure path
 2015-09-14 18:20 UTC  (9+ messages)
` [PATCH 2/9] drm/i915: check for the supported strides on HSW+ FBC
` [PATCH 3/9] drm/i915: avoid the last 8mb of stolen on BDW/SKL
` [PATCH 4/9] drm/i915: print the correct amount of bytes allocated for the CFB
` [PATCH 5/9] drm/i915: don't enable FBC when pixel rate exceeds 95% on HSW/BDW
` [PATCH 6/9] drm/i915: apply WaFbcAsynchFlipDisableFbcQueue earlier
` [PATCH 7/9] drm/i915: don't apply WaFbcAsynchFlipDisableFbcQueue on SKL
` [PATCH 8/9] drm/i915: reject invalid formats for FBC
` [PATCH 9/9] drm/i915: fix FBC for cases where crtc->base.y is non-zero

[PATCH 1/1] drm/i915: Fix fb object's frontbuffer-bits
 2015-09-14 17:16 UTC  (6+ messages)
      ` [PATCH v2 "

[PATCH 1/2] drm/i915: Fix fastboot scalers for skylake
 2015-09-14 17:10 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Only check pipe state for fast modeset when it's possible

[PATCH] drm/i915: fix crash in error state readout on non-execlist platforms
 2015-09-14 16:45 UTC  (6+ messages)

[PULL] topic/drm-misc
 2015-09-14 15:22 UTC 

[PATCH 1/6] drm/i915/gen9: Add WaDisableSamplerPowerBypassForSOPingPong
 2015-09-14 14:59 UTC  (12+ messages)
` [PATCH 2/6] drm/i915/bxt: Add WaSetClckGatingDisableMedia
` [PATCH 5/6] drm/i915/gen9: WA ST Unit Power Optimization Disable
` [PATCH 6/6] drm/i915/gen9: Add WaDisableMinuteIaClockGating

[PATCH 00/10] Nuke some legacy state
 2015-09-14 14:31 UTC  (26+ messages)
` [PATCH 01/10] drm/i915: Use atomic plane state in the primary plane update
` [PATCH 03/10] drm/i915: Use the atomic state in intel_update_primary_planes
          ` [fixup PATCH] drm/i915: Only commit active planes when updating planes during reset
` [PATCH 06/10] drm/i915: Update legacy primary state outside the commit hook
` [PATCH 09/10] drm/i915: Kill off a user of update_state_fb
` [PATCH 10/10] drm/i915: Only run commit when crtc is active

[PATCH 1/4] drm/i915: Assign hwmode after encoder state readout
 2015-09-14 14:23 UTC  (17+ messages)
` [PATCH 2/4] drm/i915: Move sprite/cursor plane disable to intel_sanitize_crtc()
` [PATCH 3/4] drm/i915: Add .get_hw_state() method for planes
` [PATCH 4/4] drm/i915: Move scanline_offset and timestamping constant setup to intel_modeset_readout_hw_state()

[PATCH libdrm v4 0/2] 48-bit virtual address support in i915
 2015-09-14 13:54 UTC  (3+ messages)
` [PATCH v4 1/2] intel: 48b ppgtt support (EXEC_OBJECT_SUPPORTS_48B_ADDRESS flag)

[PATCH 0/6] HDMI optimization series
 2015-09-14 13:45 UTC  (9+ messages)
` [PATCH 2/6] drm/i915: Add HDMI probe function

[PATCH 0/6] scripts/kernel-doc: Kernel-doc improvements
 2015-09-14 12:11 UTC  (9+ messages)
` [PATCH 1/6] scripts/kernel-doc: Replacing highlights hash by an array

[PATCH 00/39] drop null test before destroy functions
 2015-09-14 11:55 UTC  (3+ messages)
` [PATCH 32/39] drm: i915: "

[RFC PATCH 0/3] Interruptible pinning for atomic commit
 2015-09-14 11:20 UTC  (5+ messages)
` [RFC PATCH 1/3] drm/i915: Make wait_for_flips interruptible
` [RFC PATCH 2/3] drm/i915: Change locking for struct_mutex
` [RFC PATCH 3/3] drm/i915: Wait for object idle without locks in atomic_commit
` [PATCH 0.5/2] drm/i915: Make prepare_plane_fb fully interruptible

[PATCH] fixing eu_mask value for BXT due to wrong bit mapping
 2015-09-14 11:06 UTC  (3+ messages)
` [PATCH] drm/i915: fixing eu_mask value for BXT due to wrong bit mapping (v2)

[RFC PATCH] drm/i915/skl: Add DC6 disabling as a power well
 2015-09-14 10:35 UTC  (3+ messages)

[PATCH 0/6] Several GuC related patches
 2015-09-14  9:32 UTC  (5+ messages)
` [PATCH 2/6] drm/i915/guc: Add GuC css header parser
` [PATCH 5/6] drm/i915/guc: Media domain bit needed when notify GuC rc6 state

[PATCH] drm/i915: don't try to load GuC fw on pre-gen9
 2015-09-14  9:26 UTC  (2+ messages)

[PATCH 3/6] drm/i915: Make intel_digital_port_connected global
 2015-09-14  9:15 UTC  (7+ messages)
` [PATCH] drm/i915/bxt: Use intel_encoder->hpd_pin to check live status

[PATCH 09/15] drm/i915: Add NV12 support to intel_framebuffer_init
 2015-09-14  8:45 UTC  (7+ messages)

[PATCH 00/15] drm/i915: Adding NV12 for skylake display
 2015-09-14  8:43 UTC  (6+ messages)
` [PATCH 07/15] drm/i915: Add NV12 as supported format for primary plane

[PATCH 1/2] drm/i915: WaEnableForceRestoreInCtxtDescForVCS is for video engines only
 2015-09-14  8:25 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/lrc: Prevent preemption when lite-restore is disabled

[PATCH v2 0/5] Faster modeset support
 2015-09-14  8:08 UTC  (7+ messages)
` [PATCH v2 4/5] drm/i915: Make updating pipe without modeset atomic
` [PATCH v2 5/5] drm/i915: skip modeset if compatible for everyone

[DMC_BUGFIX_SKL_V2 0/5] pc10 entry fixes for skl
 2015-09-14  7:46 UTC  (9+ messages)
` [DMC_BUGFIX_SKL_V2 1/5] drm/i915/skl: Added a check for the hardware status of csr fw before loading

[SKL-DMC-BUGFIX 0/5] SKL PC10 entry fixes
 2015-09-14  7:35 UTC  (7+ messages)
` [SKL-DMC-BUGFIX 1/5] drm/i915/gen9: Removed byte swapping for csr firmware
          ` [REGRESSION] "

[PATCH] Revert "drm/i915: Add eDP intermediate frequencies for CHV"
 2015-09-14  4:55 UTC 

[Linux-v4.2-10463-g9a9952bbd76a] i915: WARNING: intel_display.c:1377 assert_planes_disabled
 2015-09-13  7:06 UTC  (2+ messages)

[PATCH 0/5] RC6/Forcewake/Turbo related changes for Gen9
 2015-09-12 18:15 UTC  (6+ messages)
` [PATCH 4/5] drm/i915: Use only blitter forcewake

[PATCH] drm/i915: make CSR firmware messages less verbose
 2015-09-12  7:58 UTC  (4+ messages)

[PATCH] drm/i915: Set stolen reserved to 0 for pre-g4x platforms
 2015-09-12  7:55 UTC  (2+ messages)

[PATCH v2 0/7] Gen9 RC6, Turbo, Coarse Power Gating Fixes
 2015-09-12  4:47 UTC  (8+ messages)
` [PATCH v2 1/7] drm/i915: Add IS_SKL_GT3 and IS_SKL_GT4 macro
` [PATCH v2 2/7] drm/i915: WaRsDisableCoarsePowerGating
` [PATCH v2 3/7] drm/i915: WaRsUseTimeoutMode
` [PATCH v2 4/7] drm/i915: WaRsDoubleRc6WrlWithCoarsePowerGating
` [PATCH v2 5/7] drm/i915: Program GuC MAX IDLE Count
` [PATCH v2 6/7] drm/i915/guc: Notify coarse power gating configuration to GuC properly
` [PATCH v2 7/7] drm/i915/bxt: WaGsvDisableTurbo

linux-next: manual merge of the drm-misc tree with Linus' tree
 2015-09-12  3:15 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).