dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-01 20:25:53 to 2021-07-02 21:38:47 UTC [more...]

[PATCH v2 00/11] drm/scheduler dependency tracking
 2021-07-02 21:38 UTC  (12+ messages)
` [PATCH v2 01/11] drm/sched: Split drm_sched_job_init
` [PATCH v2 02/11] drm/sched: Add dependency tracking
` [PATCH v2 03/11] drm/sched: drop entity parameter from drm_sched_push_job
` [PATCH v2 04/11] drm/panfrost: use scheduler dependency tracking
` [PATCH v2 05/11] drm/lima: "
` [PATCH v2 06/11] drm/v3d: Move drm_sched_job_init to v3d_job_init
` [PATCH v2 07/11] drm/v3d: Use scheduler dependency handling
` [PATCH v2 08/11] drm/etnaviv: "
` [PATCH v2 09/11] drm/gem: Delete gem array fencing helpers
` [PATCH v2 10/11] drm/sched: Don't store self-dependencies
` [PATCH v2 11/11] drm/sched: Check locking in drm_sched_job_await_implicit

[PATCH] drm/vc4: dsi: Only register our component once a DSI device is attached
 2021-07-02 20:18 UTC  (12+ messages)

[PATCH] drm/i915: Improve debug Kconfig texts a bit
 2021-07-02 20:17 UTC 

[PATCH] drm/amdgpu: initialize amdgpu_ras_query_error_count() error count parameters
 2021-07-02 19:52 UTC 

[PATCH v5 0/2] drm/i915: IRQ fixes
 2021-07-02 19:51 UTC  (2+ messages)

[PATCH v2] drm/dp_mst: Fix return code on sideband message failure
 2021-07-02 19:50 UTC  (2+ messages)

[PATCH] dma-buf: fix and rework dma_buf_poll v5
 2021-07-02 19:45 UTC  (2+ messages)

[PATCH v2 1/3] drm/i915: use consistent CPU mappings for pin_map users
 2021-07-02 19:22 UTC  (5+ messages)
` [PATCH v2 3/3] drm/i915/uapi: reject set_domain for discrete
  ` [Intel-gfx] "

[PATCH 1/3] drm/i915: use consistent CPU mappings for pin_map users
 2021-07-02 19:16 UTC  (3+ messages)
` [PATCH 2/3] drm/i915/uapi: reject caching ioctls for discrete

[PATCH v4 0/2] drm/i915: IRQ fixes
 2021-07-02 19:13 UTC  (2+ messages)

[PATCH] drm: mxsfb: Enable recovery on underflow
 2021-07-02 19:12 UTC  (4+ messages)

[PATCH -next] drm: vmwgfx: add header file for ttm_range_manager
 2021-07-02 19:10 UTC  (3+ messages)

[PATCH v7 0/5] drm: address potential UAF bugs with drm_master ptrs
 2021-07-02 19:07 UTC  (2+ messages)

[RFC 0/6] drm/msm/dpu: add support for idependent DSI config
 2021-07-02 18:38 UTC  (7+ messages)
` [RFC 2/6] drm/msm/dpu: support setting up two independent DSI connectors
  ` [Freedreno] "

[Bug 212469] New: plymouth animation freezes during shutdown
 2021-07-02 18:22 UTC  (2+ messages)
` [Bug 212469] "

[PATCH v3 0/7] drm/panfrost: drm/panfrost: Add a new submit ioctl
 2021-07-02 18:11 UTC  (18+ messages)
` [PATCH v3 1/7] drm/panfrost: Pass a job to panfrost_{acquire, attach}_object_fences()
` [PATCH v3 2/7] drm/panfrost: Move the mappings collection out of panfrost_lookup_bos()
` [PATCH v3 3/7] drm/panfrost: Add BO access flags to relax dependencies between jobs
` [PATCH v3 4/7] drm/panfrost: Add the ability to create submit queues
` [PATCH v3 5/7] drm/panfrost: Add a new ioctl to submit batches
` [PATCH v3 6/7] drm/panfrost: Advertise the SYNCOBJ_TIMELINE feature
` [PATCH v3 7/7] drm/panfrost: Bump minor version to reflect the feature additions

[PATCH] drm/stm: ltdc: improve pm_runtime to stop clocks
 2021-07-02 18:07 UTC  (4+ messages)

[PATCH 1/2] drm/i915/gem: Correct the locking and pin pattern for dma-buf
 2021-07-02 17:09 UTC  (2+ messages)

Questions over DSI within DRM
 2021-07-02 16:41 UTC  (2+ messages)

[PATCH v3] drm/dbi: Print errors for mipi_dbi_command()
 2021-07-02 15:27 UTC  (2+ messages)

[PATCH v15 00/12] Restricted DMA
 2021-07-02 15:13 UTC  (15+ messages)
` [PATCH v15 06/12] swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing
` [PATCH v15 12/12] of: Add plumbing for restricted DMA pool

[PATCH 00/47] GuC submission support
 2021-07-02 15:07 UTC  (16+ messages)
` [PATCH 47/47] drm/i915/guc: Unblock GuC submission on Gen11+
          ` [Intel-gfx] "

[PATCH v2] drm/dbi: Print errors for mipi_dbi_command()
 2021-07-02 13:57 UTC  (6+ messages)

[PATCH v2 0/7] drm/panfrost: drm/panfrost: Add a new submit ioctl
 2021-07-02 14:09 UTC  (24+ messages)
` [PATCH v2 1/7] drm/panfrost: Pass a job to panfrost_{acquire, attach_object_fences}()
  ` [PATCH v2 1/7] drm/panfrost: Pass a job to panfrost_{acquire,attach_object_fences}()
` [PATCH v2 2/7] drm/panfrost: Move the mappings collection out of panfrost_lookup_bos()
` [PATCH v2 3/7] drm/panfrost: Add BO access flags to relax dependencies between jobs
` [PATCH v2 4/7] drm/panfrost: Add the ability to create submit queues
` [PATCH v2 5/7] drm/panfrost: Add a new ioctl to submit batches
` [PATCH v2 6/7] drm/panfrost: Advertise the SYNCOBJ_TIMELINE feature
` [PATCH v2 7/7] drm/panfrost: Bump minor version to reflect the feature additions

[PATCH 1/2] drm/vc4: hdmi: Fix error path of hpd-gpios
 2021-07-02 13:16 UTC  (4+ messages)
` [PATCH 2/2] drm/vc4: hdmi: Convert to gpiod

[ANNOUNCE] libdrm 2.4.107
 2021-07-02 12:57 UTC 

[PATCH 00/53] Begin enabling Xe_HP SDV and DG2 platforms
 2021-07-02 12:42 UTC  (66+ messages)
` [PATCH 01/53] drm/i915: Add "release id" version
  ` [Intel-gfx] "
` [PATCH 03/53] drm/i915: Fork DG1 interrupt handler
` [PATCH 04/53] drm/i915/xehp: VDBOX/VEBOX fusing registers are enable-based
` [PATCH 05/53] drm/i915/gen12: Use fuse info to enable SFC
  ` [Intel-gfx] "
` [PATCH 06/53] drm/i915/selftests: Allow for larger engine counts
` [PATCH 07/53] drm/i915/xehp: Extra media engines - Part 1 (engine definitions)
  ` [Intel-gfx] "
` [PATCH 08/53] drm/i915/xehp: Extra media engines - Part 2 (interrupts)
  ` [Intel-gfx] "
` [PATCH 09/53] drm/i915/xehp: Extra media engines - Part 3 (reset)
` [PATCH 12/53] drm/i915/xehp: Handle new device context ID format
` [PATCH 13/53] drm/i915/xehp: New engine context offsets
` [PATCH 14/53] drm/i915/xehp: handle new steering options
` [PATCH 15/53] drm/i915/xehp: Loop over all gslices for INSTDONE processing
` [PATCH 16/53] drm/i915/xehpsdv: add initial XeHP SDV definitions
` [PATCH 17/53] drm/i915/xehp: Changes to ss/eu definitions
` [PATCH 18/53] drm/i915/xehpsdv: Add maximum sseu limits
` [PATCH 19/53] drm/i915/xehpsdv: Add compute DSS type
` [PATCH 20/53] drm/i915/xehpsdv: Define steering tables
` [PATCH 21/53] drm/i915/xehpsdv: Define MOCS table for XeHP SDV
` [PATCH 22/53] drm/i915/xehpsdv: factor out function to read RP_STATE_CAP
` [PATCH 23/53] drm/i915/xehpsdv: Read correct RP_STATE_CAP register
` [PATCH 24/53] drm/i915/dg2: add DG2 platform info
` [PATCH 25/53] drm/i915/dg2: DG2 uses the same sseu limits as XeHP SDV
` [PATCH 26/53] drm/i915/dg2: Add forcewake table
` [PATCH 27/53] drm/i915/dg2: Update LNCF steering ranges
` [PATCH 28/53] drm/i915/dg2: Add SQIDI steering
` [PATCH 29/53] drm/i915/dg2: Add new LRI reg offsets
` [PATCH 30/53] drm/i915/dg2: Maintain backward-compatible nested batch behavior
` [PATCH 31/53] drm/i915/dg2: Report INSTDONE_GEOM values in error state
` [PATCH 32/53] drm/i915/dg2: Define MOCS table for DG2
` [PATCH 33/53] drm/i915/dg2: Add fake PCH
` [PATCH 34/53] drm/i915/dg2: Add cdclk table and reference clock
` [PATCH 35/53] drm/i915/dg2: Skip shared DPLL handling
` [PATCH 36/53] drm/i915/dg2: Don't wait for AUX power well enable ACKs
` [PATCH 37/53] drm/i915/dg2: Setup display outputs
` [PATCH 38/53] drm/i915/dg2: Add dbuf programming
` [PATCH 39/53] drm/i915/dg2: Don't program BW_BUDDY registers
` [PATCH 40/53] drm/i915/dg2: Don't read DRAM info
` [PATCH 41/53] drm/i915/dg2: DG2 has fixed memory bandwidth
` [PATCH 42/53] drm/i915/dg2: Add MPLLB programming for SNPS PHY
` [PATCH 43/53] drm/i915/dg2: Add MPLLB programming for HDMI
` [PATCH 44/53] drm/i915/dg2: Add vswing programming for SNPS phys
` [PATCH 45/53] drm/i915/dg2: Update modeset sequences
  ` [Intel-gfx] "
` [PATCH 46/53] drm/i915/dg2: Classify DG2 PHY types
` [PATCH 47/53] drm/i915/dg2: Wait for SNPS PHY calibration during display init
` [PATCH 48/53] drm/i915/dg2: Update lane disable power state during PSR
` [PATCH 49/53] drm/i915/dg2: Add DG2 to the PSR2 defeature list
` [PATCH 50/53] drm/i915/display/dsc: Add Per connector debugfs node for DSC BPP enable
` [PATCH 51/53] drm/i915/display/dsc: Set BPP in the kernel
` [PATCH 52/53] drm/i915/dg2: Update to bigjoiner path
` [PATCH 53/53] drm/i915/dg2: Configure PCON in DP pre-enable path

[drm-intel:drm-intel-gt-next 8/14] drivers/gpu/drm/i915/gt/selftest_migrate.c:102 copy() error: uninitialized symbol 'rq'
 2021-07-02 12:19 UTC  (7+ messages)
` [Intel-gfx] "

[PATCH] drm/nouveau: Remove redundant error check on variable ret
 2021-07-02 12:05 UTC 

Start fixing the shared to exclusive fence dependencies
 2021-07-02 11:16 UTC  (5+ messages)
` [PATCH 1/4] dma-buf: add some more kerneldoc to dma_resv_add_shared_fence
` [PATCH 2/4] dma-buf: fix dma_resv_test_signaled test_all handling v2
` [PATCH 3/4] drm/nouveau: always wait for the exclusive fence
` [PATCH 4/4] drm/msm: "

[PATCH 1/2] drm/i915/selftests: fix smatch warning in igt_check_blocks
 2021-07-02 10:46 UTC  (2+ messages)
` [PATCH 2/2] drm/i915/selftests: fix smatch warning in mock_reserve

[PATCH] drm/dbi: Print errors for mipi_dbi_command()
 2021-07-02 10:26 UTC  (4+ messages)

[drm-intel:drm-intel-gt-next 7/8] drivers/gpu/drm/i915/selftests/intel_memory_region.c:227 igt_mock_reserve() error: 'mem' dereferencing possible ERR_PTR()
 2021-07-02  9:30 UTC 

[PATCH v2 0/4] mgag200: Various cleanups
 2021-07-02  7:56 UTC  (5+ messages)
` [PATCH v2 1/4] drm/mgag200: Don't pass flags to drm_dev_register()
` [PATCH v2 2/4] drm/mgag200: Inline mgag200_device_init()
` [PATCH v2 3/4] drm/mgag200: Extract device type and flags in mgag200_pci_probe()
` [PATCH v2 4/4] drm/mgag200: Constify LUT for programming bpp

[PATCH v2 0/3] drm/bochs: Move to tiny/ and simplify
 2021-07-02  7:54 UTC  (4+ messages)
` [PATCH v2 1/3] drm/bochs: Move to tiny/
` [PATCH v2 2/3] drm/bochs: Use managed initialization for GEM VRAM helpers
` [PATCH v2 3/3] drm/vram-helper: Unexport drm_vram_helper_{alloc, release}_mm()

[PATCH v1 2/2] drm/i915/gem: Migrate to system at dma-buf attach time
 2021-07-02  6:31 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] drm/panel: panel-simple: Fix proper bpc for ytc700tlag_05_201c
 2021-07-02  5:28 UTC  (2+ messages)

[PATCH] drm/panel: Fix up DT bindings for Samsung lms397kf04
 2021-07-02  5:27 UTC  (2+ messages)

[PATCH 0/4] mgag200: Various cleanups
 2021-07-02  4:59 UTC  (3+ messages)

[PATCH v2] drm/panfrost:report the full raw fault information instead
 2021-07-02  1:40 UTC  (11+ messages)

[PATCH v2] drm/meson: fix potential NULL pointer exception in meson_drv_unbind()
 2021-07-01 21:34 UTC  (2+ messages)

[git pull] drm for 5.14-rc1
 2021-07-01 21:31 UTC  (3+ messages)

[PATCH] drm/msm/dsi: drop gdsc regulator handling
 2021-07-01 20:59 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;
as well as URLs for NNTP newsgroup(s).