public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2019-08-06 10:27:13 to 2019-08-07 12:02:46 UTC [more...]

[PULL] drm-misc-next
 2019-08-07 12:02 UTC  (15+ messages)

[PATCH] drm/i915: split out intel_pch.[ch] from i915_drv.[ch]
 2019-08-07 12:04 UTC 

[PATCH 1/3] drm/i915: Rename engines with to match their user interface
 2019-08-07 11:53 UTC  (11+ messages)
` [PATCH 2/3] drm/i915: Use intel_engine_lookup_user for probing HAS_BSD etc
` [PATCH 3/3] drm/i915: Defer final intel_wakeref_put to process context
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: Rename engines with to match their user interface
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
  ` [PATCH v2] drm/i915: Rename engines "
  ` [PATCH v3] "

[PATCH v3 hmm 00/11] Add mmu_notifier_get/put for managing mmu notifier registrations
 2019-08-07 11:42 UTC  (14+ 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] drm/i915: Drop expectations of VM_IO from our GGTT mmappings
 2019-08-07 11:38 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Include the DRIVER_DATE in the error state
 2019-08-07 11:38 UTC 

[PATCH] drm/i915: Rename engines with to match their user interface
 2019-08-07 11:32 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[v2 0/6] Support mipi dsi video mode on TGL
 2019-08-07 11:07 UTC  (7+ messages)
` [v2 1/6] drm/i915/tgl/dsi: Program TRANS_VBLANK register
` [v2 5/6] drm/i915/tgl: Add mipi dsi support for TGL
` [v2 6/6] drm/i915/tgl/dsi: Enable blanking packets during BLLP for video mode

[PATCH] drm/i915/gvt: Fix use-after-free in intel_vgpu_create_workload
 2019-08-07 10:46 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 1/8] dma-buf: fix busy wait for new shared fences
 2019-08-07 10:43 UTC  (18+ 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

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

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

[PATCH 00/10] drm/i915: some more header juggling
 2019-08-07  9:53 UTC  (10+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ 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 v3 00/39] put_user_pages(): miscellaneous call sites
 2019-08-07  8:51 UTC  (46+ 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*()
` [PATCH v3 09/41] drm/radeon: "
` [PATCH v3 10/41] media/ivtv: "
` [PATCH v3 11/41] media/v4l2-core/mm: "
` [PATCH v3 12/41] genwqe: "
` [PATCH v3 13/41] scif: "
` [PATCH v3 14/41] vmci: "
` [PATCH v3 15/41] rapidio: "
` [PATCH v3 16/41] oradax: "
` [PATCH v3 17/41] staging/vc04_services: "
` [PATCH v3 18/41] drivers/tee: "
` [PATCH v3 19/41] vfio: "
` [PATCH v3 20/41] fbdev/pvr2fb: "
` [PATCH v3 21/41] fsl_hypervisor: "
` [PATCH v3 22/41] xen: "
` [PATCH v3 23/41] fs/exec.c: "
` [PATCH v3 24/41] orangefs: "
` [PATCH v3 25/41] uprobes: "
` [PATCH v3 26/41] futex: "
` [PATCH v3 27/41] mm/frame_vector.c: "
` [PATCH v3 28/41] mm/gup_benchmark.c: "
` [PATCH v3 29/41] mm/memory.c: "
` [PATCH v3 30/41] mm/madvise.c: "
` [PATCH v3 31/41] mm/process_vm_access.c: "
` [PATCH v3 32/41] crypt: "
` [PATCH v3 33/41] fs/nfs: "
` [PATCH v3 34/41] goldfish_pipe: "
` [PATCH v3 35/41] kernel/events/core.c: "
` [PATCH v3 36/41] fs/binfmt_elf: "
` [PATCH v3 37/41] security/tomoyo: "
` [PATCH v3 38/41] powerpc: "
` [PATCH v3 39/41] mm/mlock.c: "
` [PATCH v3 40/41] mm/mempolicy.c: "
` [PATCH v3 41/41] mm/ksm: "

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-07  8:46 UTC  (8+ messages)

[PATCH v3 0/3] Send a hotplug when edid changes
 2019-08-07  7:43 UTC  (11+ 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 "
` ✓ Fi.CI.IGT: "

[PATCHv2 0/3] convert i915 to new mount API
 2019-08-07  6:30 UTC  (6+ messages)
` [PATCHv2 2/3] i915: convert "

linux-next: build failure after merge of the drm-misc tree
 2019-08-07  3:48 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

linux-next: manual merge of the drm-misc tree with the amdgpu tree
 2019-08-07  3:09 UTC 

[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 v3 0/8] Enable Transcoder Port Sync feature for tiled displays
 2019-08-07  0:11 UTC  (3+ 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 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()

[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  (12+ messages)
` [PATCH 03/22] drm/i915: Defer final intel_wakeref_put to process context
` ✗ 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 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] drm/i915: We don't need display's suspend/resume operations when !HAS_DISPLAY
 2019-08-06 17:01 UTC  (7+ messages)

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

[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  (4+ messages)
` [PATCH v2 2/2] drm/i915/tgl: Gen12 csb support

[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  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/dmc: Load DMC on TGL (rev2)

[PATCH 08/10] drm/i915: rename intel_drv.h to display/intel_display_types.h
 2019-08-06 11:39 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 06/10] drm/i915/tc: un-inline intel_tc_port_ref_held()
 2019-08-06 11:37 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v12 0/6] HDCP2.2 Phase II
 2019-08-06 10:29 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