public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2013-08-13 17:59:44 to 2013-08-15 22:43:42 UTC [more...]

[PATCH] i915: Update VGA arbiter support for newer devices
 2013-08-15 22:43 UTC 

[PATCH 0/2] vgaarb: Fixes for partial VGA opt-out
 2013-08-15 22:37 UTC  (3+ messages)
` [PATCH 1/2] vgaarb: Don't disable resources that are not owned
` [PATCH 2/2] vgaarb: Fix VGA decodes changes

[PATCH] assembler: error for the wrong syntax of SEND instruction on GEN6+
 2013-08-15 21:47 UTC  (3+ messages)

[PATCH 1/4] [v2] drm/i915: Remove node only when allocated
 2013-08-15 21:42 UTC  (29+ messages)
` [PATCH 2/4] [v3] drm/i915: cleanup map&fence in bind
` [PATCH 3/4] drm: WARN when removing unallocated node
  ` [Intel-gfx] "
` [PATCH 4/4] [v4] drm/i915: Convert execbuf code to use vmas
  ` Split up execbuf vma conversion
    ` [PATCH 1/4] drm/i915: s/obj->exec_list/obj->obj_exec_link
    ` [PATCH 2/4] drm/i915: Switch eviction code to use vmas
    ` [PATCH 3/4] drm/i915: prepare bind_to_vm for preallocated vma
    ` [PATCH 4/4] drm/i915: Convert execbuf code to use vmas
      ` [PATCH] drm/i915: inline vma_create into lookup_or_create_vma

[PULL] drm-intel-fixes
 2013-08-15 19:36 UTC 

[PATCH igt] intel_infoframes: Add support for decoding HDMI VICs
 2013-08-15 15:49 UTC  (3+ messages)

HDMI 4k support v3
 2013-08-15 15:14 UTC  (20+ messages)
` [PATCH 01/12] drm: Don't export drm_find_cea_extension() any more
` [PATCH 02/12] drm/edid: Fix add_cea_modes() style issues
` [PATCH 03/12] drm/edid: Parse the HDMI CEA block and look for 4k modes
` [PATCH 04/12] drm: Add support for alternate clocks of "
` [PATCH 05/12] video/hdmi: Don't let the user of this API create invalid infoframes
` [PATCH 06/12] video/hdmi: Derive the bar data valid bit from the bar data fields
` [PATCH 07/12] video/hdmi: Introduce helpers for the HDMI vendor specific infoframe
  ` [Intel-gfx] "
  ` [PATCH 08/12] gpu: host1x: Port the HDMI vendor infoframe code the common helpers
` [PATCH 09/12] drm/edid: Move HDMI_IDENTIFIER to hdmi.h
` [PATCH 10/12] video/hdmi: Hook the HDMI vendor infoframe with the generic _pack()
` [PATCH 11/12] drm: Add a helper to forge HDMI vendor infoframes
` [PATCH 12/12] drm/i915/hdmi: Write HDMI vendor specific infoframes

[PATCH 0/9] Haswell Package C8+
 2013-08-15 14:51 UTC  (22+ messages)
` [PATCH 1/9] drm/i915: add the FCLK case to intel_ddi_get_cdclk_freq
` [PATCH 2/9] drm/i915: wrap GTIMR changes
` [PATCH 3/9] drm/i915: wrap GEN6_PMIMR changes
` [PATCH 4/9] drm/i915: don't update GEN6_PMIMR when it's not needed
` [PATCH 5/9] drm/i915: add dev_priv->pm_irq_mask
` [PATCH 6/9] drm/i915: don't disable/reenable IVB error interrupts when not needed
` [PATCH 6.1/9] drm/i915: don't queue PM events we won't process
  ` [PATCH 6.3/9] drm/i915: merge HSW and SNB PM irq handlers

[PATCH 00/14] drm/i915: Baytrail MIPI DSI support
 2013-08-15 14:08 UTC  (8+ messages)
` [PATCH 04/14] drm/i915: add MIPI DSI register definitions
` [PATCH 08/14] drm/i915: add basic MIPI DSI output support

[PATCH] i915: Add a Kconfig option to turn on i915.preliminary_hw_support by default
 2013-08-15 11:36 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH] drm/i915: enable the power well before module unload
 2013-08-15 11:32 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH 00/20] prime patches
 2013-08-15  8:03 UTC  (22+ messages)
` [PATCH 01/20] drm: use common drm_gem_dmabuf_release in i915/exynos drivers
` [PATCH 02/20] drm/exynos: explicit store base gem object in dma_buf->priv
` [PATCH 03/20] drm/prime: remove cargo-cult locking from map_sg helper
` [PATCH 04/20] drm/prime: add a bit of documentation about gem_obj->import_attach
` [PATCH 05/20] drm/gem: move drm_gem_object_handle_unreference_unlocked into drm_gem.c
` [PATCH 06/20] drm/gem: remove bogus NULL check from drm_gem_object_handle_unreference_unlocked
` [PATCH 07/20] drm/gem: WARN about unbalanced handle refcounts
` [PATCH 08/20] drm/gem: fix up flink name create race
` [PATCH 09/20] drm/prime: fix error path in drm_gem_prime_fd_to_handle
` [PATCH 10/20] drm/gem: make drm_gem_object_handle_unreference_unlocked static
` [PATCH 11/20] drm/gem: create drm_gem_dumb_destroy
` [PATCH 12/20] drm/prime: use proper pointer in drm_gem_prime_handle_to_fd
` [PATCH 13/20] drm/prime: shrink critical section protected by prime lock
` [PATCH 14/20] drm/prime: clarify logic a bit in drm_gem_prime_fd_to_handle
` [PATCH 15/20] drm/gem: switch dev->object_name_lock to a mutex
` [PATCH 16/20] drm/gem: completely close gem_open vs. gem_close races
` [PATCH 17/20] drm/prime: proper locking+refcounting for obj->dma_buf link
` [PATCH 18/20] drm/prime: Simplify drm_gem_remove_prime_handles
` [PATCH 19/20] drm/prime: make drm_prime_lookup_buf_handle static
` [PATCH 20/20] drm/prime: Always add exported buffers to the handle cache

Improved IGT support for text fixtures
 2013-08-14 23:40 UTC  (2+ messages)

intel-gpu-tools: --disable-tests option should make cairo-check obsolete
 2013-08-14 21:41 UTC  (3+ messages)

[PATCH 0/5] First cut of prime patches for drm-next
 2013-08-14 21:37 UTC  (3+ messages)
` [PATCH 3/5] drm/i915: explicit store base gem object in dma_buf->priv

[PATCH] drm/i915: Only unmask required PM interrupts
 2013-08-14 21:07 UTC  (4+ messages)

VGA arbiter support for Intel HD?
 2013-08-14 20:01 UTC  (6+ messages)

[PATCH] drm/i915: Don't load context at driver init time on SNB
 2013-08-14 17:41 UTC  (5+ messages)

3.11.0-rc5: WARNING: at drivers/gpu/drm/i915/intel_display.c:8286 check_crtc_state
 2013-08-14 15:54 UTC 

[PATCH 1/2] drm/i915: check the power well when redisabling VGA
 2013-08-14 14:51 UTC  (3+ messages)

[PATCH] drm/i915: VGA also requires the power well
 2013-08-14 14:41 UTC  (6+ messages)

[PATCH] drm/i915: Dump the contents of the GTT
 2013-08-14 13:53 UTC  (9+ messages)

HDMI 4k support v2
 2013-08-14 11:32 UTC  (25+ messages)
` [PATCH 01/12] drm: Don't export drm_find_cea_extension() any more
` [PATCH 02/12] drm/edid: Fix add_cea_modes() style issues
` [PATCH 03/12] drm/edid: Parse the HDMI CEA block and look for 4k modes
` [PATCH 04/12] drm: Add support for alternate clocks of "
  ` [Intel-gfx] "
` [PATCH 05/12] video/hdmi: Don't let the user of this API create invalid infoframes
` [PATCH 06/12] video/hdmi: Derive the bar data valid bit from the bar data fields
` [PATCH 07/12] video/hdmi: Introduce helpers for the HDMI vendor specific infoframe
  ` [Intel-gfx] "
  ` [PATCH 08/12] gpu: host1x: Port the HDMI vendor infoframe code the common helpers
` [PATCH 09/12] drm/edid: Move HDMI_IDENTIFIER to hdmi.h
` [PATCH 10/12] video/hdmi: Hook the HDMI vendor infoframe with the generic _pack()
  ` [Intel-gfx] "
` [PATCH 11/12] drm: Add a helper to forge HDMI vendor infoframes
` [PATCH 12/12] drm/i915/hdmi: Write HDMI vendor specific infoframes

[PATCH] Correct misspelled caching
 2013-08-14 11:13 UTC  (5+ messages)

[PATCH] drm/i915: Introduce mapping of user pages into video memory (userptr) ioctl
 2013-08-14 10:59 UTC 

[PATCH] drm/i915: Drop the overzealous warning from i915_gem_set_cache_level
 2013-08-14 10:01 UTC  (7+ messages)

[PATCH] drm/i915: use vma->node directly and rewrap map&fence in bind
 2013-08-14  8:25 UTC 

[PATCH] intel: Update i915_drm.h and correct misspelled caching
 2013-08-14  8:19 UTC 

[PATCH] drm/i915: clarify error paths in create_stolen_for_preallocated
 2013-08-14  8:03 UTC 

[PATCH] drm/i915: Apply the force-detect VGA w/a to Valleyview
 2013-08-14  7:24 UTC 

libdrm vs. kernel-drm: Spelling of caching/cacheing and its impact?
 2013-08-14  7:16 UTC  (5+ messages)

[PATCH 0/8] Allow Package C8+
 2013-08-13 21:48 UTC  (9+ messages)
` [PATCH i-g-t] tests: add pc8

[PATCH 1/2] drm/i915: Initialize seqno for VECS too
 2013-08-13 21:12 UTC  (3+ messages)

[PATCH] drm/i915: Force a full modeset if the requested CRTC is disconnected
 2013-08-13 20:58 UTC  (4+ messages)

linux-next: Tree for Aug 13 [ screen corruption in graphical mode ]
 2013-08-13 20:52 UTC  (20+ messages)

[PATCH 2/2] drm/i915: tune the RC6 threshold for stability
 2013-08-13 20:29 UTC  (2+ messages)

[PATCH] drm/i915: print a message when we detect an early Haswell SDV
 2013-08-13 18:45 UTC  (3+ messages)

[PATCH] drm/i915: Print the changes required for modeset
 2013-08-13 18:44 UTC  (3+ messages)


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