public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-01-12 12:45:29 to 2016-01-13 16:43:41 UTC [more...]

[PATCH] drm/i915: disable non-sequential pfits on ivb/hsw
 2016-01-13 16:43 UTC  (4+ messages)

[PATCH] drm/i915: Dump power well states on unclaimed trace
 2016-01-13 16:33 UTC 

[PATCH v10] drm/i915: Extend LRC pinning to cover GPU context writeback
 2016-01-13 16:19 UTC 

[PATCH] drm/i915/dp: fall back to 18 bpp when sink capability is unknown
 2016-01-13 16:17 UTC  (4+ messages)
` ✗ failure: Fi.CI.BAT

[PATCH 2/7] drm/i915: Do not call API requiring struct_mutex where it is not available
 2016-01-13 16:16 UTC  (4+ messages)
` [PATCH v2 "
    ` [PATCH v3] "

[PATCH] drm/i915: Expose exec parameter to force non IA-Coherent for Gen9+
 2016-01-13 16:09 UTC  (5+ messages)
` ✓ success: Fi.CI.BAT

[PATCH] drm/i915: Handle PipeC fused off on HSW
 2016-01-13 16:02 UTC  (8+ messages)
` [PATCH v2] drm/i915: Handle PipeC fused off on GEN7+
` ✓ success: Fi.CI.BAT
` [PATCH v3] drm/i915: Handle PipeC fused off on IVB/HSW/BDW

[PATCH v3 0/7] Misc cleanups and locking fixes
 2016-01-13 15:55 UTC  (23+ messages)
` [PATCH 6/7] drm/i915: Only grab timestamps when needed
          ` [PATCH v2] "
` [PATCH 7/7] drm/i915: GEM operations need to be done under the big lock

[PATCH 0/7] drm/i915: Reviewed fb offsets[] prep patches
 2016-01-13 15:52 UTC  (10+ messages)
` [PATCH 1/7] drm/i915: Pass modifier instead of tiling_mode to gen4_compute_page_offset()
` [PATCH v3 2/7] drm/i915: Factor out intel_tile_width()
` [PATCH v2 3/7] drm/i915: Redo intel_tile_height() as intel_tile_size() / intel_tile_width()
` [PATCH v2 4/7] drm/i915: change intel_fill_fb_ggtt_view() to use the real tile size
` [PATCH 5/7] drm/i915: Use intel_tile_{size, width, height}() in intel_gen4_compute_page_offset()
` [PATCH v2 6/7] drm/i915: s/intel_gen4_compute_page_offset/intel_compute_tile_offset/
` [PATCH 7/7] drm/i915: Refactor intel_surf_alignment()
` ✗ warning: Fi.CI.BAT

[PATCH 1/5] drm/i915: use hlist_for_each_entry
 2016-01-13 15:42 UTC  (4+ messages)
` [PATCH 2/5] drm/i915: use kobj_to_dev()
` [Intel-gfx] [PATCH 1/5] drm/i915: use hlist_for_each_entry

[PATCH 0/8] Gen9 HW whitelist and Preemption WA patches
 2016-01-13 15:38 UTC  (17+ messages)
` [PATCH 1/8] drm/i915/gen9: Add framework to whitelist specific GPU registers
` [PATCH 2/8] drm/i915/gen9: Add GEN8_CS_CHICKEN1 to HW whitelist
` [PATCH 3/8] drm/i915/gen9: Add HDC_CHICKEN1 "
` [PATCH 4/8] drm/i915/bxt: Add GEN9_CS_DEBUG_MODE1 "
` [PATCH 5/8] drm/i915/bxt: Add GEN8_L3SQCREG4 "
` [PATCH 6/8] drm/i915/skl: "
` [PATCH 7/8] drm/i915/skl: Enable Per context Preemption granularity control
` [PATCH 8/8] drm/i915/gen9: Add WaOCLCoherentLineFlush
` ✓ success: Fi.CI.BAT
` [PATCH v2 1/8] drm/i915/gen9: Add framework to whitelist specific GPU registers
` [PATCH v3 "

[PATCH] drm/i915: Init power domains early in driver load
 2016-01-13 15:11 UTC  (3+ messages)
` ✗ warning: Fi.CI.BAT

[PATCH 0/6] Fixing sink count related detection over
 2016-01-13 15:04 UTC  (8+ messages)
` [PATCH 1/6] drm/i915: Splitting intel_dp_detect
` [PATCH 2/6] drm/i915: Cleaning up intel_dp_hpd_pulse
` [PATCH 3/6] drm/i915: Splitting intel_dp_check_link_status

[PATCH] drm/crtc-helper: Add caveat to disable_unused_functions doc
 2016-01-13 14:57 UTC  (2+ messages)
` ✗ warning: Fi.CI.BAT

[PATCH 00/22] drm_event cleanup, round 2
 2016-01-13 14:56 UTC  (13+ messages)
` [PATCH 12/22] drm/atmel: Nuke preclose
` [PATCH 16/22] drm/omap: Nuke close hooks
  ` [PATCH] "
` [PATCH 19/22] drm/tegra: Stop cancelling page flip events
` [PATCH 20/22] drm/tilcdc: Nuke preclose hook

[PATCH v2 00/13] Misc cleanups and locking fixes
 2016-01-13 14:35 UTC  (8+ messages)
` [PATCH 07/13] drm/i915: Introduce dedicated object VMA iterator

[PATCH] drm/i915: Fix for reserved space WARN_ON when ring begin fails
 2016-01-13 13:49 UTC  (4+ messages)
` ✗ failure: Fi.CI.BAT

[PATCH 4/7] drm/i915: Cache LRC state page in the context
 2016-01-13 13:49 UTC  (8+ messages)
` [PATCH v3 "

[PATCH v3 0/3] improve handling of the driver's internal (default) context
 2016-01-13 13:41 UTC  (16+ messages)
` [PATCH v3 1/3] drm/i915: simplify allocation of driver-internal requests
` [PATCH v3 2/3] drm/i915: abolish separate per-ring default_context pointers
` [PATCH v3 3/3] drm/i915: tidy up a few leftovers

[PATCH 00/39] GPU scheduler for i915 driver
 2016-01-13 13:14 UTC  (24+ messages)
` [PATCH v4 00/38] "
  ` [PATCH v4 02/38] drm/i915: Explicit power enable during deferred context initialisation
  ` [PATCH v4 10/38] drm/i915: Force MMIO flips when scheduler enabled

vsync + vaapi question
 2016-01-13 13:12 UTC  (11+ messages)

[PATCH v2 0/9] Kill off intel_crtc->atomic!
 2016-01-13 13:02 UTC  (5+ messages)
` [PATCH v2 2/9] drm/i915: Kill off intel_crtc->atomic.wait_vblank, v3
` [PATCH v2 3/9] drm/i915: Remove intel_crtc->atomic.disable_ips

[PATCH] drm/i915: reboot notifier delay for eDP panels
 2016-01-13 12:14 UTC  (4+ messages)

[PATCH v4] drm/i915: edp resume/On time optimization
 2016-01-13 10:20 UTC  (3+ messages)
` ✗ warning: Fi.CI.BAT

[PATCH 1/2] drm/i915: Enable mmio_debug for vlv/chv
 2016-01-13  9:39 UTC  (8+ messages)
` ✗ failure: Fi.CI.BAT

[PATCH] drm/i915: Allow i915_gem_object_get_page() on userptr as well
 2016-01-13  9:20 UTC  (3+ messages)
` ✓ success: Fi.CI.BAT

[PATCH] drm/i915/guc: Fix a memory leak where guc->execbuf_client is not freed
 2016-01-13  8:49 UTC  (5+ messages)
` [PATCH v1] "
` ✗ failure: Fi.CI.BAT

[PATCH 1/3] drm/i915: Extract vfunc setup from logical ring initializers
 2016-01-13  8:11 UTC  (5+ messages)
` [PATCH 2/3] drm/i915: Compact logical ring interrupt initialization
` [PATCH 3/3] drm/i915: Fix bsd2 ring name
` ✓ success: Fi.CI.BAT

[PATCH 1/2] drm/i915/gen8: Tidy display interrupt processing
 2016-01-13  7:49 UTC  (6+ messages)
` [PATCH 2/2] drm/i915/gen8: Factor out display interrupt handling
` ✗ warning: Fi.CI.BAT

[PATCH 0/3] LPSS PWM support for devices that support it
 2016-01-13  6:32 UTC  (2+ messages)

[PATCH 001/190] drm: Release driver references to handle before making it available again
 2016-01-12 19:07 UTC  (33+ messages)
` [PATCH 004/190] drm/i915: Fix some invalid requests cancellations
` [PATCH 006/190] drm/i915: Add GEM debugging Kconfig option
` [PATCH 021/190] drm/i915: Use HWS for seqno tracking everywhere
` [PATCH 024/190] drm/i915: Replace manual barrier() with READ_ONCE() in HWS accessor
` [PATCH 053/190] drm/i915: Convert i915_semaphores_is_enabled over to early sanitize
` [PATCH 055/190] drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
` [PATCH 066/190] drm/i915: Simplify request_alloc by returning the allocated request
` [PATCH 073/190] drm/i915: Introduce i915_gem_active for request tracking
` [PATCH 074/190] drm/i915: Rename request->list to link for consistency
` [PATCH 076/190] drm/i915: Rename vma->*_list to *_link "
` [PATCH 142/190] drm/i915: Fallback to using unmappable memory for scanout
  ` [PATCH 145/190] drm/i915: Stop discarding GTT cache-domain on unbind vma

[PATCH 0/2] DPCD Backlight Control
 2016-01-12 17:49 UTC  (8+ messages)
` [PATCH 1/2] drm/dp: Add definition for Display Control DPCD Registers capability size
` [PATCH 2/2] drm/i915: Add Backlight Control using DPCD for eDP connectors (v5)
` ✗ warning: Fi.CI.BAT

[PATCH 00/11] drm/i915: rawclk/cdclk stuff
 2016-01-12 17:47 UTC  (6+ messages)
` [PATCH 07/11] drm/i915: Store rawclk_freq in dev_priv

[PATCH 0/5] Better markup for GPU DocBook
 2016-01-12 17:43 UTC  (8+ messages)
` [PATCH 5/5] drm: Enable markdown^Wasciidoc for gpu.tmpl

[PATCH 0/3] LPSS PWM support for devices that support it
 2016-01-12 17:24 UTC  (6+ messages)
` [PATCH 1/3] drm/i915: Encapsulate the pwm_device in a pwm_info structure
` [PATCH 2/3] pwm: lpss: Add intel-gfx as consumer device in lookup table
` [PATCH 3/3] drm/i915: Add support for LPSS PWM on devices that support it
` ✓ success: Fi.CI.BAT

[PATCH] drm/i915: Only complain about n_edp_entries with eDP ports
 2016-01-12 16:57 UTC  (4+ messages)
` ✓ success: Fi.CI.BAT

[PATCH] drm/i915/gen9: Set PIN_ZONE_4G end to 4GB - 1 page
 2016-01-12 16:50 UTC  (3+ messages)
` ✓ success: Fi.CI.BAT

[PATCH 1/1] drm/i915: Reorder shadow registers on gen8 for faster lookup
 2016-01-12 16:47 UTC  (3+ messages)
` ✗ failure: Fi.CI.BAT

[PATCH 00/21] drm_event cleanup
 2016-01-12 16:24 UTC  (3+ messages)
` ✗ failure: Fi.CI.BAT

[PATCH 0/3] Enabling GuC Loading on Broxton
 2016-01-12 16:23 UTC  (3+ messages)
` ✗ warning: Fi.CI.BAT

[PATCH 00/10] drm/i915: Fixes from my attempt at running igt on gen2
 2016-01-12 16:02 UTC  (3+ messages)

[PATCH] drm/i915: Handle error paths during watermark sanitization properly
 2016-01-12 15:49 UTC  (2+ messages)
` ✗ warning: Fi.CI.BAT

RPM wakelock ref not held during HW access
 2016-01-12 15:32 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] drm/i915: Handle error paths during watermark sanitization properly (v2)
 2016-01-12 15:13 UTC  (2+ messages)
` [PATCH] drm/i915: Handle error paths during watermark sanitization properly (v3)

[PATCH xf86-video-intel] Sync PCI ids with latest kernel, adding SKL GT4
 2016-01-12 15:01 UTC 

[PATCH 00/15] drm/i915: Cure DDI from multiple personality disorder
 2016-01-12 14:52 UTC  (2+ messages)

[PATCH] drm/i915: edp resume/On time optimization
 2016-01-12 13:48 UTC  (2+ messages)

Intel-gfx Digest, Vol 96, Issue 26
 2016-01-12 13:39 UTC 

[PATCH] drm/i915: Assign crtc correctly in load detection
 2016-01-12 13:20 UTC  (3+ messages)

[PATCH v13 0/10] Support for creating/using Stolen memory backed objects
 2016-01-12 12:45 UTC  (3+ messages)
` [PATCH 04/10] drm/i915: Support for creating "


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