Intel-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-04 22:49:07 to 2019-08-06 09:58:10 UTC [more...]

[PULL] drm-misc-next
 2019-08-06  9:58 UTC  (8+ 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 01/22] drm/i915/gem: Make caps.scheduler static
 2019-08-06  9:05 UTC  (20+ 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 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 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  (8+ 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 12/13] drm/tilcdc: Provide ddc symlink in connector "

[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/dmc: Load DMC on TGL
 2019-08-06  1:18 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/dmc: Load DMC on TGL (rev2)

[PATCH v2 1/2] drm/i915/tgl: add GEN12_MAX_CONTEXT_HW_ID
 2019-08-05 23:46 UTC  (3+ 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

[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  (21+ messages)
` [PATCH 2/2] drm/i915/pmu: Use GT parked for estimating RC6 while asleep
  ` [PATCH v3] "
` [PATCH] drm/i915: Defer final intel_wakeref_put to process context
` ✓ Fi.CI.BAT: success for series starting with [1/2] "
` ✓ Fi.CI.BAT: success for series starting with drm/i915: Defer final intel_wakeref_put to process context (rev2)
` ✓ Fi.CI.IGT: "
` [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 "

[PATCH] drm/i915: Remove redundant user_access_end() from __copy_from_user() error path
 2019-08-05 19:29 UTC  (7+ messages)

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  (15+ messages)
` [PATCH v2 06/34] drm/i915: convert put_page() to put_user_page*()
` [PATCH v2 20/34] xen: "
` [PATCH v2 26/34] mm/gup_benchmark.c: "
` [PATCH v2 27/34] mm/memory.c: "
` [PATCH v2 28/34] mm/madvise.c: "
` [PATCH v2 29/34] mm/process_vm_access.c: "
` [PATCH v2 30/34] crypt: "
` [PATCH v2 31/34] fs/nfs: "
` [PATCH v2 32/34] goldfish_pipe: "
` [PATCH v2 33/34] kernel/events/core.c: "
` [PATCH v2 34/34] fs/binfmt_elf: "

[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  (22+ messages)
` [PATCH v6 01/17] drm/ttm: add gem base object
` [PATCH v6 02/17] drm/vram: use embedded gem object
` [PATCH v6 03/17] drm/qxl: "
` [PATCH v6 04/17] drm/radeon: "
` [PATCH v6 05/17] drm/amdgpu: "
` [PATCH v6 06/17] drm/nouveau: "
` [PATCH v6 07/17] drm/ttm: use gem reservation object
  ` [PATCH v6 08/17] drm/ttm: use gem vma_node
  ` [PATCH v6 11/17] drm/radeon: switch driver from bo->resv to bo->base.resv
` [PATCH v6 09/17] drm/ttm: set both resv and base.resv pointers
` [PATCH v6 10/17] drm/ttm: switch ttm core from bo->resv to bo->base.resv
` [PATCH v6 12/17] drm/vmwgfx: switch driver "
` [PATCH v6 13/17] drm/amdgpu: "
` [PATCH v6 14/17] drm/nouveau: "
` [PATCH v6 15/17] drm/qxl: "
` [PATCH v6 16/17] drm/virtio: "
` [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: "

[PATCH v5 00/18] drm/ttm: make ttm bo a gem bo subclass
 2019-08-05 12:49 UTC  (21+ messages)
` [PATCH v5 01/18] drm/ttm: add gem base object
` [PATCH v5 02/18] drm/vram: use embedded gem object
` [PATCH v5 03/18] drm/qxl: "
  ` [PATCH v5 04/18] drm/radeon: "
` [PATCH v5 05/18] drm/amdgpu: "
` [PATCH v5 06/18] drm/nouveau: "
` [PATCH v5 07/18] drm/ttm: use gem reservation object
` [PATCH v5 08/18] drm/ttm: use gem vma_node
` [PATCH v5 09/18] drm/ttm: set both resv and base.resv pointers
` [PATCH v5 10/18] drm/ttm: switch ttm core from bo->resv to bo->base.resv
` [PATCH v5 11/18] [fixup] ttm
` [PATCH v5 12/18] drm/radeon: switch driver from bo->resv to bo->base.resv
` [PATCH v5 13/18] drm/vmwgfx: "
` [PATCH v5 14/18] drm/amdgpu: "
` [PATCH v5 15/18] drm/nouveau: "
` [PATCH v5 16/18] drm/qxl: "
` [PATCH v5 17/18] drm/virtio: "
` [PATCH v5 18/18] drm/ttm: drop ttm_buffer_object->resv
` ✗ Fi.CI.BAT: failure for drm/ttm: make ttm bo a gem bo subclass

[PATCH] drm/i915/icl: Remove DDI IO power domain from PG3 power domains
 2019-08-05 10:05 UTC  (3+ messages)

patc push failed
 2019-08-05 10:09 UTC  (2+ messages)

[PATCH 0/4] Modular FIA
 2019-08-05  9:16 UTC  (5+ messages)
` [PATCH 2/4] drm/i915: fix include order in intel_tc.*

[PATCH v3] drm/i915: Fix wrong escape clock divisor init for GLK
 2019-08-05  8:32 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Fix wrong escape clock divisor init for GLK (rev3)

[PATCH v12 0/6] HDCP2.2 Phase II
 2019-08-05  8:09 UTC  (2+ messages)
` [Intel-gfx] "

Linux Kernel 5.1.21 (i915)
 2019-08-05  3:24 UTC 

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-04 23:28 UTC  (5+ messages)
` [PATCH 31/34] nfs: convert put_page() to put_user_page*()


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).