Intel-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-05 14:01:18 to 2019-08-06 14:25:20 UTC [more...]

[PULL] drm-misc-next
 2019-08-06 14:25 UTC  (12+ messages)

[PATCH v3 0/3] Send a hotplug when edid changes
 2019-08-06 14:21 UTC  (8+ messages)
` [PATCH v3 1/3] drm: Add helper to compare edids
` [PATCH v3 2/3] drm: Introduce change counter to drm_connector
` [PATCH v3 3/3] drm/i915: Send hotplug event if edid had changed
` ✗ Fi.CI.CHECKPATCH: warning for Send a hotplug when edid changes (rev4)
` ✓ Fi.CI.BAT: success "

[PATCH v2 1/2] drm/i915/tgl: add GEN12_MAX_CONTEXT_HW_ID
 2019-08-06 14:17 UTC  (6+ messages)
` [PATCH v2 2/2] drm/i915/tgl: Gen12 csb support
` ✓ Fi.CI.BAT: success for series starting with [v2,1/2] drm/i915/tgl: add GEN12_MAX_CONTEXT_HW_ID
` ✓ Fi.CI.IGT: "

[PATCH 1/5] drm/i915: Only enqueue already completed requests
 2019-08-06 14:11 UTC  (6+ messages)
` [PATCH 2/5] drm/i915/execlists: Force preemption
` [PATCH 3/5] drm/i915: Mark up "sentinel" requests
` [PATCH 4/5] drm/i915/execlists: Cancel banned contexts on schedule-out
` [PATCH 5/5] drm/i915: Cancel non-persistent contexts on close

[CI 1/2] drm/i915/gem: Make caps.scheduler static
 2019-08-06 13:59 UTC  (4+ messages)
` [CI 2/2] drm/i915/gt: Move the [class][inst] lookup for engines onto the GT
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/2] drm/i915/gem: Make caps.scheduler static
` ✓ Fi.CI.BAT: success "

[RFC PATCH 0/2] drm/i915: Fix panic if nothing to promote after preempt on reset
 2019-08-06 13:47 UTC  (5+ messages)
` [RFC PATCH 1/2] drm/i915: Fix NULL pointer dereference in execlists' trace_ports()
` [RFC PATCH 2/2] drm/i915: Fix panic if nothing to promote after preempt on reset
` ✓ Fi.CI.BAT: success for "

drm/i915: always split up refactoring from functional changes!
 2019-08-06 13:00 UTC  (3+ messages)
` [PATCH] drm/i915: abstract display suspend/resume operations
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Remove redundant user_access_end() from __copy_from_user() error path
 2019-08-06 12:59 UTC  (8+ messages)

[PATCH i-g-t] Add i915/gem_ctx_persistence
 2019-08-06 12:36 UTC 

[PATCH 00/10] drm/i915: some more header juggling
 2019-08-06 12:03 UTC  (20+ messages)
` [PATCH 01/10] drm/i915: move intel_display.c function declarations
` [PATCH 02/10] drm/i915/sprite: un-inline icl_is_hdr_plane()
` [PATCH 03/10] drm/i915/irq: un-inline functions to avoid i915_drv.h include
` [PATCH 04/10] drm/i915/bw: make intel_atomic_get_bw_state() static
` [PATCH 05/10] drm/i915/mst: un-inline intel_dp_mst_encoder_active_links()
` [PATCH 06/10] drm/i915/tc: un-inline intel_tc_port_ref_held()
  ` [PATCH v2] "
` [PATCH 07/10] drm/i915: avoid including intel_drv.h via i915_drv.h->i915_trace.h
` [PATCH 08/10] drm/i915: rename intel_drv.h to display/intel_display_types.h
  ` [PATCH v2] "
` [PATCH 09/10] drm/i915: remove unnecessary includes of intel_display_types.h header
` [PATCH 10/10] drm/i915: move property enums to intel_display_types.h
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: some more header juggling
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: some more header juggling (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915: We don't need display's suspend/resume operations when !HAS_DISPLAY
 2019-08-06 12:02 UTC  (6+ messages)

[PATCH 01/22] drm/i915/gem: Make caps.scheduler static
 2019-08-06 11:50 UTC  (28+ messages)
` [PATCH 02/22] drm/i915/gt: Move the [class][inst] lookup for engines onto the GT
` [PATCH 03/22] drm/i915: Defer final intel_wakeref_put to process context
` [PATCH 04/22] drm/i915/pmu: Use GT parked for estimating RC6 while asleep
` [PATCH 05/22] drm/i915: Drop the fudge warning on ring restart for ctg/elk
` [PATCH 06/22] drm/i915/selftests: Pass intel_context to mock_request
` [PATCH 07/22] drm/i915/gt: Make deferred context allocation explicit
` [PATCH 08/22] drm/i915: Push the ring creation flags to the backend
` [PATCH 09/22] drm/i915: Lift timeline into intel_context
` [PATCH 10/22] drm/i915: Use intel_engine_lookup_user for probing HAS_BSD etc
` [PATCH 11/22] drm/i915: Isolate i915_getparam_ioctl()
` [PATCH 12/22] drm/i915: Only include active engines in the capture state
` [PATCH 13/22] drm/i915: Make debugfs/per_file_stats scale better
` [PATCH 14/22] drm/i915/gt: Track timeline activeness in enter/exit
` [PATCH 15/22] drm/i915/gt: Convert timeline tracking to spinlock
` [PATCH 16/22] drm/i915/gt: Guard timeline pinning with its own mutex
` [PATCH 17/22] drm/i915: Protect request retirement with timeline->mutex
` [PATCH 18/22] drm/i915/gt: Mark context->active_count as protected by timeline->mutex
` [PATCH 19/22] drm/i915: Forgo last_fence active request tracking
` [PATCH 20/22] drm/i915/overlay: Switch to using i915_active tracking
` [PATCH 21/22] drm/i915: Extract intel_frontbuffer active tracking
` [PATCH 22/22] drm/i915: Markup expected timeline locks for i915_active
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/22] drm/i915/gem: Make caps.scheduler static
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915/dmc: Load DMC on TGL
 2019-08-06 11:41 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/dmc: Load DMC on TGL (rev2)
` ✓ Fi.CI.IGT: "

[PATCH v12 0/6] HDCP2.2 Phase II
 2019-08-06 10:29 UTC  (2+ messages)

[PATCH v3 1/2] drm/i915: Defer final intel_wakeref_put to process context
 2019-08-06  9:54 UTC  (8+ messages)
` [PATCH v3 2/2] drm/i915/pmu: Use GT parked for estimating RC6 while asleep
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v3,1/2] drm/i915: Defer final intel_wakeref_put to process context
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
` [PATCH] "
` ✗ Fi.CI.BAT: failure for series starting with drm/i915: Defer final intel_wakeref_put to process context (rev2)

[PATCH i-g-t] i915/gem_persistent_relocs: Don't call DROP_IDLE in the middle of submitting
 2019-08-06  8:49 UTC  (2+ messages)

[PATCH] drm/i915: Cancel persistent contexts if !hangcheck
 2019-08-06  8:40 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.BAT: failure "

Review required [Was: Associate ddc adapters with connectors]
 2019-08-06  8:36 UTC  (6+ messages)
` [PATCH 00/13] Next round of associating ddc adapters with connectors
  ` [PATCH 04/13] drm: rockchip: Provide ddc symlink in rk3066_hdmi sysfs directory
  ` [PATCH 05/13] drm: rockchip: Provide ddc symlink in inno_hdmi "

[PATCH] drm/i915: Use drm_i915_private directly from drv_get_drvdata()
 2019-08-06  8:32 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Use drm_i915_private directly from drv_get_drvdata() (rev3)

[PATCH 1/4] drm/i915: make new intel_tc.c use uncore accessors
 2019-08-06  8:29 UTC  (4+ messages)

[PATCH 1/5] drm/i915: stop pruning reservation object after wait
 2019-08-06  8:05 UTC  (10+ messages)
` [PATCH 2/5] dma-buf: fix busy wait for new shared fences
` [PATCH 3/5] dma-buf: further relax reservation_object_add_shared_fence
` [PATCH 4/5] dma-buf: simplify reservation_object_get_fences_rcu a bit
` [PATCH 5/5] dma-buf: nuke reservation_object seq number

[PATCHv2 0/3] convert i915 to new mount API
 2019-08-06  7:50 UTC  (13+ messages)
` [PATCHv2 1/3] fs: export put_filesystem()
` [PATCHv2 2/3] i915: convert to new mount API
` [PATCHv2 3/3] i915: do not leak module ref counter
` ✗ Fi.CI.CHECKPATCH: warning for convert i915 to new mount API
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 0/5] kbuild: allow big modules to sub-divide Makefiles
 2019-08-06  6:39 UTC  (6+ messages)
` [PATCH 1/5] kbuild: treat an object as multi-used when $(foo-) is set
` [PATCH 2/5] kbuild: clean up modname calculation
` [PATCH 3/5] kbuild: rename cmd_ar_builtin to cmd_ar_no_sym
` [PATCH 4/5] kbuild: support composite objects spanning across multiple Makefiles
` [PATCH 5/5] drm: i915: hierachize Makefiles

[PATCH] drm/i915/perf: Refactor oa object to better manage resources
 2019-08-05 23:36 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/perf: Refactor oa object to better manage resources (rev4)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v2 2/2] drm/i915/tgl: Fix the read of the DDI that transcoder is attached to
 2019-08-05 22:57 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v3 2/8] drm/i915/display: Move the commit_tail() disable sequence to commit_modeset_disables() hook
 2019-08-05 22:21 UTC  (3+ messages)
` [PATCH v4 "

[PATCH v3 0/8] Enable Transcoder Port Sync feature for tiled displays
 2019-08-05 22:19 UTC  (3+ messages)
` [PATCH v3 1/8] drm/i915/display: Rename update_crtcs() to commit_modeset_enables()

[PATCH] drm/i915: Separate pinning of pages from i915_vma_insert()
 2019-08-05 20:44 UTC  (3+ messages)

WIP glance towards struct_mutex removal
 2019-08-05 20:35 UTC  (3+ messages)
` [PATCH 32/39] drm/i915: Allow vma binding to occur asynchronously

[PATCH 1/2] drm/i915: Defer final intel_wakeref_put to process context
 2019-08-05 20:15 UTC  (18+ messages)
` [PATCH 2/2] drm/i915/pmu: Use GT parked for estimating RC6 while asleep
  ` [PATCH v3] "
` ✓ Fi.CI.IGT: success for series starting with drm/i915: Defer final intel_wakeref_put to process context (rev2)
` [PATCH v3] drm/i915: Defer final intel_wakeref_put to process context
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v3] drm/i915: Defer final intel_wakeref_put to process context (rev3)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v3] drm/i915: Defer final intel_wakeref_put to process context (rev5)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v3] drm/i915: Defer final intel_wakeref_put to process context (rev6)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

XDC 2019: Schedule published & Workshops CfP reopened!
 2019-08-05 19:18 UTC 

[PATCH 0/4] Don't fail on HuC early init errors
 2019-08-05 18:15 UTC  (13+ messages)
` [PATCH 1/4] drm/i915/guc: Prefer intel_guc_is_submission_supported
` [PATCH 2/4] drm/i915/huc: Prefer intel_huc_is_supported
` [PATCH 3/4] drm/i915/uc: Remove redundant GuC support checks
` [PATCH 4/4] drm/i915/uc: Don't fail on HuC early init errors
` ✗ Fi.CI.BAT: failure for "

Quick and dirty intel_gt_pm.c rebase
 2019-08-05 18:07 UTC  (13+ messages)
` [PATCH 04/17] drm/i915: Use drm_i915_private directly from drv_get_drvdata()
` [PATCH 05/17] drm/i915/gem: Make caps.scheduler static
` [PATCH 09/17] drm/i915: Push the ring creation flags to the backend
` [PATCH 12/17] drm/i915: Use intel_engine_lookup_user for probing HAS_BSD etc
` [PATCH 13/17] drm/i915: Isolate i915_getparam_ioctl()

[PATCH i-g-t 1/2] i915/gem_exec_schedule: Avoid using borked engines
 2019-08-05 17:50 UTC  (2+ messages)
` [igt-dev] "

[PATCH] drm/i915/gt: Remove stale kerneldoc for internal MOCS functions
 2019-08-05 17:26 UTC  (3+ messages)

[PATCH v2 00/34] put_user_pages(): miscellaneous call sites
 2019-08-05 16:53 UTC  (3+ messages)
` [PATCH v2 06/34] drm/i915: convert put_page() to put_user_page*()

[RFC] drm/i915/gt: create a subfolder for GT debugfs
 2019-08-05 15:57 UTC  (3+ messages)

[PATCH v6 00/17] drm/ttm: make ttm bo a gem bo subclass
 2019-08-05 15:40 UTC  (7+ messages)
` [PATCH v6 16/17] drm/virtio: switch driver from bo->resv to bo->base.resv
` [PATCH v6 17/17] drm/ttm: drop ttm_buffer_object->resv
` ✗ Fi.CI.CHECKPATCH: warning for drm/ttm: make ttm bo a gem bo subclass (rev2)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).