public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-01-21 11:24:18 to 2015-01-23 15:31:40 UTC [more...]

[RFC PATCH 00/12] drm/i915: port dsi over to drm panel/dsi frameworks
 2015-01-23 15:31 UTC  (37+ messages)
` [RFC PATCH 01/12] drm/i915/dsi: call dpi_send_cmd() for each dsi port at a higher level
` [RFC PATCH 02/12] drm/i915/dsi: set max return packet size for each dsi port
  ` [PATCH v2] "
` [RFC PATCH 03/12] drm/i915/dsi: move wait_for_dsi_fifo_empty to intel_dsi.c
` [RFC PATCH 04/12] drm/i915/dsi: call wait_for_dsi_fifo_empty() for each dsi port
` [RFC PATCH 05/12] drm/i915/dsi: remove unnecessary dsi device callbacks
` [RFC PATCH 06/12] drm/i915/dsi: add some constness to vbt panel driver
` [RFC PATCH 07/12] drm/i915/dsi: switch to drm_panel interface
  ` [PATCH v2] "
` [RFC PATCH 08/12] drm/i915/dsi: add drm mipi dsi host support
` [RFC PATCH 09/12] drm/i915/dsi: make the vbt panel driver use mipi_dsi_device for transfers
` [RFC PATCH 10/12] drm/i915/dsi: remove old read/write functions in favor of new stuff
` [RFC PATCH 11/12] drm/i915/dsi: move dpi_send_cmd() to intel_dsi.c and make it static
` [RFC PATCH 12/12] drm/i915/dsi: remove intel_dsi_cmd.c and the unused functions therein

[PATCH 1/2] drm/i915: Convert hangcheck from a timer into a delayed work item
 2015-01-23 14:16 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Display current hangcheck status in debugfs

[RFC] drm/i915: Android native sync support
 2015-01-23 14:02 UTC  (13+ messages)
` [RFC v2] "

[PATCH] drm/i915: Use symbolic irqreturn for ->hpd_pulse
 2015-01-23 13:44 UTC  (3+ messages)

[QA 2015/01/23 ww04] Testing report for `drm-intel-testing` (was: Updated -next)
 2015-01-23 13:24 UTC 

[PATCH] drm/i915: debugfs interface to read module parameters
 2015-01-23 12:35 UTC  (2+ messages)

[PATCH] drm/mm: Support 4 GiB and larger ranges
 2015-01-23  8:05 UTC 

[RFC] dma-buf: cleanup dma_buf_export() to make it easily extensible
 2015-01-23  7:34 UTC 

[PATCH 00/10] i915 nuclear pageflip (v2)
 2015-01-23  5:43 UTC  (24+ messages)
` [PATCH 01/10] drm: Add rotation value to plane state
` [PATCH 02/10] drm/i915: Move rotation from intel_plane to drm_plane_state
` [PATCH 03/10] drm/i915: Consolidate plane handler vtables
` [PATCH 04/10] drm/i915: Add .atomic_{get, set}_property() entrypoints to planes
` [PATCH 05/10] drm/i915: Add main atomic entrypoints (v2)
` [PATCH 06/10] drm/i915: Setup dummy atomic state for connectors (v2)
    ` [PATCH 06/10] drm/i915: Setup dummy atomic state for connectors (v3)
` [PATCH 07/10] drm/i915: Add atomic_get_property entrypoint for connectors
    ` [PATCH 07/10] drm/i915: Add atomic_get_property entrypoint for connectors (v2)
` [PATCH 08/10] drm/i915: Add crtc state duplication/destruction functions
` [PATCH 09/10] drm/i915: Switch plane properties to full atomic helper
` [PATCH 10/10] drm/i915: Add i915.nuclear_pageflip command line param to force atomic (v3)
    ` [PATCH 10/10] drm/i915: Add i915.nuclear_pageflip command line param to force atomic (v4)

[PATCH 1/5] drm/atomic: Add drm_crtc_state->active
 2015-01-23  3:07 UTC  (12+ messages)
` [PATCH 2/5] drm/atomic-helper: add connector->dpms() implementation
  ` [PATCH] "
` [PATCH 3/5] drm/atomic-helpers: Recover full cursor plane behaviour
` [PATCH 4/5] drm/atomic-helpers: Saner encoder/crtc callbacks
` [PATCH 5/5] drm/atomic-helper: debug output for modesets

[PATCH] drm/i915: Insert a command barrier on BLT/BSD cache flushes
 2015-01-22 22:45 UTC  (6+ messages)
` [Intel-gfx] "
  ` [PATCH v2] "

[PATCH] drm/i915/skl: Enabling PSR on Skylake
 2015-01-22 17:48 UTC  (2+ messages)

[PATCH 1/4] drm: Add standardized boolean props
 2015-01-22 17:32 UTC  (13+ messages)
` [PATCH 2/4] drm/atomic: Add drm_crtc_state->active
  ` [PATCH] "
` [PATCH 4/4] drm/atomic-helpers: Recover full cursor plane behaviour
` [PATCH] drm: Add standardized boolean props

[PATCH 00/24] PPGTT dynamic page allocations
 2015-01-22 17:01 UTC  (26+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/24] drm/i915/trace: Fix offsets for 64b
  ` [PATCH v4 02/24] drm/i915: Rename to GEN8_LEGACY_PDPES
  ` [PATCH v4 03/24] drm/i915: Setup less PPGTT on failed page_directory
  ` [PATCH v4 04/24] drm/i915/gen8: Un-hardcode number of page directories
  ` [PATCH v4 05/24] drm/i915: page table abstractions
  ` [PATCH v4 06/24] drm/i915: Complete page table structures
  ` [PATCH v4 07/24] drm/i915: Create page table allocators
  ` [PATCH v4 08/24] drm/i915: Plumb drm_device through page tables operations
  ` [PATCH v4 09/24] drm/i915: Track GEN6 page table usage
  ` [PATCH v4 10/24] drm/i915: Extract context switch skip and pd load logic
  ` [PATCH v4 11/24] drm/i915: Track page table reload need
  ` [PATCH v4 12/24] drm/i915: Initialize all contexts
  ` [PATCH v4 13/24] drm/i915: Finish gen6/7 dynamic page table allocation
  ` [PATCH v4 14/24] drm/i915: Add dynamic page trace events
  ` [PATCH v4 15/24] drm/i915/bdw: Use dynamic allocation idioms on free
  ` [PATCH v4 16/24] drm/i915/bdw: page directories rework allocation
  ` [PATCH v4 17/24] drm/i915/bdw: pagetable allocation rework
  ` [PATCH v4 18/24] drm/i915/bdw: Update pdp switch and point unused PDPs to scratch page
  ` [PATCH v4 19/24] drm/i915: num_pd_pages/num_pd_entries isn't useful
  ` [PATCH v4 20/24] drm/i915: Extract PPGTT param from page_directory alloc
  ` [PATCH v4 21/24] drm/i915/bdw: Split out mappings
  ` [PATCH v4 22/24] drm/i915/bdw: begin bitmap tracking
  ` [PATCH v4 23/24] drm/i915/bdw: Dynamic page table allocations
  ` [PATCH v4 24/24] drm/i915/bdw: Support dynamic pdp updates in lrc mode

[PATCH v3 0/10] eDP DRRS based on frontbuffer tracking
 2015-01-22 16:45 UTC  (24+ messages)
` [PATCH 1/10] drm/i915: Modifying structures related to DRRS
` [PATCH 5/10] drm/i915/bdw: Add support for DRRS to switch RR
      ` [PATCH] "
` [PATCH 7/10] drm/i915: Enable eDP DRRS for CHV
` [PATCH 9/10] drm/i915: Add debugfs entry for DRRS
        ` [PATCH] "
` [PATCH 10/10] kms_drrs: Test DRRS entry and exit

[PATCH 1/2] drm/probe-helper: don't lose hotplug event
 2015-01-22 14:44 UTC  (6+ messages)
` [PATCH 2/2] drm/probe-helper: clamp unknown connector status in the poll work
` [PATCH] drm/probe-helper: don't lose hotplug event

[PATCH] blit
 2015-01-22 13:23 UTC  (2+ messages)

[PATCH] igt/gem_concurrent_blit: Move buffer allocation after requires
 2015-01-22 13:21 UTC 

[PATCH 3/10] drm/i915: Enable/disable DRRS
 2015-01-22  9:47 UTC  (2+ messages)
` [PATCH] "

[PATCH 2/10] drm/i915: Initialize DRRS delayed work
 2015-01-22  9:44 UTC  (2+ messages)
` [PATCH] "

[PATCH i-g-t] tests/gem_concurrent_blit: Fix indent
 2015-01-22  9:01 UTC 

[PATCH i-g-t] tests/gem_concurrent_blt: Adjust subtest naming
 2015-01-22  8:53 UTC  (2+ messages)

[PATCH 1/4] drm/i915: Implement Wa4x4STCOptimizationDisable:chv
 2015-01-22  6:16 UTC  (6+ messages)
` [PATCH 2/4] drm/i915: Drop some more CHV pre-production workarounds
` [PATCH 3/4] drm/i915: Change CHV WIZ hashing mode to 16x4
` [PATCH 4/4] drm/i915: Change VLV "

[PATCH] drm/i915: Fix and clean BDW PCH identification
 2015-01-22  6:15 UTC  (8+ messages)

[PATCH] drm/i915: Don't WARN on BDW when PCH is propperly identified
 2015-01-22  1:24 UTC  (2+ messages)

[PATCH] drm/i915: Quietly reject attempts to create non-pagealigned stolen objects
 2015-01-21 22:22 UTC  (5+ messages)
      ` [Intel-gfx] "

[PATCH] drm/i915/bdw: PCI IDs ending in 0xb are ULT
 2015-01-21 19:46 UTC 

[PATCH] drm/i915: Reset RPS events when enabling RPS
 2015-01-21 19:23 UTC  (3+ messages)

[PATCH] drm/i915: BDW Fix Halo PCI IDs marked as ULT
 2015-01-21 19:12 UTC  (3+ messages)

[PATCH 00/13] i915 nuclear pageflip
 2015-01-21 18:44 UTC  (9+ messages)
` [PATCH 08/13] drm/i915: Add main atomic entrypoints
` [PATCH 09/13] drm/i915: Setup dummy atomic state for connectors
` [PATCH 10/13] drm/i915: Set connector state destruction handler
` [PATCH 13/13] drm/i915: Add i915.nuclear kernel command line param to force atomic

[PATCH] drm/i915: Init PPGTT before context enable
 2015-01-21 17:56 UTC  (5+ messages)

[PATCH] Revert "drm/i915/chv: Use timeout mode for RC6 on chv"
 2015-01-21 17:40 UTC  (3+ messages)

[PATCH] drm/i915: Actually make per-fd contexts useful
 2015-01-21 17:28 UTC  (4+ messages)

[PATCH] drm/i915: Only fence tiled region of object
 2015-01-21 17:09 UTC  (3+ messages)

[PATCH i-g-t 01/15] tests/kms_psr_sink_crc: Make blt visible to human eyes
 2015-01-21 17:18 UTC  (3+ messages)
` [PATCH i-g-t 14/15] lib/igt_core: introduce --loop

[PATCH] drm/i915: fix inconsistent brightness after resume
 2015-01-21 17:04 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/2] drm/i915: Simplify flush_cpu_write_domain
 2015-01-21 15:02 UTC  (11+ messages)
` [PATCH 2/2] drm/i915: Remove open-coded callers of flush_cpu_write_domain

[PATCH] drm/i915: Remove open-coded callers of flush_cpu_write_domain
 2015-01-21 15:00 UTC 

[PATCH] drm/i915: Use sizeof(*fb) not sizeof(struct ...) in get_initial_plane_config()
 2015-01-21 14:07 UTC 

[PATCH] drm/i915: Fix kzalloc() smatch warnings in get_initial_plane_config()
 2015-01-21 13:57 UTC  (3+ messages)

[PATCH] drm/i915: Performed deferred clflush inside set-cache-level
 2015-01-21 12:26 UTC  (4+ messages)


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