public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2019-06-14 16:46:10 to 2019-06-17 06:03:38 UTC [more...]

[PATCH 00/59] prime doc polish and ... a few cleanups
 2019-06-17  6:03 UTC  (85+ messages)
` [PATCH 01/59] drm/todo: Improve drm_gem_object funcs todo
` [PATCH 02/59] drm/gem: Unexport drm_gem_(un)pin/v(un)map
` [PATCH 03/59] drm/prime: Update docs
` [PATCH 04/59] drm/prime: Unconditionally set up the prime file private
` [PATCH 05/59] drm/prime: Make DRIVER_PRIME a no-op
` [PATCH 07/59] drm/arm/komeda: Remove DRIVER_HAVE_IRQ
` [PATCH 08/59] drm/omapdrm: drop fb_debug_enter/leave
` [PATCH 10/59] drm/arc: Drop drm_gem_prime_export/import
` [PATCH 11/59] drm/arm: "
` [PATCH 12/59] drm/atmel: "
` [PATCH 13/59] drm/etnaviv: "
` [PATCH 14/59] drm/exynos: Drop drm_gem_prime_export
` [PATCH 15/59] drm/fsl-dcu: Drop drm_gem_prime_export/import
` [PATCH 16/59] drm/hisilicon: "
` [PATCH 17/59] drm/imx: "
` [PATCH 18/59] drm/mcde: "
` [PATCH 19/59] drm/mtk: "
` [PATCH 20/59] drm/meson: "
` [PATCH 22/59] drm/mxsfb: "
  ` [PATCH 06/59] drm/prime: Actually remove DRIVER_PRIME everywhere
  ` [PATCH 09/59] drm/prime: Align gem_prime_export with obj_funcs.export
  ` [PATCH 21/59] drm/msm: Drop drm_gem_prime_export/import
  ` [PATCH 23/59] drm/nouveau: "
  ` [PATCH 45/59] drm/msm: Drop robj from msm_gem_new_impl
  ` [PATCH 49/59] drm/msm: Use drm_gem_fb_prepare_fb
  ` [PATCH 51/59] drm/radeon: Fill out gem_object->resv
` [PATCH 24/59] drm/pl111: Drop drm_gem_prime_export/import
` [PATCH 25/59] drm/qxl: "
` [PATCH 26/59] drm/rcar-du: "
` [PATCH 27/59] drm/rockchip: "
` [PATCH 28/59] drm/shmob: "
` [PATCH 29/59] drm/sti: "
` [PATCH 30/59] drm/stm: "
` [PATCH 31/59] drm/tilcdc: "
` [PATCH 32/59] drm/tve2000: "
` [PATCH 33/59] drm/vboxvideo: "
` [PATCH 34/59] drm/vc3: Drop drm_gem_prime_import
` [PATCH 35/59] drm/radeon: "
` [PATCH 36/59] drm/vgem: Drop drm_gem_prime_export
` [PATCH 37/59] drm/virtio: Drop drm_gem_prime_export/import
` [PATCH 38/59] drm/xen: "
` [PATCH 39/59] drm/zte: "
` [PATCH 40/59] drm/vram-helper: "
` [PATCH 41/59] drm/prime: automatically set gem_obj->resv on import
` [PATCH 42/59] drm/etnaviv: Drop resv argument from etnaviv_gem_new_impl
` [PATCH 43/59] drm/lima: Drop resv argument from lima_bo_create_struct
` [PATCH 44/59] drm/mediatek: Use drm_atomic_helper_wait_for_fences
` [PATCH 46/59] drm/panfrost: don't set gem_obj->resv for prime import anymore
` [PATCH 47/59] drm/vc4: Don set gem_obj->resv in "
` [PATCH 48/59] drm/vgem: Ditch attach trickery in the fence ioctl
` [PATCH 50/59] drm/vc4: Use drm_gem_fb_prepare_fb
` [PATCH 52/59] drm/nouveau: Fill out gem_object->resv
` [PATCH 53/59] drm/amdgpu: "
` [PATCH 54/59] drm/prime: Ditch gem_prime_res_obj hook
` [PATCH 55/59] drm/todo: remove gem_prime_import/export todo
` [PATCH 56/59] drm/todo: Update backlight todo
` [PATCH 57/59] drm/todo: Update mmap todo
` [PATCH 58/59] drm/todo: Add new debugfs todo
` [PATCH 59/59] drm/doc: Document kapi doc expectations
` ✗ Fi.CI.CHECKPATCH: warning for prime doc polish and ... a few cleanups
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH v3 0/7] Hexdump Enhancements
 2019-06-17  4:07 UTC  (9+ messages)
` [PATCH v3 1/7] lib/hexdump.c: Fix selftests
` [PATCH v3 2/7] lib/hexdump.c: Relax rowsize checks in hex_dump_to_buffer
` [PATCH v3 3/7] lib/hexdump.c: Optionally suppress lines of repeated bytes
` [PATCH v3 4/7] lib/hexdump.c: Replace ascii bool in hex_dump_to_buffer with flags
` [PATCH v3 5/7] lib/hexdump.c: Allow multiple groups to be separated by lines '|'
` [PATCH v3 6/7] lib/hexdump.c: Allow multiple groups to be separated by spaces
` [PATCH v3 7/7] lib/hexdump.c: Optionally retain byte ordering

linux-next: manual merge of the drm-misc tree with the amdgpu tree
 2019-06-17  3:25 UTC  (2+ messages)

linux-next: manual merge of the drm-intel tree with the pci tree
 2019-06-17  3:20 UTC 

[PATCH] drm/i915: Restore -Wunused-but-set-variable
 2019-06-16 12:42 UTC  (2+ messages)
` ✗ Fi.CI.SPARSE: warning for "

[RESEND PATCH v2 1/2] drm/dp/mst: Reprobe EDID for MST ports on resume
 2019-06-15 22:38 UTC  (5+ messages)

[PATCH v2 1/4] drm/i915: Don't clobber M/N values during fastset check
 2019-06-15 22:16 UTC  (2+ messages)

[PATCH] drm/i915/guc: Check if reset is supported before attempting to reset GuC
 2019-06-15 19:10 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[CI 1/2] drm/i915: Discard some redundant cache domain flushes
 2019-06-15 18:41 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for series starting with [CI,1/2] "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915: Check visibility in icl_build_plane_wm
 2019-06-15 17:45 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/ehl: Update MOCS table for EHL
 2019-06-15 15:23 UTC  (4+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/ehl: Update MOCS table for EHL (rev2)

[PATCH] drm/kms: Catch mode_object lifetime errors
 2019-06-15 11:12 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 1/2] drm/i915: Refine eDP aux backlight enable/disable sequence
 2019-06-15 10:59 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/2] "
` ✓ Fi.CI.IGT: "

[PATCH v3 0/8] RPM encapsulation
 2019-06-15 10:04 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for RPM Encapsulation (rev2)

[PATCH] drm/i915/ehl: Add power wells support for Elkhart Lake
 2019-06-15  9:30 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915: Discard some redundant cache domain flushes
 2019-06-15  9:26 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH] drm/i915/ehl: Introduce Mule Creek Canyon PCH
 2019-06-15  9:12 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/ehl: Introduce Mule Creek Canyon PCH (rev2)
` ✓ Fi.CI.BAT: success for drm/i915/ehl: Introduce Mule Creek Canyon PCH (rev3)

[RFC][PATCH 0/2] drm: PATH prop for all connectors?
 2019-06-15  8:26 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[RESEND FOR CI] i915: no need to check return value of debugfs_create functions
 2019-06-15  8:08 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for i915: no need to check return value of debugfs_create functions (rev2)

[CI] drm/i915: Avoid tainting i915_gem_park() with wakeref.lock
 2019-06-15  7:50 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Refine i915_reset.lock_map
 2019-06-15  7:30 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Refine i915_reset.lock_map (rev3)

[PATCH] drm/i915/ehl: Add missing VECS engine
 2019-06-15  7:16 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] i915: gvt: no need to check return value of debugfs_create functions
 2019-06-15  7:08 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[CI 1/3] drm/i915: Keep contexts pinned until after the next kernel context switch
 2019-06-15  6:50 UTC  (7+ messages)
` [CI 2/3] drm/i915: Stop retiring along engine
` [CI 3/3] drm/i915: Replace engine->timeline with a plain list
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/3] drm/i915: Keep contexts pinned until after the next kernel context switch
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/3] drm/i915: Keep contexts pinned until after the next kernel context switch (rev2)
` ✓ Fi.CI.BAT: success for series starting with [CI,1/3] drm/i915: Keep contexts pinned until after the next kernel context switch
` ✓ Fi.CI.BAT: success for series starting with [CI,1/3] drm/i915: Keep contexts pinned until after the next kernel context switch (rev2)

[PATCH] drm/i915: Enable refcount debugging for default debug levels
 2019-06-15  6:46 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH] drm/i915/ehl: Allow combo PHY A to drive a third external display
 2019-06-15  5:25 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 01/10] drm/i915/gtt: No need to zero the table for page dirs
 2019-06-15  4:59 UTC  (22+ messages)
` [PATCH 02/10] drm/i915/gtt: Use a common type for page directories
` [PATCH 03/10] drm/i915/gtt: Introduce init_pd_with_page
` [PATCH 04/10] drm/i915/gtt: Introduce init_pd
` [PATCH 05/10] drm/i915/gtt: Generalize alloc_pd
` [PATCH 06/10] drm/i915/gtt: pde entry encoding is identical
` [PATCH 07/10] drm/i915/gtt: Check for physical page for pd entry always
` [PATCH 08/10] drm/i915/gtt: Make swapping the pd entry generic
` [PATCH 09/10] drm/i915/gtt: Tear down setup and cleanup macros for page dma
` [PATCH 10/10] drm/i915/gtt: Setup phys pages for 3lvl pdps
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/10] drm/i915/gtt: No need to zero the table for page dirs
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915: Use the correct style for SPDX License Identifier
 2019-06-15  4:31 UTC 

[PATCH v5 1/3] drm/i915/bdw+: Move misc display IRQ handling to it own function
 2019-06-15  4:27 UTC  (3+ messages)
` [PATCH v5 3/3] drm/i915: Make PSR registers relative to transcoders

[PATCH v2 0/5] Panel rotation patches
 2019-06-15  0:44 UTC  (5+ messages)
` [PATCH 1/5] drm/panel: Add helper for reading DT rotation

[PATCH] drm/i915/ehl: Introduce Mule Creek Canyon PCH
 2019-06-15  0:42 UTC  (2+ messages)
` [CI] "

[PATCH 0/9] Add support for new DMC headers
 2019-06-14 21:37 UTC  (14+ messages)
` [PATCH 4/9] drm/i915/dmc: extract function to parse css header
` [PATCH 5/9] drm/i915/dmc: extract function to parse package_header
` [PATCH 6/9] drm/i915/dmc: extract function to parse dmc_header
` [PATCH 7/9] drm/i915/dmc: add support to load dmc_header version 3
` [PATCH 8/9] drm/i915/dmc: remove redundant return in parse_csr_fw()
` [PATCH 9/9] drm/i915/dmc: protect against loading wrong firmware

[v7 00/16] Add Plane Color Properties
 2019-06-14 21:22 UTC  (3+ messages)

[PATCH v2 1/3] drm/i915: make intel_sdvo_regs.h self-contained
 2019-06-14 21:20 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [v2] drm/i915: make intel_sdvo_regs.h self-contained (rev2)

[PATCH v4 18/28] docs: convert docs to ReST and rename to *.rst
 2019-06-14 21:14 UTC  (4+ messages)
` [PATCH v5] docs: power: "

[RFC 0/2] Split crtc_state in sw and hw state
 2019-06-14 20:29 UTC  (4+ messages)
` [RFC 1/2] drm/i915: Rename intel_crtc_state->base to hw
` [RFC 2/2] [INCOMPLETE] drm/i915: Split up crtc_state into uapi and hw
` ✗ Fi.CI.BAT: failure for Split crtc_state in sw and hw state

WIP glance towards struct_mutex removal
 2019-06-14 20:18 UTC  (9+ messages)
` [PATCH 34/39] drm/i915: Use vm->mutex for serialising GTT insertion
` [PATCH 35/39] drm/i915: Pin pages before waiting

[PATCH] drm/i915/ehl: Add support for DPLL4 (v5)
 2019-06-14 19:22 UTC  (3+ messages)
` [PATCH] drm/i915/ehl: Add support for DPLL4 (v7)

[PATCH 0/4] Update whitelist support for new hardware
 2019-06-14 18:44 UTC  (6+ messages)
` ✗ Fi.CI.BAT: failure for "

[PULL] drm-fixes for 5.2-rc5
 2019-06-14 18:06 UTC 

[CI] drm/i915: Move fence register tracking from i915->mm to ggtt
 2019-06-14 18:04 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[RFC v4 00/31] Implicit dev_priv removal and GT compartmentalization
 2019-06-14 17:52 UTC  (22+ messages)
` [RFC 01/31] drm/i915: Convert intel_vgt_(de)balloon to uncore
` [RFC 06/31] drm/i915: Convert i915_gem_init_swizzling to intel_gt
` [RFC 19/31] drm/i915: Store intel_gt backpointer in vm
` [RFC 20/31] drm/i915: Compartmentalize i915_gem_suspend/restore_gtt_mappings
` [RFC 26/31] drm/i915: Store ggtt pointer in intel_gt
` [RFC 31/31] drm/i915: Eliminate dual personality of i915_scratch_offset
` ✗ Fi.CI.BAT: failure for Implicit dev_priv removal and GT compartmentalization (rev7)
` ✗ Fi.CI.BAT: failure for Implicit dev_priv removal and GT compartmentalization (rev8)

[RESEND PATCH V3] drm/drm_vblank: Change EINVAL by the correct errno
 2019-06-14 17:20 UTC  (4+ messages)
` Drop use of DRM_WAIT_ON() [Was: drm/drm_vblank: Change EINVAL by the correct errno]
` ✗ Fi.CI.IGT: failure for drm/drm_vblank: Change EINVAL by the correct errno (rev2)

[PATCH] drm/i915: Refine eDP aux backlight enable sequence
 2019-06-14 17:07 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH] gpu/drm/i915: globally replace dev_priv with i915
 2019-06-14 17:06 UTC  (6+ messages)


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