Intel-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-15 20:07:48 to 2015-09-18 17:05:46 UTC [more...]

[PATCH 00/43] drm/i915: Type safe register read/write and a ton of prep work
 2015-09-18 17:03 UTC  (31+ messages)
` [PATCH 01/43] drm/i915: Don't pass sdvo_reg to intel_sdvo_select_{ddc, i2c}_bus()
` [PATCH 02/43] drm/i915: Parametrize LRC registers
` [PATCH 03/43] drm/i915: Parametrize GEN7_GT_SCRATCH and GEN7_LRA_LIMITS
` [PATCH 04/43] drm/i915: Parametrize fence registers
` [PATCH 05/43] drm/i915: Parametrize FBC_TAG registers
` [PATCH 06/43] drm/i915: Parametrize ILK turbo registers
` [PATCH 07/43] drm/i915: Replace raw numbers with the approproate register name in ILK turbo code
` [PATCH 08/43] drm/i915: Parametrize TV luma/chroma filter registers
` [PATCH 09/43] drm/i915: Parametrize DDI_BUF_TRANS registers
` [PATCH 10/43] drm/i915: Parametrize CSR_PROGRAM registers
` [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 17/43] drm/i915: s/_FDI_RXA_.../FDI_RX_...(PIPE_A)/
` [PATCH 18/43] drm/i915: s/_TRANSA_CHICKEN/TRANS_CHICKEN(PIPE_A)/
` [PATCH 19/43] drm/i915: s/GET_CFG_CR1_REG/DPLL_CFGCR1/ etc
` [PATCH 20/43] drm/i915: Use paramtrized WRPLL_CTL()
` [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 23/43] drm/i915: Eliminate weird parameter inversion from BXT PPS registers
` [PATCH 24/43] drm/i915: Parametrize HSW video DIP data registers
` [PATCH 25/43] drm/i915: Include gpio_mmio_base in GMBUS reg defines
` [PATCH 26/43] drm/i915: Protect register macro arguments
` [PATCH 27/43] drm/i915: Fix a few bad hex numbers in register defines
` [PATCH 30/43] drm/i915: Parametrize and fix SWF registers
` [PATCH 33/43] drm/i915: Remove dev_priv argument from NEEDS_FORCE_WAKE
` [PATCH 35/43] drm/i915: Move __raw_i915_read8() & co. into i915_drv.h

[PATCH] drm/i915/bxt: Update revision id for BXT C0
 2015-09-18 16:52 UTC 

[PATCH] tests/gem_ctx_param_basic: fix up non-root-set-no-zeromap subtest
 2015-09-18 16:40 UTC  (4+ messages)

[PATCH] drm/i915: Do not hardcode s_max, ss_max and eu_mask for BXT
 2015-09-18 16:37 UTC  (2+ messages)

[PATCH 1/5] drm/i915: Store and print dmc firmware version
 2015-09-18 15:17 UTC  (5+ messages)
` [PATCH 2/5] drm/i915: Notify user about outdated dmc firmware
` [PATCH 3/5] drm/i915: Add dmc firmware version to error state
` [PATCH 4/5] drm/i915: Add pci device revision "
` [PATCH 5/5] drm/i915: Add dmc firmware debugfs status entry

[PATCH] drm/i915/skl: handle port E in cpt_digital_port_connected
 2015-09-18 14:23 UTC  (2+ messages)

[PATCH] drm/i915: make prelim hw msg in log a bit more harsh
 2015-09-18 14:20 UTC  (4+ messages)

[BXT MIPI PATCH v3 00/14] MIPI DSI Support for BXT
 2015-09-18 14:18 UTC  (29+ messages)
` [BXT MIPI PATCH v3 01/14] drm/i915/bxt: Initialize MIPI "
` [BXT MIPI PATCH v3 02/14] drm/i915/bxt: Enable BXT DSI PLL
` [BXT MIPI PATCH v3 03/14] drm/i915/bxt: Disable DSI PLL for BXT
` [BXT MIPI PATCH v3 04/14] drm/i915/bxt: DSI prepare changes "
` [BXT MIPI PATCH v3 05/14] drm/i915/bxt: DSI encoder support in CRTC modeset
` [BXT MIPI PATCH v3 06/14] drm/i915/bxt: DSI enable for BXT
` [BXT MIPI PATCH v3 07/14] drm/i915/bxt: Program Tx Rx and Dphy clocks
` [BXT MIPI PATCH v3 08/14] drm/i915/bxt: DSI disable and post-disable
` [BXT MIPI PATCH v3 09/14] drm/i915/bxt: get_hw_state for BXT
` [BXT MIPI PATCH v3 10/14] drm/i915/bxt: get DSI pixelclock
` [BXT MIPI PATCH v3 11/14] drm/i915/bxt: Modify BXT BLC according to VBT changes
` [BXT MIPI PATCH v3 12/14] drm/i915/bxt: Program Backlight PWM frequency
` [BXT MIPI PATCH v3 13/14] drm/i915/bxt: Remove DSP CLK_GATE programming for BXT
` [BXT MIPI PATCH v3 14/14] drm/i915: Added BXT DSI backlight support

[PATCH 1/2] drm/i915/bxt: prevent allocating context object from HIGHMEM
 2015-09-18 12:24 UTC  (4+ messages)
` [PATCH v2 2/2] drm/i915/bxt: work around HW context corruption due to coherency problem

[PATCH] drm/i915: fix kernel-doc warnings in i915_gem.c
 2015-09-18 11:26 UTC  (2+ messages)

[PATCH] drm/i915: Don't leak VBT mode data
 2015-09-18 11:27 UTC  (2+ messages)

[PATCH] drm/i915: fix kernel-doc warnings in intel_audio.c
 2015-09-18 11:23 UTC  (2+ messages)

[PATCH] drm/i915/bxt: Fix wrongly placed ')' in I915_READ()
 2015-09-18 11:25 UTC  (3+ messages)

[PATCH] drm/i915: add more debug info for when atomic updates fail v3
 2015-09-18 11:25 UTC  (9+ messages)
` [PATCH] drm/i915: cleanup pipe_update trace functions with new crtc debug info
    ` [PATCH] drm/i915: cleanup pipe_update trace functions with new crtc debug info v2
        ` [PATCH] drm/i915: cleanup pipe_update trace functions with new crtc debug info v3

[PATCH i-g-t] gem_ppgtt: Test VMA leak on context destruction
 2015-09-18 11:17 UTC  (2+ messages)

[PATCH 1/2] drm/i915/bxt: Set oscaledcompmethod to enable scale value
 2015-09-18  8:41 UTC  (2+ messages)
` [PATCH 2/2] drm/i915/bxt: eDP low vswing support

[PATCH] drm/i915: Clean up intel_plane->plane usage
 2015-09-18  8:48 UTC  (2+ messages)

[PATCH] drm/i915: use correct runtime get/put calls at init/teardown
 2015-09-18  1:21 UTC  (5+ messages)

i915: framebuffer compression causing occasional screen flickering
 2015-09-17 22:03 UTC 

[PATCH v2 2/2] drm/i915/gtt: Avoid using addresses in non-canonical form
 2015-09-17 17:17 UTC  (4+ messages)
` [PATCH v3 "

[PATCH 1/2] drm/i915: mark explicitly the execlist context object as cache coherent
 2015-09-17 16:16 UTC  (5+ messages)
` [PATCH 2/2] drm/i915/bxt: work around HW context corruption due to coherency problem

[PATCH i-g-t] scripts: add quick-testlist.py
 2015-09-17 15:55 UTC  (8+ messages)
` [PATCH i-g-t v2] "

[MIPI SEQ PARSING v2 PATCH 00/11] Patches to support the version 3 of MIPI sequence in VBT
 2015-09-17 14:44 UTC  (13+ messages)
` [MIPI SEQ PARSING v2 PATCH 01/11] drm/i915: Adding the parsing logic for the i2c element
` [MIPI SEQ PARSING v2 PATCH 03/11] drm/i915: Parsing VBT if size of VBT exceeds 6KB
` [MIPI SEQ PARSING v2 PATCH 04/11] drm/i915: Using the approprite vbt size if vbt is not in mailbox4 of opregion
` [MIPI SEQ PARSING v2 PATCH 05/11] drm/i915: Added support the v3 mipi sequence block
` [MIPI SEQ PARSING v2 PATCH 07/11] drm/i915: Added the generic gpio sequence support and gpio table

[PATCH v2] drm/i915/bdw: Check for slice, subslice and EU count for BDW
 2015-09-17 14:40 UTC  (3+ messages)
` [PATCH v3] "

[PATCH libdrm] intel: Use CPU mmap for unsynchronized map with linear buffers
 2015-09-17 14:26 UTC  (2+ messages)

[PATCH] drm/i915/bios: handle MIPI Sequence Block v3+ gracefully
 2015-09-17 13:42 UTC 

regression/bug introduced by commit [0e572fe7383a376992364914694c39aa7fe44c1d] drm/i915: runtime PM support for DPMS
 2015-09-17 13:19 UTC 

[PATCH 00/14] Atomic watermark updates (v4)
 2015-09-17 13:24 UTC  (7+ messages)
` [PATCH 06/14] drm/i915/skl: Eliminate usage of pipe_wm_parameters from SKL-style WM (v2)
` [PATCH 14/14] drm/i915: Add two-stage ILK-style watermark programming (v4)

[RFC PATCH] drm/i915/skl: Add DC6 disabling as a power well
 2015-09-17 11:45 UTC  (4+ messages)

[PATCH 1/2] drm/i915/gtt: Do not initialize drm_mm twice
 2015-09-17 10:59 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v3 "

[PATCH] drm/i915: Make sure fb objects with rotated views are also fenceable
 2015-09-17 10:25 UTC  (9+ messages)
      ` [PATCH] drm/i915: Skip fence installation for objects with rotated views

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

Safe watermark value for BDW
 2015-09-17  2:34 UTC 

linux-next: manual merge of the drm-intel tree with Linus' tree
 2015-09-17  0:13 UTC 

[drm-intel:topic/drm-misc 33/35] DockBook: Warning(include/drm/drm_fb_helper.h:148): No description found for parameter 'atomic'
 2015-09-16 20:23 UTC 

[drm-intel:drm-intel-nightly 3/5] include/drm/drm_fb_helper.h:148: warning: No description found for parameter 'connector_info'
 2015-09-16 20:23 UTC 

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

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

[PATCH] drm/i915: Implement stolen reserved detection for ctg/elk
 2015-09-16 18:28 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/23] Color Management for DRM
 2015-09-16 17:51 UTC  (26+ messages)
` [PATCH 01/23] drm: Create Color Management DRM properties
` [PATCH 02/23] drm: Add structure for querying palette color capabilities
` [PATCH 03/23] drm: Add color correction blobs in CRTC state
` [PATCH 04/23] drm: Add drm structures for palette color property
` [PATCH 05/23] drm: Add structure to set/get a CTM "
` [PATCH 06/23] drm/i915: Add atomic set property interface for CRTC
` [PATCH 07/23] drm/i915: Add atomic get "
` [PATCH 08/23] drm/i915: Create color management files
` [PATCH 09/23] drm/i915: Register pipe color capabilities
` [PATCH 10/23] drm/i915: Add gamma correction handlers
` [PATCH 11/23] drm/i915: Add pipe deGamma "
` [PATCH 12/23] drm/i915: Add pipe CSC "
` [PATCH 13/23] drm/i915: CHV: Load gamma color correction values
` [PATCH 14/23] drm/i915: CHV: Load degamma "
` [PATCH 15/23] drm/i915: CHV: Pipe level Gamma correction
` [PATCH 16/23] drm/i915: CHV: Pipe level degamma correction
` [PATCH 17/23] drm/i915: CHV: Pipe level CSC correction
` [PATCH 18/23] drm/i915: Commit color changes to CRTC
` [PATCH 19/23] drm/i915: Attach color properties "
` [PATCH 20/23] drm/i915: BDW: Load gamma correction values
` [PATCH 21/23] drm/i915: BDW: Pipe level Gamma correction
` [PATCH 22/23] drm/i915: BDW: Load degamma correction values
` [PATCH 23/23] drm/i915: BDW: Pipe level degamma correction

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

[PULL] topic/drm-misc
 2015-09-16 14:45 UTC  (2+ messages)

[PATCH i-g-t] lib: allow wildcard matching when specifying subtests
 2015-09-16 14:26 UTC 

[PATCH] drm/i915: fix kernel-doc warnings in i915_gem_gtt.c
 2015-09-16 14:08 UTC  (2+ messages)

[PATCH] drm/i915: fix kernel-doc warnings in intel_lrc.c
 2015-09-16 14:04 UTC  (2+ messages)

[PATCH 00/11] drm: vblank fixes and timestamp based missed vblank guesttimation
 2015-09-16 13:21 UTC  (3+ messages)
` [PATCH 02/11] drm: Move timestamping constants into drm_vblank_crtc

[PATCH 0/4] DSI Dual link enabling on BXT
 2015-09-16 13:21 UTC  (9+ messages)
` [PATCH 1/4] drm/i915: Enable dual link mode in BXT
` [PATCH 2/4] drm/i915: Use adjusted mode clk for calculating DSI clk
` [PATCH 3/4] drm/i915: Execute RESET sequence before device ready
` [PATCH 4/4] drm/i915: Program vactive & hactive display size for both ports

[PATCH 0/3] drm/i915: MST link training locking and cleanups
 2015-09-16 13:07 UTC  (8+ messages)
` [PATCH 1/3] drm/i915: Protect MST retraining with connection_mutex
` [PATCH 2/3] drm/i915: Flatten the mst suspend/resume functions a bit
` [PATCH 3/3] drm/i915: Flatten intel_dp_check_mst_status()

[PATCH] drm/i915: set proper N/CTS in modeset
 2015-09-16 13:03 UTC  (2+ messages)

[RFC DP-typeC 0/2] Support USB typeC based DP on BXT
 2015-09-16 10:57 UTC  (3+ messages)

[Intel-gfx] Contribute to DRM
 2015-09-16 10:38 UTC  (2+ messages)
`  "

[PATCH v6 0/4] Support for creating/using Stolen memory backed objects
 2015-09-16  9:01 UTC  (4+ messages)
` [PATCH 3/4] drm/i915: Add support for stealing purgable stolen pages

[RFC PATCH] drm/i915: Consider SPLL as another shared pll
 2015-09-16  7:23 UTC 

[PATCH 09/15] drm/i915: Add NV12 support to intel_framebuffer_init
 2015-09-16  1:35 UTC  (8+ messages)

[PATCH 00/15] drm/i915: Adding NV12 for skylake display
 2015-09-16  1:34 UTC  (7+ messages)
` [PATCH 07/15] drm/i915: Add NV12 as supported format for primary plane

[PATCH 5/6] drm/i915/guc: Media domain bit needed when notify GuC rc6 state
 2015-09-15 23:31 UTC  (2+ messages)
` [PATCH 05/15] "

[PATCH 3/6] drm/i915/guc: Add host2guc notification for suspend and resume
 2015-09-15 23:30 UTC  (2+ messages)
` [PATCH 03/15] "

[PATCH] drm/i915: Add GuC css header parser
 2015-09-15 23:28 UTC  (2+ messages)
` [PATCH 02/15] drm/i915/guc: "

[PATCH 1/2] drm/i915: workaround bad DSL readout in start of pipe update
 2015-09-15 21:00 UTC  (6+ messages)
` [PATCH] drm/i915: workaround bad DSL readout v2


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).