public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-08-01 15:10:24 to 2016-08-03 07:31:47 UTC [more...]

[PATCH 1/2] drm/i915: Fix copy_to_user usage for pipe_crc
 2016-08-03  7:31 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Fix the return value of pipe crc read function
` ✗ Ro.CI.BAT: failure for series starting with [1/2] drm/i915: Fix copy_to_user usage for pipe_crc

[PATCH] drm/i915/dmc: Accept symbolic link in firmware name
 2016-08-03  7:25 UTC  (15+ messages)

[PATCH 00/10] drm/edid: Clean up display_info stuff
 2016-08-03  7:20 UTC  (13+ messages)
` [PATCH 01/10] drm/edid: Clear old audio latency values before parsing the new EDID
` [PATCH 02/10] drm/edid: Clear old dvi_dual/max_tmds_clock "
` [PATCH 03/10] drm/edid: Make max_tmds_clock kHz instead of MHz
` [PATCH 04/10] drm/edid: Move dvi_dual/max_tmds_clock to drm_display_info
` [PATCH 05/10] drm/edid: Don't pass around drm_display_info needlessly
` [PATCH 06/10] drm/edid: Reduce the number of times we parse the CEA extension block
` [PATCH 07/10] drm/edid: Clear the old cea_rev when there's no CEA extension in the new EDID
` [PATCH 08/10] drm/edid: Move dvi_dual/max_tmds_clock parsing out from drm_edid_to_eld()
` [PATCH 09/10] drm/i915: Replace a bunch of connector->base.display_info with a local variable
` [PATCH 10/10] drm/i915: Account for sink max TMDS clock when checking the port clock
` ✗ Ro.CI.BAT: failure for drm/edid: Clean up display_info stuff

DP audio API changes for identifying displays connected to a port
 2016-08-03  6:25 UTC  (3+ messages)
` [PATCH] drm/i915/dp: DP audio API changes for MST
` ✗ Ro.CI.BAT: failure for "

Prep. for DP audio MST support
 2016-08-03  6:24 UTC  (9+ messages)
` [PATCH 1/3] drm/i915: start adding dp mst audio
` [PATCH 2/3] drm/i915: Move audio_connector to intel_encoder
` [PATCH 3/3] drm/i915: Fix enc_to_dig_port for MST encoders
` ✗ Ro.CI.BAT: failure for series starting with [1/3] drm/i915: start adding dp mst audio

[PATCH v6 0/6] Finally fix watermarks
 2016-08-03  6:00 UTC  (8+ messages)
` [PATCH v6 1/6] drm/i915/skl: Add support for the SAGV, fix underrun hangs
` [PATCH v6 2/6] drm/i915/gen9: Only copy WM results for changed pipes to skl_hw
` [PATCH v6 3/6] drm/i915/skl: Update plane watermarks atomically during plane updates
` [PATCH v6 4/6] drm/i915/skl: Ensure pipes with changed wms get added to the state
` [PATCH v6 5/6] drm/i915: Move CRTC updating in atomic_commit into it's own hook
` [PATCH v6 6/6] drm/i915/skl: Update DDB values atomically with wms/plane attrs
` ✗ Ro.CI.BAT: failure for Finally fix watermarks (rev4)

[CI 01/23] drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
 2016-08-03  5:41 UTC  (24+ messages)
` [CI 02/23] drm/i915: Rename request->ringbuf to request->ring
` [CI 03/23] drm/i915: Rename intel_context[engine].ringbuf
` [CI 04/23] drm/i915: Rename struct intel_ringbuffer to struct intel_ring
` [CI 05/23] drm/i915: Rename residual ringbuf parameters
` [CI 06/23] drm/i915: Rename intel_pin_and_map_ring()
` [CI 07/23] drm/i915: Remove obsolete engine->gpu_caches_dirty
` [CI 08/23] drm/i915: Reduce engine->emit_flush() to a single mode parameter
` [CI 09/23] drm/i915: Simplify request_alloc by returning the allocated request
` [CI 10/23] drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_START
` [CI 11/23] drm/i915: Remove intel_ring_get_tail()
` [CI 12/23] drm/i915: Convert engine->write_tail to operate on a request
` [CI 13/23] drm/i915: Move the modulus for ring emission to the register write
` [CI 14/23] drm/i915: Unify request submission
` [CI 15/23] drm/i915/lrc: Update function names to match request flow
` [CI 16/23] drm/i915: Stop passing caller's num_dwords to engine->semaphore.signal()
` [CI 17/23] drm/i915: Reuse legacy breadcrumbs + tail emission
` [CI 18/23] drm/i915/ringbuffer: Specialise SNB+ request emission for semaphores
` [CI 19/23] drm/i915: Remove duplicate golden render state init from execlists
` [CI 20/23] drm/i915: Refactor golden render state emission to unconfuse gcc
` [CI 21/23] drm/i915: Unify legacy/execlists submit_execbuf callbacks
` [CI 22/23] drm/i915: Simplify calling engine->sync_to
` [CI 23/23] drm/i915: Rename engine->semaphore.sync_to, engine->sempahore.signal locals
` ✗ Ro.CI.BAT: failure for series starting with [CI,01/23] drm/i915: Unify intel_logical_ring_emit and intel_ring_emit

[drm-intel-nightly] 2016y-07m-14d-21h-13m-02s UTC: locking dependency: drm_modeset_lock_all() || __blocking_notifier_call_chain
 2016-08-03  5:16 UTC  (5+ messages)
` ✗ Ro.CI.BAT: warning for "

linux-firmware-i915 pull request (bxt dmc, kbl dmc)
 2016-08-03  0:09 UTC  (4+ messages)

[PATCH v5 0/6] Finally fix watermarks
 2016-08-03  0:11 UTC  (13+ messages)
` [PATCH v5 1/6] drm/i915/skl: Add support for the SAGV, fix underrun hangs
  ` [v5,1/6] "
` [PATCH v5 2/6] drm/i915/gen9: Only copy WM results for changed pipes to skl_hw
` [PATCH v5 3/6] drm/i915/skl: Update plane watermarks atomically during plane updates
` [PATCH v5 4/6] drm/i915/skl: Ensure pipes with changed wms get added to the state
` [PATCH v5 5/6] drm/i915: Move CRTC updating in atomic_commit into it's own hook
` [PATCH v5 6/6] drm/i915/skl: Update DDB values atomically with wms/plane attrs

Disable power management on i915
 2016-08-02 21:07 UTC  (3+ messages)

[PATCH] drm/i915: set proper N/M in modeset
 2016-08-02 16:59 UTC  (7+ messages)
` ✗ Ro.CI.BAT: failure for drm/i915: set proper N/M in modeset (rev2)

[PATCH v4 0/6] Finally fix watermarks
 2016-08-02 15:59 UTC  (8+ messages)
  ` [Intel-gfx] "

[PATCH] drm/i915: cleanup_plane_fb: also drop reference to current state wait_req
 2016-08-02 15:11 UTC  (3+ messages)

[PATCH 0/5] HDMI optimization series
 2016-08-02 15:04 UTC  (6+ messages)
` [PATCH 4/5] drm/i915: Check live status before reading edid

[PATCH] drm/i915: Add missing ring_mask to Pineview
 2016-08-02 14:47 UTC  (6+ messages)

[I-G-T 0/3] igt/gem_mocs_settings: Update MOCS tests
 2016-08-02 14:47 UTC  (6+ messages)
` [I-G-T 3/3] igt/gem_mocs_settings: Reduce the amount of cascading failures

[PATCH 00/12] drm/i915: Move DP link retraining to hotplug work etc
 2016-08-02 14:28 UTC  (14+ messages)
` [PATCH 03/12] drm/i915: Avoid mixing up SST and MST in DDI setup
` [PATCH 04/12] drm/i915: Reject mixing MST and SST/HDMI on the same digital port
` [PATCH 05/12] drm/i915: Track active streams also for DP SST

[PATCH 0197/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 14:27 UTC  (5+ messages)
` [Intel-gfx] "

[PATCH 00/23] drm/i915: Organize most GPU features by platform
 2016-08-02 14:16 UTC  (7+ messages)
` [PATCH 07/23] drm/i915: Move HAS_GUC_UCODE definition to platform definition

[PATCH 4/4] drm/i915/skl: Updated the RC6/Forcewake related debugfs interface for Gen9
 2016-08-02 14:09 UTC  (4+ messages)
` [PATCH v3] drm/i915/gen9: Update i915_drpc_info debugfs for coarse pg & forcewake info

[PATCH 1/2] drm/i915: Always use cpp==4 for FW_BLC_SELF on 915GM/945GM
 2016-08-02 13:42 UTC  (5+ messages)
` ✗ Ro.CI.BAT: failure for series starting with [1/2] "

[PATCH] drm/i915: Warn about aux msg buffer vs. size mismatch
 2016-08-02 13:41 UTC  (5+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH 0/9] drm: Store clipped coordinates in drm_plane_state
 2016-08-02 13:24 UTC  (20+ messages)
` [PATCH 2/9] drm: Store clipped src/dst coordinatee "
` [PATCH 4/9] drm/i915: Use drm_plane_state.{src,dst,visible}
  ` [PATCH 4/9] drm/i915: Use drm_plane_state.{src, dst, visible}
` [PATCH 5/9] drm/i915: Use drm_plane_helper_check_state()
` [PATCH 6/9] drm/rockchip: Use drm_plane_state.{src,dst}
  ` [Intel-gfx] [PATCH 6/9] drm/rockchip: Use drm_plane_state.{src, dst}
` [PATCH 7/9] drm/rockchip: Use drm_plane_helper_check_state()
  ` [Intel-gfx] "
` [PATCH 8/9] drm/mediatek: "
` [PATCH 9/9] drm/simple_kms_helper: "

[PATCH v6 00/10] drm/i915: DP branch devices
 2016-08-02 13:18 UTC  (12+ messages)
` [PATCH v6 06/10] drm: Read DP branch device HW revision
` [PATCH v6 08/10] drm/i915: Check pixel rate for DP to VGA dongle
` [PATCH v6 09/10] drm/i915: Update bits per component for display info

[PATCH] drm/i915: Fix iboost setting for SKL Y/U DP DDI buffer translation entry 2
 2016-08-02 12:59 UTC  (3+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH v2 00/21] drm/i915: Organize most GPU features by platform
 2016-08-02 12:59 UTC  (4+ messages)
` [PATCH v2 12/21] drm/i915: Move HAS_AUX_IRQ definition to platform definition

[PATCH 0/9] drm/i915: SKL iboost fixes
 2016-08-02 12:13 UTC  (2+ messages)

[PATCH] drm/i915: Clean up the extra RPM ref on CHV with i915.enable_rc6=0
 2016-08-02 11:28 UTC  (3+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH] drm/i915: remove redundant fbc warnings
 2016-08-02 11:27 UTC  (4+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH] drm/i915: Protect older gen against intel_gt_init_powersave()
 2016-08-02 11:21 UTC  (5+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH v4 1/6] drm/i915/skl: Add support for the SAGV, fix underrun hangs
 2016-08-02 11:16 UTC  (2+ messages)
` [v4,1/6] "

[Patch V3] intel: Export pooled EU and min no. of eus in a pool
 2016-08-02 10:38 UTC 

A few bug fixes leading to exporting prime fences [mostly reviewed]
 2016-08-02 10:14 UTC  (10+ messages)
` [PATCH 13/73] drm/i915: Move the modulus for ring emission to the register write

[PATCH v3 0/4] drm/i915/guc: use symbolic names for module parameter values
 2016-08-02  9:47 UTC  (6+ messages)
` [PATCH v3 1/4] drm/i915/guc: symbolic names for GuC submission preferences

[PATCH] drm/i915: fix WaInsertDummyPushConstPs
 2016-08-02  8:58 UTC  (2+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH 0/4] Various cleanup
 2016-08-02  8:44 UTC  (13+ messages)
` [PATCH 1/4] drm/i915: Cosmetic fixes in i915_drv.h
` [PATCH 2/4] drm/i915: Consistent struct device naming
` [PATCH 3/4] drm/i915: Consistent drm_minor use
` [PATCH 4/4] drm/i915: pdev cleanup
` ✗ Ro.CI.BAT: failure for Various cleanup

[PATCH v3 1/6] drm/i915/guc: Make the GuC fw loading helper functions general
 2016-08-02  8:27 UTC  (3+ messages)

[PATCH] drm/i915: HDMI audio gets the TMDS clock by crtc_clock
 2016-08-02  7:05 UTC  (3+ messages)
` ✗ Ro.CI.BAT: failure for "

Put RCU request lookup to use
 2016-08-02  5:00 UTC  (19+ messages)
` [PATCH 01/16] drm/i915: Introduce i915_gem_active_wait_unlocked()
` [PATCH 02/16] drm/i915: Convert non-blocking waits for requests over to using RCU
` [PATCH 03/16] drm/i915: Convert non-blocking userptr "
` [PATCH 04/16] drm/i915/userptr: Remove superfluous interruptible=false on waiting
` [PATCH 05/16] drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex
` [PATCH 06/16] drm/gem/shrinker: Wait before acquiring struct_mutex under oom
` [PATCH 07/16] drm/i915: Tidy generation of the GTT mmap offset
` [PATCH 08/16] drm/i915: Remove unused no-shrinker-steal
` [PATCH 09/16] drm/i915: Do a nonblocking wait first in pread/pwrite
` [PATCH 10/16] drm/i915: Remove (struct_mutex) locking for wait-ioctl
` [PATCH 11/16] drm/i915: Remove (struct_mutex) locking for busy-ioctl
` [PATCH 12/16] drm/i915: Reduce locking inside swfinish ioctl
` [PATCH 13/16] drm/i915: Remove pinned check from madvise ioctl
` [PATCH 14/16] drm/i915: Remove locking for get_tiling
` [PATCH 15/16] drm/i915: Repack fence tiling mode and stride into a single integer
` [PATCH 16/16] drm/i915: Assert that the request hasn't been retired
` ✗ Ro.CI.BAT: failure for series starting with [01/16] drm/i915: Introduce i915_gem_active_wait_unlocked()

[PATCH 14/73] drm/i915: Unify request submission
 2016-08-01 17:17 UTC  (2+ messages)
` [PATCH v2] "


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