intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-05 21:15:24 to 2019-08-07 01:33:07 UTC [more...]

[PATCH v3 00/39] put_user_pages(): miscellaneous call sites
 2019-08-07  1:33 UTC  (9+ messages)
` [PATCH v3 01/41] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH v3 02/41] drivers/gpu/drm/via: convert put_page() to put_user_page*()
` [PATCH v3 03/41] net/xdp: "
` [PATCH v3 04/41] net/rds: "
` [PATCH v3 05/41] net/ceph: "
` [PATCH v3 06/41] x86/kvm: "
` [PATCH v3 07/41] drm/etnaviv: convert release_pages() to put_user_pages()
` [PATCH v3 08/41] drm/i915: convert put_page() to put_user_page*()

[CI 1/2] drm/i915/gem: Make caps.scheduler static
 2019-08-07  0:55 UTC  (5+ 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 "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915/perf: Refactor oa object to better manage resources
 2019-08-07  0:11 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/perf: Refactor oa object to better manage resources (rev5)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

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

[RFC PATCH 0/2] drm/i915: Fix panic if nothing to promote after preempt on reset
 2019-08-07  0:08 UTC  (6+ 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 "
` ✗ Fi.CI.IGT: failure "

[PATCH v3 hmm 00/11] Add mmu_notifier_get/put for managing mmu notifier registrations
 2019-08-06 23:47 UTC  (13+ messages)
  ` [PATCH v3 hmm 01/11] mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the caller
  ` [PATCH v3 hmm 02/11] mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mm
  ` [PATCH v3 hmm 04/11] misc/sgi-gru: use mmu_notifier_get/put for struct gru_mm_struct
  ` [PATCH v3 hmm 05/11] hmm: use mmu_notifier_get/put for 'struct hmm'
` [PATCH v3 hmm 03/11] mm/mmu_notifiers: add a get/put scheme for the registration
` [PATCH v3 hmm 06/11] RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'
` [PATCH v3 hmm 07/11] RDMA/odp: remove ib_ucontext from ib_umem
` [PATCH v3 hmm 08/11] drm/radeon: use mmu_notifier_get/put for struct radeon_mn
` [PATCH v3 hmm 09/11] drm/amdkfd: fix a use after free race with mmu_notifer unregister
` [PATCH v3 hmm 10/11] drm/amdkfd: use mmu_notifier_put
` [PATCH v3 hmm 11/11] mm/mmu_notifiers: remove unregister_no_release

[PATCH v7 1/4] drm/i915/bdw+: Move misc display IRQ handling to it own function
 2019-08-06 23:31 UTC  (4+ messages)
` [PATCH v7 2/4] drm/i915: Add _TRANS2()

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

[PATCH i-g-t] i915/gem_eio: Break early for small rings
 2019-08-06 21:38 UTC  (2+ messages)
` [igt-dev] "

[PATCH 01/22] drm/i915/gem: Make caps.scheduler static
 2019-08-06 21:24 UTC  (32+ 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 "
` ✗ Fi.CI.IGT: failure "

[PATCH 00/10] drm/i915: some more header juggling
 2019-08-06 20:57 UTC  (21+ 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 "
` ✓ Fi.CI.IGT: "

[PATCH v2 00/34] put_user_pages(): miscellaneous call sites
 2019-08-06 20:39 UTC  (4+ messages)
` [PATCH v2 01/34] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()

[PATCH 1/8] dma-buf: fix busy wait for new shared fences
 2019-08-06 19:57 UTC  (16+ messages)
` [PATCH 2/8] dma-buf: fix shared fence list handling in reservation_object_copy_fences
` [PATCH 3/8] drm/i915: stop using seqcount for fenc pruning
` [PATCH 4/8] drm/i915: use new reservation_object_fences helper
` [PATCH 5/8] dma-buf: further relax reservation_object_add_shared_fence
` [PATCH 6/8] dma-buf: simplify reservation_object_get_fences_rcu a bit
` [PATCH 7/8] dma-buf: add reservation_object_fences helper
` [PATCH 8/8] dma-buf: nuke reservation_object seq number

[PATCH v3 0/3] Send a hotplug when edid changes
 2019-08-06 17:43 UTC  (9+ 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] drm/i915: We don't need display's suspend/resume operations when !HAS_DISPLAY
 2019-08-06 17:01 UTC  (7+ messages)

[PULL] drm-misc-next
 2019-08-06 16:11 UTC  (15+ messages)

[PATCH] drm/i915: Use drm_i915_private directly from drv_get_drvdata()
 2019-08-06 15:34 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Use drm_i915_private directly from drv_get_drvdata() (rev3)
` ✓ Fi.CI.IGT: "

[PATCH i-g-t] Add i915/gem_ctx_persistence
 2019-08-06 15:00 UTC  (2+ messages)

[PATCH 1/5] drm/i915: Only enqueue already completed requests
 2019-08-06 14:51 UTC  (13+ 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
` ✗ Fi.CI.BAT: failure for series starting with [1/5] drm/i915: Only enqueue already completed requests

[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] drm/i915: Remove redundant user_access_end() from __copy_from_user() error path
 2019-08-06 12:59 UTC  (8+ messages)

[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  (5+ messages)
` ✓ Fi.CI.BAT: success for series starting with [v3,1/2] "
` ✗ 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 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  (4+ messages)

[PATCHv2 0/3] convert i915 to new mount API
 2019-08-06  7:50 UTC  (8+ messages)
` [PATCHv2 2/3] i915: convert "
` ✓ Fi.CI.IGT: success for convert i915 "

[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  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/perf: Refactor oa object to better manage resources (rev4)

[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 "


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 NNTP newsgroup(s).