messages from 2019-06-14 13:47:10 to 2019-06-14 20:35:53 UTC [more...]
[PATCH 00/59] prime doc polish and ... a few cleanups
2019-06-14 20:35 UTC (22+ 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 04/59] drm/prime: Unconditionally set up the prime file private
` [PATCH 07/59] drm/arm/komeda: Remove DRIVER_HAVE_IRQ
` [PATCH 12/59] drm/atmel: Drop drm_gem_prime_export/import
` [PATCH 13/59] drm/etnaviv: "
` [PATCH 14/59] drm/exynos: Drop drm_gem_prime_export
` [PATCH 16/59] drm/hisilicon: Drop drm_gem_prime_export/import
` [PATCH 17/59] drm/imx: "
` [PATCH 19/59] drm/mtk: "
` [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 25/59] drm/qxl: "
` [PATCH 28/59] drm/shmob: "
` [PATCH 30/59] drm/stm: "
` [PATCH 31/59] drm/tilcdc: "
` [PATCH 36/59] drm/vgem: Drop drm_gem_prime_export
` [PATCH 37/59] drm/virtio: Drop drm_gem_prime_export/import
[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
[PATCH 0/9] Add support for new DMC headers
2019-06-14 20:24 UTC (13+ 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
WIP glance towards struct_mutex removal
2019-06-14 20:18 UTC (18+ messages)
` [PATCH 02/39] drm/i915: Refine i915_reset.lock_map
` [PATCH 03/39] drm/i915: Avoid tainting i915_gem_park() with wakeref.lock
` [PATCH 04/39] drm/i915: Enable refcount debugging for default debug levels
` [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 "
[PATCH] drm/i915/ehl: Allow combo PHY A to drive a third external display
2019-06-14 18:32 UTC (2+ messages)
[PATCH] drm/kms: Catch mode_object lifetime errors
2019-06-14 18:14 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH 1/2] drm/i915: Refine eDP aux backlight enable/disable sequence
2019-06-14 18:09 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/2] "
[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 (70+ messages)
` [RFC 01/31] drm/i915: Convert intel_vgt_(de)balloon to uncore
` [RFC 02/31] drm/i915: Introduce struct intel_gt as replacement for anonymous i915->gt
` [RFC 03/31] drm/i915: Move intel_gt initialization to a separate file
` [RFC 04/31] drm/i915: Store some backpointers in struct intel_gt
` [RFC 05/31] drm/i915: Make i915_check_and_clear_faults take intel_gt
` [RFC 06/31] drm/i915: Convert i915_gem_init_swizzling to intel_gt
` [RFC 07/31] drm/i915: Convert init_unused_rings "
` [RFC 08/31] drm/i915: Convert gt workarounds "
` [RFC 09/31] drm/i915: Store backpointer to intel_gt in the engine
` [RFC 10/31] drm/i915: Convert intel_mocs_init_l3cc_table to intel_gt
` [RFC 11/31] drm/i915: Convert i915_ppgtt_init_hw "
` [RFC 12/31] drm/i915: Consolidate some open coded mmio rmw
` [RFC 13/31] drm/i915: Convert i915_gem_init_hw to intel_gt
` [RFC 14/31] drm/i915: Move intel_engines_resume into common init
` [RFC 15/31] drm/i915: Stop using I915_READ/WRITE in intel_wopcm_init_hw
` [RFC 16/31] drm/i915: Compartmentalize i915_ggtt_probe_hw
` [RFC 17/31] drm/i915: Compartmentalize i915_ggtt_init_hw
` [RFC 18/31] drm/i915: Make ggtt invalidation work on ggtt
` [RFC 19/31] drm/i915: Store intel_gt backpointer in vm
` [RFC 20/31] drm/i915: Compartmentalize i915_gem_suspend/restore_gtt_mappings
` [RFC 21/31] drm/i915: Convert i915_gem_flush_ggtt_writes to intel_gt
` [RFC 22/31] drm/i915: Move i915_gem_chipset_flush "
` [RFC 23/31] drm/i915: Compartmentalize timeline_init/park/fini
` [RFC 24/31] drm/i915: Compartmentalize i915_ggtt_cleanup_hw
` [RFC 25/31] drm/i915: Compartmentalize i915_gem_init_ggtt
` [RFC 26/31] drm/i915: Store ggtt pointer in intel_gt
` [RFC 27/31] drm/i915: Compartmentalize ring buffer creation
` [RFC 28/31] drm/i915: Save trip via top-level i915 in a few more places
` [RFC 29/31] drm/i915: Make timelines gt centric
` [RFC 30/31] drm/i915: Rename i915_timeline to intel_timeline and move under 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 (rev6)
` ✗ 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)
[PATCH 01/10] drm/i915/gtt: No need to zero the table for page dirs
2019-06-14 17:36 UTC (21+ 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: "
[CI 1/3] drm/i915: Keep contexts pinned until after the next kernel context switch
2019-06-14 17:23 UTC (4+ 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
[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 (7+ messages)
` ✓ Fi.CI.IGT: success for "
use exact allocation for dma coherent memory
2019-06-14 16:45 UTC (29+ messages)
` [PATCH 01/16] media: videobuf-dma-contig: use dma_mmap_coherent
` [PATCH 02/16] drm/ati_pcigart: stop using drm_pci_alloc
` [PATCH 03/16] drm/i915: "
` [Intel-gfx] "
` [PATCH 04/16] drm: move drm_pci_{alloc, free} to drm_legacy
` [PATCH 05/16] drm: don't mark pages returned from drm_pci_alloc reserved
` [PATCH 06/16] drm: don't pass __GFP_COMP to dma_alloc_coherent in drm_pci_alloc
` [PATCH 07/16] IB/hfi1: stop passing bogus gfp flags arguments to dma_alloc_coherent
` [PATCH 08/16] IB/qib: "
` [PATCH 09/16] cnic: "
` [PATCH 10/16] iwlwifi: "
` [PATCH 11/16] s390/ism: "
` [PATCH 12/16] staging/comedi: mark as broken
` [PATCH 13/16] mm: rename alloc_pages_exact_nid to alloc_pages_exact_node
` [PATCH 14/16] mm: use alloc_pages_exact_node to implement alloc_pages_exact
` [PATCH 15/16] dma-mapping: clear __GFP_COMP in dma_alloc_attrs
` [PATCH 16/16] dma-mapping: use exact allocation in dma_alloc_contiguous
[PATCH 1/2] drm/dp: Add DP_DPCD_QUIRK_NO_SINK_COUNT
2019-06-14 16:19 UTC (2+ messages)
Endless busyness, the forecoming
2019-06-14 16:18 UTC (9+ messages)
` [PATCH 2/8] drm/i915: Stop retiring along engine
` [PATCH 3/8] drm/i915: Replace engine->timeline with a plain list
[v7 00/16] Add Plane Color Properties
2019-06-14 16:17 UTC (2+ messages)
[BUG] lockdep splat with kernfs lockdep annotations and slab mutex from drm patch??
2019-06-14 15:38 UTC (3+ messages)
[RFC v3 00/28] Implicit dev_priv removal and GT compartmentalization
2019-06-14 15:10 UTC (14+ messages)
` [RFC 13/28] drm/i915: Convert i915_gem_init_hw to intel_gt
` [RFC 16/28] drm/i915: Compartmentalize i915_ggtt_probe_hw
[PATCH v3 0/8] RPM encapsulation
2019-06-14 14:59 UTC (3+ messages)
[PATCH V2] include: linux: Regularise the use of FIELD_SIZEOF macro
2019-06-14 14:36 UTC (2+ messages)
` ✓ Fi.CI.IGT: success for "
[PATCH v2] drm/i915: Add Wa_1409120013:icl,ehl
2019-06-14 14:27 UTC (4+ messages)
` [PATCH v3] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox