public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-09-28 08:00:38 to 2015-09-29 19:00:44 UTC [more...]

[PATCH 00/15] drm/i915: Adding NV12 for skylake display
 2015-09-29 19:00 UTC  (16+ messages)
` [PATCH 01/15] drm/i915: Allocate min dbuf blocks per bspec
` [PATCH 02/15] drm/i915: In DBUF/WM calcs for 90/270, swap w & h
` [PATCH 03/15] drm/i915: Set scaler mode for NV12
` [PATCH 05/15] drm/i915: Update format_is_yuv() to include NV12
` [PATCH 06/15] drm/i915: Upscale scaler max scale for NV12
` [PATCH 08/15] drm/i915: Add NV12 as supported format for sprite plane
` [PATCH 12/15] drm/i915: Set initial phase & trip for NV12 scaler

[PATCH 09/15] drm/i915: Add NV12 support to intel_framebuffer_init
 2015-09-29 18:58 UTC  (3+ messages)

[PATCH 07/15] drm/i915: Add NV12 as supported format for primary plane
 2015-09-29 18:47 UTC  (3+ messages)

[drm-intel:for-linux-next 746/778] drivers/gpu/drm/i915/intel_audio.c:405:45: sparse: incorrect type in argument 2 (different modifiers)
 2015-09-29 18:46 UTC 

[PATCH v4 0/2] Add drm_dp_aux chardev support
 2015-09-29 16:51 UTC  (10+ messages)
` [PATCH v4 1/2] drm/dp: Store the drm_connector device pointer on the helper
` [PATCH v4 2/2] drm/dp: Add a drm_aux-dev module for reading/writing dpcd registers

[PATCH i-g-t] tests: Adding kms_dp_aux_dev test
 2015-09-29 16:01 UTC  (4+ messages)

[PATCH] drm/i915/skl: Move DC6 entry from PW1 to PW0/device level
 2015-09-29 15:55 UTC 

[Patchwork] The infrequent patchwork update #1
 2015-09-29 15:33 UTC 

[RFC 0/6] Non perf based Gen Graphics OA unit driver
 2015-09-29 15:18 UTC  (9+ messages)
` [RFC 1/6] drm/i915: Add i915 perf infrastructure
` [RFC 2/6] drm/i915: rename OACONTROL GEN7_OACONTROL
` [RFC 3/6] drm/i915: Add static '3D' Haswell OA unit config
` [RFC 4/6] drm/i915: Add i915 perf event for Haswell OA unit
  ` [Intel-gfx] "
  ` [RFC 5/6] drm/i915: Add dev.i915.perf_event_paranoid sysctl option
` [RFC 6/6] drm/i915: add oa_event_min_timer_exponent sysctl

[PATCH 2/3] drm/sysfs: Grab lock for edid/modes_show
 2015-09-29 14:47 UTC 

[PATCH] drm: Fix locking for sysfs dpms file
 2015-09-29 14:37 UTC  (7+ messages)
` [PATCH 1/3] drm/sysfs: Annote lockless show functions with READ_ONCE
  ` [PATCH 2/3] drm/sysfs: Grab lock for edid/modes_show
  ` [PATCH 3/3] drm/sysfs: Nuke TV/DVI property files

[PATCH 2/4] drm/i915: Call non-locking version of drm_kms_helper_poll_enable()
 2015-09-29 14:35 UTC  (7+ messages)
` [PATCH 1/2] drm: Add a non-locking version of drm_kms_helper_poll_enable(), v2

[PATCH 0/7] FBC again: stolen + SKL fixes
 2015-09-29 14:26 UTC  (19+ messages)
` [PATCH 2/7] drm/i915: don't use the first stolen page on Broadwell
` [PATCH 3/7] drm/i915: don't allocate fbcon from stolen memory if it's too big
` [PATCH 4/7] drm/i915: export size_is_valid() from __intel_fbc_update()
` [PATCH 7/7] drm/i915: extract fbc_supported()

[PATCH 00/43] drm/i915: Type safe register read/write and a ton of prep work
 2015-09-29 14:16 UTC  (42+ messages)
` [PATCH 11/43] drm/i915: Parametrize UOS_RSA_SCRATCH
` [PATCH 12/43] drm/i915: Add LO/HI PRIVATE_PAT registers
` [PATCH 13/43] drm/i915: Always use GEN8_RING_PDP_{LDW, UDW} instead of hand rolling the register offsets
` [PATCH 14/43] drm/i915: Include MCHBAR_MIRROR_BASE in ILK_GDSR
` [PATCH 15/43] drm/i915: Parametrize PALETTE and LGC_PALETTE
` [PATCH 16/43] drm/i915: s/_CURACNTR/CURCNTR(PIPE_A)/
  ` [PATCH v2 "
` [PATCH 17/43] drm/i915: s/_FDI_RXA_.../FDI_RX_...(PIPE_A)/
` [PATCH 18/43] drm/i915: s/_TRANSA_CHICKEN/TRANS_CHICKEN(PIPE_A)/
` [PATCH 21/43] drm/i915: Add VLV_HDMIB etc. which already include VLV_DISPLAY_BASE
` [PATCH 22/43] drm/i915: s/DDI_BUF_CTL_A/DDI_BUF_CTL(PORT_A)/
` [PATCH 38/43] drm/i915: Parametrize AUX registes
  ` [PATCH v2 38/43] drm/i915: Parametrize AUX registers
` [PATCH 40/43] drm/i915: Store aux data reg offsets in intel_dp->aux_ch_data_reg[]
  ` [PATCH v2 "
` [RFC][PATCH 43/43] WIP: drm/i915: Type safe register read/write

[PATCH 1/2] drm/edid: Use ARRAY_SIZE in drm_add_modes_noedid
 2015-09-29 14:12 UTC  (11+ messages)
` [PATCH 2/2] drm/doc: Update docs about device instance setup
  ` [PATCH] "

[DMC_BUGFIX_SKL_V2 0/5] pc10 entry fixes for skl
 2015-09-29 14:00 UTC  (11+ messages)
` [DMC_BUGFIX_SKL_V2 3/5] drm/i915/skl: Making DC6 entry is the last call in suspend flow
    ` [DMC_BUGFIX_V3] "

[PATCH] drm/i915/bxt: fix RC6 residency time calculation
 2015-09-29 13:28 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] drm/i915: disable CPU PWM also on LPT/SPT backlight disable
 2015-09-29 12:49 UTC 

[PATCH 0/4] drm/i915: Read czclk from cck on vlv/chv
 2015-09-29 12:29 UTC  (13+ messages)
` [PATCH 2/4] drm/i915: Read czclk from CCK "
` [PATCH 3/4] drm/i915: Simplify vlv/chv rc6 residency calculation
  ` [PATCH v2 "
` [PATCH 4/4] drm/i915: Use czclk_freq in vlv c0 residency calculations

[PATCH 0/1] drm/i915: connector specific backlight hooks for eDP/DSI
 2015-09-29 10:10 UTC  (6+ messages)
` [PATCH 1/1] drm/i915: make backlight hooks connector specific

[PATCH 1/2] drm/i915/ddi: warn instead of oops on invalid ddi encoder type
 2015-09-29  9:10 UTC  (3+ messages)
` [PATCH 2/2] drm/i915/ddi: use switch case instead of if ladder for ddi_get_encoder_port

[RFC DP-typeC 0/2] Support USB typeC based DP on BXT
 2015-09-29  9:04 UTC  (8+ messages)

[PATCH 2/6] drm/i915: Add HDMI probe function
 2015-09-29  9:04 UTC  (5+ messages)
` [PATCH] drm/i915: Add hot_plug hook for hdmi encoder

[DMC_BUGFIX_SKL_V2 1/5] drm/i915/skl: Added a check for the hardware status of csr fw before loading
 2015-09-29  8:51 UTC  (13+ messages)

[PATCH] Add a link training test (v2)
 2015-09-29  8:47 UTC  (9+ messages)
` [PATCH] drm/i915: Add link training test
            ` Shared scaffolding to unit-test kernel code in userspace (was Re: [Intel-gfx] [PATCH] drm/i915: Add link training test)
              ` Shared scaffolding to unit-test kernel code in userspace (was "

[PATCH] drm/i915: Fix comparison bug
 2015-09-29  7:43 UTC  (3+ messages)

[PATCH] drm/radeon: Use rdev->gem.mutex to protect hyperz/cmask owners
 2015-09-29  7:37 UTC  (2+ messages)

[BXT MIPI PATCH v3 05/14] drm/i915/bxt: DSI encoder support in CRTC modeset
 2015-09-29  7:29 UTC  (5+ messages)
` [BXT MIPI PATCH v4 "

[git pull] drm for 4.3
 2015-09-29  6:43 UTC  (9+ messages)
      ` [regression] "
                ` [regression] boot to the blackscreen with the kernel 4.3

[PATCH 00/23] Color Management for DRM
 2015-09-29  4:29 UTC  (10+ messages)
` [PATCH 10/23] drm/i915: Add gamma correction handlers
  ` [Intel-gfx] "

linux-next: manual merge of the drm-misc tree with the drm-intel tree
 2015-09-29  1:26 UTC 

linux-next: manual merge of the drm-intel tree with Linus' tree
 2015-09-29  1:20 UTC 

linux-next: manual merge of the drm-intel tree with Linus' tree
 2015-09-29  1:20 UTC 

[PATCH] drm/i915/guc: Add GuC css header parser
 2015-09-28 21:30 UTC  (2+ messages)

[RFC PATCH] drm/i915: PSR regressions on Broadwell
 2015-09-28 21:08 UTC  (3+ messages)

[PATCH 00/11] Mixed bag of ioctl and agp cleanups
 2015-09-28 19:42 UTC  (12+ messages)
` [PATCH 07/11] drm/drm_ioctl.c: kerneldoc
` [PATCH 08/11] drm: Enforce unlocked ioctl operation for kms driver ioctls
  ` [PATCH] "
` [PATCH 09/11] drm/vmwgfx: Stop checking for DRM_UNLOCKED
` [PATCH 10/11] drm/<drivers>: Drop DRM_UNLOCKED from modeset drivers
` [PATCH 11/11] drm: Remove dummy agp ioctl wrappers

[PATCH 4.1, 4.2] drm/i915: Silence DDR DVFS errors on CHV
 2015-09-28 19:09 UTC 

[RFC] Docs: drm: Move KMS properties table out to source files
 2015-09-28 17:33 UTC  (7+ messages)

[PATCH 00/12] Gen9: Changes to add/merge/update/remove WA
 2015-09-28 16:35 UTC  (30+ messages)
` [PATCH 01/12] drm/i915/gen9: Handle error returned by gen9_init_workarounds
` [PATCH 02/12] drm/i915/gen9: Add WaOCLCoherentLineFlush
` [PATCH 03/12] drm/i915/gen9: Merge two WA as they part of same register
` [PATCH 04/12] drm/i915/gen9: Merge HALF_SLICE_CHICKEN3 WA
` [PATCH 06/12] drm/i915/bxt: Add WaStoreMultiplePTEenable name
` [PATCH 07/12] drm/i915/bxt: Update stepping check for WaDisableSDEUnitClockGating
` [PATCH 08/12] drm/i915/skl: Remove WaDisableSDEUnitClockGating
` [PATCH 10/12] drm/i915/skl: Remove WaDisableVFUnitClockGating

[PATCH 1/2] drm/i915: Refactor common ringbuffer allocation code
 2015-09-28 15:43 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Recover all available ringbuffer space following reset

[PATCH 41/43] drm/i915: Model PSR AUX register selection more like the normal AUX code
 2015-09-28 15:11 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 01/11] drm: Remove __OS_HAS_AGP
 2015-09-28 15:05 UTC  (3+ messages)
` [PATCH] "

[PATCH] drm/i915: Consider HW CSB write pointer before resetting the sw read pointer
 2015-09-28 14:30 UTC  (7+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] drm/i915: Convert WARNs during userptr revoke to SIGBUS
 2015-09-28 14:14 UTC  (4+ messages)

[PATCH v2 00/10] Gen8 WA cleanup patches
 2015-09-28 14:07 UTC  (8+ messages)
` [PATCH v2 05/10] drm/i915/bdw: Remove WaDisableThreadStallDopClockGating
` [PATCH v2 10/10] drm/i915/gen8: Move WaHdcDisableFetchWhenMasked to common init fn

[PATCH 7/7] drm/i915: Add HDMI aspect ratio property for SDVO
 2015-09-28 13:27 UTC  (4+ messages)
` [PATCH v2 "

[BXT MIPI PATCH v3 11/14] drm/i915/bxt: Modify BXT BLC according to VBT changes
 2015-09-28 13:13 UTC  (3+ messages)
` [BXT MIPI PATCH v4 "

[PATCH i-g-t] tests/pm_rc6_residency: Measure the sleep duration
 2015-09-28 13:07 UTC  (2+ messages)

[BXT MIPI PATCH v3 07/14] drm/i915/bxt: Program Tx Rx and Dphy clocks
 2015-09-28 13:04 UTC  (3+ messages)
` [BXT MIPI PATCH v4 "

[PATCH 0/4] NV12 rotation GTT handling prep work
 2015-09-28 12:41 UTC  (7+ messages)
` [PATCH 3/4] drm/i915: Support NV12 in rotated GGTT mapping

[PATCH 4/7] drm/i915: Always use crtc_ timings when dealing with adjustead_mode
 2015-09-28 12:15 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 3/7] drm/i915: s/mode/adjusted_mode/ in functions that really get passed the adjusted_mode
 2015-09-28 12:15 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] drm/i915: Allow DMA pagetables to use highmem
 2015-09-28  9:54 UTC 

[PATCH 1/2] drm/i915: Add primary plane to mask if it's visible
 2015-09-28  8:48 UTC  (3+ messages)

[PATCH] drm/i915: Stop calling intel_prepare_ddi during power well initialization
 2015-09-28  8:40 UTC  (6+ messages)
` [PATCH] drm/i915: Don't call intel_prepare_ddi when encoder list isn't yet initialized

[PATCH 04/43] drm/i915: Parametrize fence registers
 2015-09-28  8:31 UTC  (4+ messages)
` [PATCH v2 "

[PATCH 1/2] drm/i915/bxt: Set oscaledcompmethod to enable scale value
 2015-09-28  8:27 UTC  (4+ messages)
` [PATCH] "

[PATCH 2/2] drm/i915/bxt: eDP low vswing support
 2015-09-28  8:22 UTC  (3+ messages)
` [PATCH] "

[PATCH] drm/i915: use correct runtime get/put calls at init/teardown
 2015-09-28  8:21 UTC  (5+ messages)
` [PATCH] drm/i915: fixup runtime PM handling v2

[PATCH 0/6] Several GuC related patches
 2015-09-28  8:13 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/6] drm/i915/guc: Fix a bug in GuC status check
  ` [PATCH v2 2/6] drm/i915/guc: Add GuC css header parser

[PATCH 0/7] drm/i915: Always use crtc_ timings with adjusted_mode
 2015-09-28  8:03 UTC  (3+ messages)
` [PATCH 2/7] drm/i915: Always call the adjusted mode 'adjusted_mode'


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox