public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-04-26 17:29:33 to 2016-04-27 12:37:51 UTC [more...]

[PATCH 0/9] A little bit of KMS debug logging tidy
 2016-04-27 12:37 UTC  (15+ messages)
` [PATCH 1/9] drm: Add drm_mode_debug_printmodeline_raw
` [PATCH 2/9] drm: Recognize invalid (all-zero) modes in drm_mode_debug_printmodeline(_raw)
` [PATCH 3/9] drm/i915: Compact modes in intel_dump_pipe_config
` [PATCH 4/9] drm/i915: Tidy planes and scaler info "
` [PATCH 5/9] drm/i915: Compact intel_dump_pipe_config some more
` [PATCH 6/9] drm/i915: Log watermark latencies on a single line per plane
` [PATCH 7/9] drm/i915: Compact display clock logging
` [PATCH 8/9] drm/i915: Print DisplayPort clocks on a single line
` [PATCH 9/9] drm: Quiet down drm_mode_getconnector
` ✗ Fi.CI.BAT: warning for A little bit of KMS debug logging tidy

[PATCH] drm/i915: tidy up gen8_init_scratch
 2016-04-27 12:30 UTC  (2+ messages)

No premature unpinning
 2016-04-27 12:32 UTC  (4+ messages)
` [PATCH v4 01/25] drm/i915/fbdev: Call intel_unpin_fb_obj() on release

[PATCH] drm: Quiet down drm_mode_getresources
 2016-04-27 12:24 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

Kernel Oops on 3.14.66
 2016-04-27 12:20 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 00/35] Moar struct_mutex nuking
 2016-04-27 12:19 UTC  (84+ messages)
` [PATCH 01/35] drm: Give drm_agp_clear drm_legacy_ prefix
` [PATCH 02/35] drm: Put legacy lastclose work into drm_legacy_dev_reinit
` [PATCH 03/35] drm: Move drm_getmap into drm_bufs.c and give it a legacy prefix
` [PATCH 04/35] drm: Forbid legacy MAP functions for DRIVER_MODESET
  ` [PATCH] drm: sti: remove useless call to dev->struct_mutex
` [PATCH 05/35] drm: Push struct_mutex into ->master_destroy
` [PATCH 06/35] drm: Hide master MAP cleanup in drm_bufs.c
  ` [PATCH] "
` [PATCH 07/35] drm: Make drm_vm_open/close_locked private to drm_vm.c
` [PATCH 08/35] drm: Protect dev->filelist with its own mutex
    ` [Intel-gfx] "
` [PATCH 09/35] drm/gem: support BO freeing without dev->struct_mutex
  ` [PATCH] "
` [PATCH 10/35] drm/amdgpu: Use lockless gem BO free callback
` [PATCH 11/35] drm/armada: "
` [PATCH 12/35] drm/ast: "
` [PATCH 13/35] drm/atmel: "
` [PATCH 14/35] drm/bochs: "
` [PATCH 15/35] drm/cirrus: "
` [PATCH 16/35] drm/etnaviv: "
` [PATCH 17/35] drm/exynos: "
` [PATCH 18/35] drm/fls-dcu: "
` [PATCH 19/35] drm/imx: "
` [PATCH 20/35] drm/mga200g: "
` [PATCH 21/35] drm/nouveau: "
` [PATCH 22/35] drm/qxl: "
` [PATCH 23/35] drm/radeon: "
` [PATCH 24/35] drm/rcar-du: "
` [PATCH 25/35] drm/rockchip: "
` [PATCH 26/35] drm/shmob: "
  ` [PATCH 27/35] drm/tegra: "
` [PATCH 28/35] drm/tilcdc: "
` [PATCH 29/35] drm/vc4: Use drm_gem_object_unreference_unlocked
` [PATCH 30/35] drm/vc4: Use lockless gem BO free callback
` [PATCH 31/35] drm/vgem: "
` [PATCH 32/35] drm/virtio: "
` [PATCH 33/35] drm: sti: remove useless call to dev->struct_mutex
` [PATCH 34/35] drm/virtio: Use lockless gem BO free callback
` [PATCH 35/35] drm/rockchip: Use cma gem vm ops
  ` [PATCH 1/3] "
    ` [PATCH 2/3] drm/exynos: Nuke dummy fb->dirty callback
    ` [PATCH 3/3] drm/msm: "
` ✗ Fi.CI.BAT: failure for Moar struct_mutex nuking

[PATCH] drm/i915: tidy up gen8_init_scratch
 2016-04-27 11:26 UTC  (4+ messages)

Premature unpinning, finally?
 2016-04-27 10:59 UTC  (33+ messages)
` [PATCH v6 01/25] drm/i915/fbdev: Call intel_unpin_fb_obj() on release
` [PATCH v6 02/25] drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addr
  ` [PATCH v6 03/25] io-mapping: Specify mapping size for io_mapping_map_wc()
` [PATCH v6 04/25] drm/i915: Introduce i915_vm_to_ggtt()
` [PATCH v6 05/25] drm/i915: Move ioremap_wc tracking onto VMA
` [PATCH v6 06/25] drm/i915: Use i915_vma_pin_iomap on the ringbuffer object
` [PATCH v6 07/25] drm/i915: Mark the current context as lost on suspend
` [PATCH v6 08/25] drm/i915: L3 cache remapping is part of context switching
` [PATCH v6 09/25] drm/i915: Consolidate L3 remapping LRI
` [PATCH v6 10/25] drm/i915: Remove early l3-remap
` [PATCH v6 11/25] drm/i915: Rearrange switch_context to load the aliasing ppgtt on first use
` [PATCH v6 12/25] drm/i915: Unify intel_ring_begin()
` [PATCH v6 13/25] drm/i915: Remove the identical implementations of request space reservation
` [PATCH v6 14/25] drm/i915: Manually unwind after a failed request allocation
` [PATCH v6 15/25] drm/i915: Preallocate enough space for the average request
` [PATCH v6 16/25] drm/i915: Update execlists context descriptor format commentary
` [PATCH v6 17/25] drm/i915: Assign every HW context a unique ID
` [PATCH v6 18/25] drm/i915: Replace the pinned context address with its "
` [PATCH v6 19/25] drm/i915: Refactor execlists default context pinning
` [PATCH v6 20/25] drm/i915: Move the magical deferred context allocation into the request
` [PATCH v6 21/25] drm/i915: Move releasing of the GEM request from free to retire/cancel
` [PATCH v6 22/25] drm/i915: Track the previous pinned context inside the request
` [PATCH v6 23/25] drm/i915: Store LRC hardware id in "
` [PATCH v6 24/25] drm/i915: Stop tracking execlists retired requests
` [PATCH v6 25/25] drm/i915: Unify GPU resets upon shutdown
` ✗ Fi.CI.BAT: failure for series starting with [v6,01/25] drm/i915/fbdev: Call intel_unpin_fb_obj() on release

Cleanup of early quirks
 2016-04-27 10:52 UTC  (6+ messages)
` [PATCH 1/2] drm/i915: Canonicalize stolen memory calculations
` [PATCH v2 "
  ` [PATCH v2 2/2] drm/i915: Function per early graphics quirk

[PATCH i-g-t v3 0/6] Improve kms_panel_fitting
 2016-04-27 10:37 UTC  (9+ messages)
` [PATCH i-g-t v3 1/6] kms_panel_fitting: Remove un-read variable
` [PATCH i-g-t v3 2/6] kms_panel_fitting: Remove un-read variable pipe_crc
` [PATCH i-g-t v3 3/6] kms_panel_fitting: Remove un-used variable
` [PATCH i-g-t v3 4/6] kms_panel_fitting: Switched DRM format to a hardware agnostic alternative
` [PATCH i-g-t v3 5/6] kms_panel_fitting: Enabled test on non-Intel hardware
` [PATCH i-g-t v3 6/6] kms_panel_fitting: Enable connectors with "scaling mode" property set

[PATCH] drm/i915: Protect gen7 irq_seqno_barrier with uncore lock
 2016-04-27 10:15 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

blank screen on boot with i915/DRM_FBDEV_EMULATION
 2016-04-27 10:03 UTC  (7+ messages)
      ` i951 ERRORs and WARN_ON()s (was: blank screen on boot with i915/DRM_FBDEV_EMULATION)

[PATCH 1/4] CI_ONLY: add enable_guc_loading parameter
 2016-04-27  9:43 UTC  (3+ messages)

[PATCH] drm/i915/kbl: Introduce the first official DMC for Kabylake
 2016-04-27  8:26 UTC  (5+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/kbl: Introduce the first official DMC for Kabylake. (rev2)

[PATCH 0/3] drm/i915: Cdclk related fixes and polish
 2016-04-27  8:19 UTC  (4+ messages)
` [PATCH 1/3] drm/i915: Update CDCLK_FREQ register on BDW after changing cdclk frequency
` ✗ Fi.CI.BAT: warning for drm/i915: Cdclk related fixes and polish

[PATCH 0/9] Support blending modes of display planes
 2016-04-27  8:17 UTC  (5+ messages)
` [PATCHv2 0/5] "
  ` [PATCHv2 1/5] drm: Introduce the blend-func property

[PATCH 1/5] drm/modes: add connector reference counting. (v2)
 2016-04-27  7:52 UTC  (14+ messages)
` [PATCH 2/5] drm/fb_helper: add connector reference counting
  ` [Intel-gfx] "
` [PATCH 3/5] drm/crtc: take references to connectors used in a modeset
  ` [Intel-gfx] "
` [PATCH 4/5] drm/atomic: use connector references
    ` [Intel-gfx] "
` [PATCH 5/5] drm/i915/mst: use reference counted connectors. (v2)
` [Intel-gfx] [PATCH 1/5] drm/modes: add connector reference counting. (v2)

[PATCH v4 1/2] shmem: Support for registration of driver/file owner specific ops
 2016-04-27  7:38 UTC  (6+ messages)

RFC: libdrm: Support Iris Graphics 540 & 550 (Skylake GT3e)
 2016-04-27  7:37 UTC 

[PATCH v5 0/3] drm/i915/dsi: improved gpio element support for vlv/chv/bxt
 2016-04-27  7:23 UTC  (10+ messages)
` [PATCH v5 1/3] drm/i915/dsi: add support for sequence block v3 gpio for VLV
` [PATCH v5 2/3] drm/i915/dsi: add support for gpio elements on CHV
` [PATCH v5 3/3] drm/i915/bxt: add bxt dsi gpio element support

[PATCH 00/12] drm/atomic: Rename async to nonblocking
 2016-04-27  7:17 UTC  (3+ messages)
` [PATCH 08/12] drm/sti: Rename async to nonblock

Could you merge the tsc patches directly from Len Brown's public repo?
 2016-04-27  5:18 UTC  (4+ messages)

linux-next: manual merge of the drm-misc tree with the drm-intel tree
 2016-04-27  2:32 UTC 

[PATCH] drm/i915/guc: Use major_minor version for filename
 2016-04-26 23:30 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

driver crashes if I try to het 2560 x 1440 @ 50Hz CVT-RB running under Linux... Ideas?
 2016-04-26 20:05 UTC  (3+ messages)

i951 Xv playback uneven
 2016-04-26 20:02 UTC 

[PATCH 1/2] drm/i915: Support per-PPGTT address space mode
 2016-04-26 18:51 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: generate address mode bit from PPGTT instance
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915: Support per-PPGTT address space mode

[PATCH v2 1/2] drm/i915/gen9: Clean up MOCS table definitions
 2016-04-26 17:57 UTC  (8+ messages)
` [PATCH v2 2/2] drm/i915/bxt: Fix inadvertent CPU snooping due to incorrect MOCS config


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