public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-11-25 09:44:35 to 2016-11-28 21:56:28 UTC [more...]

[RFC PATCH v3 1/7] drm/i915: setup bridge for HDMI LPE audio driver
 2016-11-28 21:56 UTC  (16+ messages)
    ` [alsa-devel] "
  ` [RFC PATCH v3 2/7] drm/i915: Add support for audio driver notifications

[RFC i-g-t 0/4] intel-gpu-tools: Add support for the Chamelium
 2016-11-28 20:10 UTC  (7+ messages)

[PATCH RFC v2] drm: Add a new connector atomic property for link status
 2016-11-28 19:32 UTC  (4+ messages)
` [PATCH RFC v3] "

[PATCH v4 1/3] drm/i915/gen6+: Clear upper data byte during PCODE write
 2016-11-28 18:55 UTC  (11+ messages)
` [PATCH v4 2/3] drm/i915/gen9: Fix PCODE polling during CDCLK change notification
  ` [PATCH v5 "
` [PATCH v4 3/3] drm/i915/gen9: Fix PCODE polling during SAGV disabling
` ✓ Fi.CI.BAT: success for series starting with [v4,1/3] drm/i915/gen6+: Clear upper data byte during PCODE write
` ✓ Fi.CI.BAT: success for series starting with [v4,1/3] drm/i915/gen6+: Clear upper data byte during PCODE write (rev2)

[PATCH 00/15] drm/i915: VLV/CHV atomic wm prep work
 2016-11-28 18:14 UTC  (17+ messages)
` [PATCH 01/15] drm/i915: Drop the nop intel_update_watermarks() call from haswell_crtc_enable()
` [PATCH 02/15] drm/i915: Use the ilk_disable_lp_wm() return value
` [PATCH 03/15] drm/i915: Fix the level 0 max_wm hack on VLV/CHV
` [PATCH 04/15] drm/i915: Clean up VLV/CHV maxfifo watermark setup
` [PATCH 05/15] drm/i915: Remove duplicated wm setup for vlv and chv
` [PATCH 06/15] drm/i915: Organize vlv/chv watermarks by plane_id
` [PATCH 07/15] drm/i915: Introduce vlv_invert_wm_value()
` [PATCH 08/15] drm/i915: Pass around dev_priv in vlv wm functions
` [PATCH 09/15] drm/i915: Protect cxsr state with wm_mutex
` [PATCH 10/15] drm/i915: Skip vblank wait if cxsr was already off
` [PATCH 11/15] drm/i915: Protect DSPARB registers with a spinlock
` [PATCH 12/15] drm/i915: Zero out HOWM registers before writing new WM/HOWM register values
` [PATCH 13/15] drm/i915: Write all DDL registers in one go
` [PATCH 14/15] drm/i915: Clean up vlv_program_watermarks()
` [PATCH 15/15] drm/i915: Pass crtc state to vlv_compute_wm_level()
` ✓ Fi.CI.BAT: success for drm/i915: VLV/CHV atomic wm prep work

[PATCH 0/5] HPD support during suspend for BXT/APL
 2016-11-28 16:27 UTC  (17+ messages)
` [PATCH 1/5] drm/i915/bxt: Corrected the guid for bxt
` [PATCH 3/5] drm/i915/bxt: Added _DSM call to set HPD_CTL
` [PATCH 5/5] drm/i915: Enable HPD interrupts with master ctl interrupt

GuC vs multiple timelines
 2016-11-28 16:06 UTC  (34+ messages)
` [PATCH 05/15] drm/i915: Add is-completed assert to request retire entrypoint
` [PATCH 06/15] drm/i915: Assert no external observers when unwind a failed request alloc
` [PATCH 07/15] drm/i915: Hold a reference on the request for its fence chain
` [PATCH 08/15] drm/i915: Integrate i915_sw_fence with debugobjects
` [PATCH 09/15] drm/i915: Enable swfence debugobject support for i915.ko
` [PATCH 11/15] drm/i915: Trim i915_guc_info() stack usage
` [PATCH 12/15] drm/i915/guc: Rename client->cookie to match use
` [PATCH 13/15] drm/i915/guc: Initialise doorbell cookie to matching value
` [PATCH 14/15] drm/i915/guc: Keep the execbuf client allocated across reset
` [PATCH 15/15] drm/i915/guc: Split hw submission for replay after GPU reset
` ✗ Fi.CI.BAT: warning for series starting with [01/15] drm: Hold mode_config.lock to prevent hotplug whilst setting up crtcs

[PATCH 1/3] drm/i915: Use helper for setting plane->state->fb
 2016-11-28 15:44 UTC  (10+ messages)
` [PATCH 2/3] drm: Introduce drm_framebuffer_assign()
` [PATCH 3/3] drm: Track framebuffer references at the point of assignment
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Use helper for setting plane->state->fb

[PATCH 1/2] drm/i915: Move priority bumping for flips earlier
 2016-11-28 15:15 UTC  (3+ messages)
` [PATCH 2/2] Revert "drm/i915/execlists: Use a local lock for dfs_link access"
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Move priority bumping for flips earlier

[PATCH 1/3] drm: Hold mode_config.lock to prevent hotplug whilst setting up crtcs
 2016-11-28 14:59 UTC  (9+ messages)
` [PATCH 2/3] drm: Pull together probe + setup for drm_fb_helper
` [PATCH 3/3] drm: Protect fb_helper list manipulation with a mutex

[PATCH 1/3] drm/i915/debugfs: add dp mst info
 2016-11-28 14:45 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: abstract ddi being audio enabled
` [PATCH 3/3] drm/i915: enable dp mst audio
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915/debugfs: add dp mst info

[PATCH v3 1/3] drm/i915/gen6+: Clear upper data byte during PCODE write
 2016-11-28 14:20 UTC  (9+ messages)
` [PATCH v3 2/3] drm/i915/gen9: Fix PCODE polling during CDCLK change notification
` [PATCH v3 3/3] drm/i915/gen9: Fix PCODE polling during SAGV disabling
` ✗ Fi.CI.BAT: failure for series starting with [v3,1/3] drm/i915/gen6+: Clear upper data byte during PCODE write

[CI 1/5] drm/i915: Rename intel_guc.h to intel_uc.h
 2016-11-28 13:22 UTC  (7+ messages)
` [CI 2/5] drm/i915/guc: Drop guc2host/host2guc from names
` [CI 3/5] drm/i915/guc: Move guc_{send, recv}() to intel_uc.c
` [CI 4/5] drm/i915/guc: Init send_mutex in intel_uc_init_early()
` [CI 5/5] drm/i915/guc: Remove spurious include
` ✗ Fi.CI.BAT: warning for series starting with [CI,1/5] drm/i915: Rename intel_guc.h to intel_uc.h

[PATCH v5 0/8] GEN-9 Arbitrated Bandwidth WM WA's & IPC
 2016-11-28 13:07 UTC  (4+ messages)
` [PATCH v6 2/8] drm/i915/bxt: IPC WA for Broxton

[dim PATCH] dim: fix update-branches to fetch all available nightly repos
 2016-11-28 12:30 UTC  (2+ messages)

[i-g-t PATCH] lib: add option for running generic tests cases only
 2016-11-28 12:20 UTC  (3+ messages)

[PATCH v3 0/5] GuC code reorganization
 2016-11-28 12:15 UTC  (7+ messages)
` [PATCH 1/5] drm/i915: Rename intel_guc.h to intel_uc.h
` [PATCH 2/5] drm/i915/guc: Drop guc2host/host2guc from names
` [PATCH 3/5] drm/i915/guc: Move guc_{send, recv}() to intel_uc.c
` [PATCH 4/5] drm/i915/guc: Init send_mutex in intel_uc_init_early()
` [PATCH 5/5] drm/i915/guc: Remove spurious include
` ✓ Fi.CI.BAT: success for GuC code reorganization (rev7)

[PATCH] drm/i915: drop the struct_mutex when wedged or trying to reset
 2016-11-28 12:10 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v2 0/3] Resume time optimisation
 2016-11-28 11:24 UTC  (6+ messages)
` [PATCH v2 1/3] drm/i915: Cleanup i915_gem_restore_gtt_mappings()

[PATCH 2/2] drm/i915/skl: Increase PCODE CDCLK change notify timeout
 2016-11-28 11:12 UTC  (6+ messages)
` [PATCH v2 "

[PATCH] drm: Promote drm_mm alignment to u64
 2016-11-28 10:37 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 0/4] Compact userptr object backing store allocation
 2016-11-28 10:23 UTC  (3+ messages)

"vblank wait timed out" on Intel 965GME/GLE
 2016-11-28 10:06 UTC  (2+ messages)

Regression report] Weekly regression report WW45
 2016-11-28  9:41 UTC  (19+ messages)
` [Regression report] Weekly regression report WW31
  ` [Regression report] Weekly regression report WW32
    ` [Regression report] Weekly regression report WW33
      ` [Regression report] Weekly regression report WW34
        ` [Regression report] Weekly regression report WW35
          ` [Regression report] Weekly regression report WW36
            ` [Regression report] Weekly regression report WW37
              ` [Regression report] Weekly regression report WW38
                ` [Regression report] Weekly regression report WW39
                  ` [Regression report] Weekly regression report WW40
                    ` [Regression report] Weekly regression report WW41
                      ` [Regression report] Weekly regression report WW42
                        ` [Regression report] Weekly regression report WW43
                          ` [Regression report] Weekly regression report WW44
                            ` [Regression report] Weekly regression report WW45
                              ` [Regression report] Weekly regression report WW47
                                ` [Regression report] Weekly regression report WW48

[PATCH 1/3] drm: Use u64_to_user_ptr() helper for blob ioctls
 2016-11-28  8:18 UTC  (7+ messages)
` [PATCH 2/3] drm: Avoid NULL dereference for DRM_LEGACY debug message
` [PATCH 3/3] drm: Fix shift operations for drm_fb_helper::drm_target_preferred()
  ` [Intel-gfx] "
` ✗ Fi.CI.BAT: warning for series starting with [1/3] drm: Use u64_to_user_ptr() helper for blob ioctls
` [Intel-gfx] [PATCH 1/3] "

[i-g-t PATCH v12 2/5] lib: add igt_dummyload
 2016-11-28  7:37 UTC  (9+ messages)
` [i-g-t PATCH 2/6] igt_aux: Add some list helpers from the kernel
  ` [i-g-t PATCH v13 3/6] lib: add igt_dummyload
    ` [i-g-t PATCH 2/6] igt_aux: Add some list helpers from wayland
      ` [i-g-t PATCH v14 3/6] lib: add igt_dummyload
          ` [i-g-t PATCH v15 "

[PATCH 1/2] drm: Add some kselftests for the DRM range manager (struct drm_mm)
 2016-11-28  7:11 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Build DRM range manager selftests for CI
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm: Add some kselftests for the DRM range manager (struct drm_mm)

[PATCH] drm/i915: Revert ea0000f0 "Roll out the helper nonblock tracking"
 2016-11-27 18:52 UTC 

[PATCH v3] drm/i915: start adding dp mst audio
 2016-11-27  1:33 UTC  (3+ messages)

[PATCH i-g-t 0/4 v4] Convert sh scripts to C variants
 2016-11-26 15:31 UTC  (3+ messages)
` [PATCH i-g-t 1/4 v4] lib/{igt_sysfs, igt_aux}: Make available to other users kick_fbcon() (unbind_fbcon()), and added helpers to lib/igt_aux, lib/igt_kmod

4.8.x : [drm:ffffffffa0454792] *ERROR* failed to update link training
 2016-11-26  9:23 UTC  (2+ messages)
` Fwd: "

[PATCH 6/6] drm: Optionally create mm blocks from t. Ttop-to-bottomt
 2016-11-25 17:39 UTC 

[PATCH] dim: Check for "Reviewed-by" on patches
 2016-11-25 15:10 UTC 

[PATCH] drm/i915: Don't sanitize has_decoupled_mmio if platform is not broxton
 2016-11-25 15:10 UTC  (5+ messages)
` ✗ Fi.CI.BAT: warning for drm/i915: Don't sanitize has_decoupled_mmio if platform is not broxton (rev2)

[PATCH] drm/i915: Pass dev_priv to intel_setup_outputs()
 2016-11-25 15:05 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Pass dev_priv to intel_setup_outputs() (rev2)

[PATCH 1/2] drm/i915/audio: extend get_saved_enc() to support more scenarios
 2016-11-25 14:45 UTC  (2+ messages)

[PATCH 0/8] HuC Loading Patches
 2016-11-25 14:40 UTC  (2+ messages)

[PATCH v2 0/5] GuC code reorganization
 2016-11-25 14:26 UTC  (6+ messages)
` [PATCH 3/5] drm/i915/guc: Move guc_{send, recv}() to intel_uc.c
      ` [PATCH v2] "

[PATCH 2/5] drm/i915/guc: Drop guc2host/host2guc from names
 2016-11-25 14:02 UTC  (4+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[CI 1/4] drm/i915: Add is-completed assert to request retire entrypoint
 2016-11-25 13:45 UTC  (5+ messages)
` [CI 2/4] drm/i915: Assert no external observers when unwind a failed request alloc
` [CI 3/4] drm/i915: Hold a reference on the request for its fence chain
` [CI 4/4] drm/i915: Integrate i915_sw_fence with debugobjects
` ✓ Fi.CI.BAT: success for series starting with [CI,1/4] drm/i915: Add is-completed assert to request retire entrypoint

[PATCH igt] igt/kms_setmode: Adjust timing assertion from percentage to scanline
 2016-11-25 12:39 UTC 

[PATCH igt 1/2] igt/gem_exec_reloc: Trivial test for softpin ABI
 2016-11-25 12:10 UTC  (4+ messages)
` [PATCH igt 2/2] intel_ci: Add gem_exec_reloc/basic-softpin to BAT

v4.9-rc3: graphical artefacts in X
 2016-11-25 12:09 UTC  (3+ messages)

[PATCH 1/2] drm/i915/gen6+: Clear upper data byte during PCODE write
 2016-11-25 11:15 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/gen6+: Clear upper data byte during PCODE write (rev2)

[PATCH 4/5] drm/i915/guc: Init send_mutex in intel_uc_init()
 2016-11-25 11:05 UTC  (2+ messages)
` [PATCH v2] drm/i915/guc: Init send_mutex in intel_uc_init_early()

[PATCH] drm/i915: Moving scaler numbers to runtime init
 2016-11-25 10:45 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Moving scaler numbers to runtime init (rev4)

[PATCH] drm/i915: Moving no of scalers initialization to runtime init
 2016-11-25 10:32 UTC  (4+ messages)
` [PATCH] drm/i915: Move number "

[PATCH] intel-ci: Add gem_exec_suspend/basic-S3/S4-devices to BAT
 2016-11-25  9:50 UTC  (2+ messages)


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