dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-08 16:44:52 to 2022-09-09 11:18:29 UTC [more...]

[PATCH v3 00/15] Tidy up vfio_device life cycle
 2022-09-09 10:22 UTC  (18+ messages)
` [PATCH v3 01/15] vfio: Add helpers for unifying "
` [PATCH v3 02/15] vfio/pci: Use the new device life cycle helpers
` [PATCH v3 03/15] vfio/mlx5: "
` [PATCH v3 04/15] vfio/hisi_acc: "
` [PATCH v3 05/15] vfio/mdpy: "
` [PATCH v3 06/15] vfio/mtty: "
` [PATCH v3 07/15] vfio/mbochs: "
` [PATCH v3 08/15] drm/i915/gvt: "
` [PATCH v3 09/15] vfio/ap: "
` [PATCH v3 10/15] vfio/fsl-mc: "
` [PATCH v3 11/15] vfio/platform: "
` [PATCH v3 12/15] vfio/amba: "
` [PATCH v3 13/15] vfio/ccw: "
` [PATCH v3 14/15] vfio: Rename vfio_device_put() and vfio_device_try_get()
` [PATCH v3 15/15] vfio: Add struct device to vfio_device

[PATCH 1/4] drm/sched: returns struct drm_gpu_scheduler ** for drm_sched_pick_best
 2022-09-09 11:18 UTC  (12+ messages)
` [PATCH 3/4] drm/sched: always keep selecetd ring sched list in ctx entity

[RFC PATCH 0/5] GEM buffer memory tracking
 2022-09-09 11:16 UTC  (6+ messages)
` [RFC PATCH 1/5] mm: add MM_DRIVERPAGES
` [RFC PATCH 2/5] drm/gem: track mm struct of allocating process in gem object
` [RFC PATCH 3/5] drm/gem: add functions to account GEM object memory usage
` [RFC PATCH 4/5] drm/cma-helper: account memory used by CMA GEM objects
` [RFC PATCH 5/5] drm/etnaviv: account memory used by GEM buffers

[PATCH v10 0/9] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
 2022-09-09 10:59 UTC  (10+ messages)
` [PATCH v10 1/9] overflow: Allow mixed type arguments
` [PATCH v10 2/9] overflow: Move and add few utility macros into overflow
` [PATCH v10 3/9] compiler_types.h: Add assert_type to catch type mis-match while compiling
` [PATCH v10 4/9] drm/i915/gem: Typecheck page lookups
` [PATCH v10 5/9] drm/i915: Check for integer truncation on scatterlist creation
` [PATCH v10 6/9] drm/i915: Check for integer truncation on the configuration of ttm place
` [PATCH v10 7/9] drm/i915: Check if the size is too big while creating shmem file
` [PATCH v10 8/9] drm/i915: Use error code as -E2BIG when the size of gem ttm object is too large
` [PATCH v10 9/9] drm/i915: Remove truncation warning for large objects

[PATCH 0/4] drm/plane: Remove drm_plane_init(), plus other cleanups
 2022-09-09 10:59 UTC  (5+ messages)
` [PATCH 1/4] drm/plane: Remove drm_plane_init()
` [PATCH 2/4] drm/plane: Allocate planes with drm_universal_plane_alloc()
` [PATCH 3/4] drm/plane-helper: Warn if atomic drivers call non-atomic helpers
` [PATCH 4/4] drm/plane-helper: Provide DRM_PLANE_NON_ATOMIC_FUNCS initializer macro

[PATCH v9 0/8] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
 2022-09-09 10:58 UTC  (9+ messages)
` [PATCH v9 1/8] overflow: Move and add few utility macros into overflow
    ` [Intel-gfx] "
` [PATCH v9 2/8] util_macros: Add exact_type macro to catch type mis-match while compiling

Meeting (BOF) at Plumbers Dublin to discuss backlight brightness as connector object property RFC?
 2022-09-09 10:23 UTC 

[PATCH v4 00/15] drm/i915: HuC loading for DG2
 2022-09-09 10:19 UTC  (29+ messages)
` [PATCH v4 01/15] mei: add support to GSC extended header
` [PATCH v4 02/15] mei: bus: enable sending gsc commands
` [PATCH v4 03/15] mei: adjust extended header kdocs
` [PATCH v4 04/15] mei: bus: extend bus API to support command streamer API
` [PATCH v4 05/15] mei: pxp: add command streamer API to the PXP driver
` [PATCH v4 06/15] mei: pxp: support matching with a gfx discrete card
` [PATCH v4 07/15] drm/i915/pxp: load the pxp module when we have a gsc-loaded huc
` [PATCH v4 08/15] drm/i915/pxp: implement function for sending tee stream command
` [PATCH v4 09/15] drm/i915/pxp: add huc authentication and loading command
` [PATCH v4 10/15] drm/i915/dg2: setup HuC loading via GSC
` [PATCH v4 11/15] drm/i915/huc: track delayed HuC load with a fence
` [PATCH v4 12/15] drm/i915/huc: stall media submission until HuC is loaded
` [PATCH v4 13/15] drm/i915/huc: better define HuC status getparam possible return values
` [PATCH v4 14/15] drm/i915/huc: define gsc-compatible HuC fw for DG2
` [PATCH v4 15/15] HAX: drm/i915: force INTEL_MEI_GSC and INTEL_MEI_PXP on for CI

[PATCH v3 0/3] drm/msm/hdmi: turn MSM8996 HDMI PHY into OF clock provider
 2022-09-09 10:18 UTC  (4+ messages)
` [PATCH v3 3/3] arm64: dts: qcom: msm8996: add #clock-cells and XO clock to the HDMI PHY node

[RFC v2] drm/kms: control display brightness through drm_connector properties
 2022-09-09 10:12 UTC 

[Intel-gfx] Developing a new backlight driver for specific OLED screen
 2022-09-09  9:50 UTC 

[PATCH v2 00/41] drm: Analog TV Improvements
 2022-09-09  9:46 UTC  (6+ messages)
` [PATCH v2 09/41] drm/connector: Add TV standard property

[PATCH] drm/sun4i: tv: Include drm_atomic.h
 2022-09-09  9:43 UTC  (3+ messages)
` (subset) "

[PATCH] drm/fourcc: add Vivante tile status modifiers
 2022-09-09  9:30 UTC 

[PATCH v3 1/2] drm/tests: Split drm_framebuffer_create_test into parameterized tests
 2022-09-09  9:28 UTC  (3+ messages)
` [PATCH v3 2/2] drm/tests: Change "igt_" prefix to "drm_test_"

[PATCH] drm/etnaviv: switch to PFN mappings
 2022-09-09  9:20 UTC 

[PATCH v3 00/37] drm/i915: fix kernel-doc issues
 2022-09-09  9:13 UTC  (42+ messages)
` [PATCH v3 01/37] drm/i915: fix kernel-doc trivial warnings on i915/*.[ch] files
` [PATCH v3 02/37] drm/i915: display: fix kernel-doc markup warnings
` [PATCH v3 03/37] drm/i915: gt: fix some Kernel-doc issues
` [PATCH v3 04/37] drm/i915: gvt: fix kernel-doc trivial warnings
` [PATCH v3 05/37] drm/i915: gem: fix some Kernel-doc issues
` [PATCH v3 06/37] drm/i915: intel_wakeref.h: fix some kernel-doc markups
` [PATCH v3 07/37] drm/i915: i915_gem_ttm: fix a kernel-doc markup
` [PATCH v3 08/37] drm/i915: i915_gem_ttm_pm.c: fix kernel-doc markups
` [PATCH v3 09/37] drm/i915: gem: add kernel-doc description for some function parameters
` [PATCH v3 10/37] drm/i915: i915_gpu_error.c: document dump_flags
` [PATCH v3 11/37] drm/i915: document kernel-doc trivial issues
` [PATCH v3 12/37] drm/i915: intel_dp_link_training.c: fix kernel-doc markup
` [PATCH v3 13/37] drm/i915: intel_fb: fix a kernel-doc issue with Sphinx
` [PATCH v3 14/37] drm/i915: skl_scaler: fix return value kernel-doc markup
` [PATCH v3 15/37] drm/i915: intel_pm.c: fix some ascii artwork at kernel-doc
` [PATCH v3 16/37] drm/i915: i915_gem_region.h: fix i915_gem_apply_to_region_ops doc
` [PATCH v3 17/37] drm/i915: i915_gem_wait.c: fix a kernel-doc markup
` [PATCH v3 18/37] drm/i915: fix i915_gem_ttm_move.c DOC: markup
` [PATCH v3 19/37] drm/i915: stop using kernel-doc markups for something else
` [PATCH v3 20/37] drm/i915: dvo_ch7xxx.c: use SPDX header
` [PATCH v3 21/37] drm/i915: dvo_sil164.c: "
` [PATCH v3 22/37] drm/i915: i915_vma_resource.c: fix some kernel-doc markups
` [PATCH v3 23/37] drm/i915: i915_gem.c fix a kernel-doc issue
` [PATCH v3 24/37] drm/i915: i915_scatterlist.h: fix some kernel-doc markups
` [PATCH v3 25/37] drm/i915: i915_deps: use a shorter title markup
` [PATCH v3 26/37] docs: gpu: i915.rst: display: add kernel-doc markups
` [PATCH v3 27/37] docs: gpu: i915.rst: gt: add more "
  ` [Intel-gfx] "
` [PATCH v3 28/37] docs: gpu: i915.rst: GuC: "
` [PATCH v3 29/37] docs: gpu: i915.rst: GVT: "
` [PATCH v3 30/37] docs: gpu: i915.rst: PM: "
` [PATCH v3 31/37] docs: gpu: i915.rst: GEM/TTM: "
` [PATCH v3 32/37] docs: gpu: i915.rst: add the remaining kernel-doc markup files
  ` [Intel-gfx] "
` [PATCH v3 33/37] drm/i915 i915_gem_object_types.h: document struct i915_lut_handle
` [PATCH v3 34/37] drm/i915: document struct drm_i915_gem_object
` [PATCH v3 35/37] drm/i915: add descriptions for some RPM macros at intel_gt_pm.h
` [PATCH v3 36/37] drm/i915: add GuC functions to the documentation
` [PATCH v3 37/37] drm/i915: be consistent with kernel-doc function declaration

[PATCH v2 0/3] drm/gma500: Fix 2 locking related WARNs + IRQ handling
 2022-09-09  9:03 UTC  (9+ messages)
` [PATCH v2 2/3] drm/gma500: Fix WARN_ON(lock->magic != lock) error
` [PATCH v2 3/3] drm/gma500: Fix (vblank) IRQs not working after suspend/resume

[PATCH v2 0/2] drm/etnaviv: GC300 fixes
 2022-09-09  8:48 UTC  (3+ messages)
` [PATCH v2 2/2] drm/etnaviv: fix power register offset on GC300

[PULL] drm-misc-next
 2022-09-09  8:46 UTC 

[RFC PATCH 0/3] Limit pluggable display modes
 2022-09-09  8:41 UTC  (11+ messages)
` [RFC PATCH 2/3] drm/msm: filter out modes for DSI bridge having unsupported clock
` [RFC PATCH 3/3] drm/msm: filter out modes for DP/eDP "

[PATCH v3 00/15] drm/i915: HuC loading for DG2
 2022-09-09  6:25 UTC  (7+ messages)
` [PATCH v3 02/15] mei: add support to GSC extended header

[PATCH] amd/amdkfd: fix repeated words in comments
 2022-09-08 18:20 UTC  (2+ messages)

[PATCH] drm/rockchip: fix repeated words in comments
 2022-09-08 12:36 UTC 

[PATCH] drm/mediatek: Fix wrong dither settings
 2022-09-08 14:12 UTC 

[PATCH] drm/meson: Fix OSD1 RGB to YCbCr coefficient
 2022-09-08 15:52 UTC 

[PATCH 2/3] pci_ids: Add Microsoft PCI Vendor ID, and remove redundant definitions
 2022-09-08 22:05 UTC  (2+ messages)
` [PATCH 3/3] pci_ids: Add the various Microsoft PCI device IDs

[PATCH] drm/i915: fix repeated words in comments
 2022-09-08 13:14 UTC 

RaspberryPi4 Panic in net_ns_init()
 2022-09-08  8:14 UTC  (3+ messages)

[PATCH] drm/vmwgfx: fix repeated words in comments
 2022-09-08 13:15 UTC 

[PATCH] drm/meson: Correct OSD1 global alpha value
 2022-09-08 15:51 UTC 

[PATCH] dc/dce: fix repeated words in comments
 2022-09-08 12:41 UTC 

[Bug 205089] New: amdgpu : drm:amdgpu_cs_ioctl : Failed to initialize parser -125
 2022-09-09  4:08 UTC  (2+ messages)
` [Bug 205089] "

[PATCH v2 00/15] Tidy up vfio_device life cycle
 2022-09-09  3:09 UTC  (11+ messages)
` [PATCH v2 13/15] vfio/ccw: Use the new device life cycle helpers
` [PATCH v2 15/15] vfio: Add struct device to vfio_device

[PATCH] drm/qxl: drop set_prod_notify parameter from qxl_ring_create
 2022-09-09  2:35 UTC 

[PATCH 0/2] drm/panel: Add NewVision NV3051D Panels
 2022-09-09  1:42 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: display: panel: Add NewVision NV3051D panel bindings

[PATCH v2 0/5] rockchip-dsi for rk3568
 2022-09-09  1:38 UTC  (5+ messages)
` [PATCH v2 1/5] dt-bindings: display: rockchip-dsi: add rk3568 compatible
` [PATCH v2 2/5] dt-bindings: phy-rockchip-inno-dsidphy: add compatible for rk3568

[PATCH v4 00/15]
 2022-09-09  0:15 UTC  (2+ messages)

[PATCH v3 00/14] i915: Add "standalone media" support for MTL
 2022-09-08 22:53 UTC  (12+ messages)
` [PATCH v3 08/14] drm/i915: Initialize MMIO access for each GT
` [PATCH v3 09/14] drm/i915: Handle each GT on init/release and suspend/resume
` [PATCH v3 10/14] drm/i915/uncore: Add GSI offset to uncore
  ` [PATCH v3.1 "
` [PATCH v3 13/14] drm/i915/mtl: Use primary GT's irq lock for media GT

[linux-next:master] BUILD REGRESSION 47c191411b68a771261be3dc0bd6f68394cef358
 2022-09-08 22:37 UTC 

[PATCH v4 0/2] cleared DP_DOWNSPREAD_CTRL register
 2022-09-08 22:10 UTC  (4+ messages)
` [PATCH v4 1/2] drm/msm/dp: cleared DP_DOWNSPREAD_CTRL register before start link training
` [PATCH v4 2/2] drm/msm/dp: retry 3 times if set sink to D0 poweer state failed

[drm-misc:drm-misc-next 1/1] drivers/gpu/drm/sun4i/sun4i_tv.c:356:17: error: implicit declaration of function 'drm_atomic_get_new_crtc_state'; did you mean 'drm_atomic_helper_swap_state'?
 2022-09-08 20:37 UTC 

[PATCH v4 00/11] Initial Meteorlake Support
 2022-09-08 20:30 UTC  (14+ messages)
` [PATCH v4 03/11] drm/i915: Parse and set stepping for platforms with GMD
  ` [Intel-gfx] "
` [PATCH v4 05/11] drm/i915/mtl: Add gmbus and gpio support
  ` [Intel-gfx] "
` [PATCH v4 06/11] drm/i915/mtl: Add display power wells
` [PATCH v4 07/11] drm/i915/mtl: Add DP AUX support on TypeC ports
` [PATCH v4 09/11] drm/i915/mtl: Update MBUS_DBOX credits
` [PATCH v4 10/11] drm/i915/mtl: Update CHICKEN_TRANS* register addresses

[PATCH v6 00/12] dt-bindings: display/msm: rework MDSS and DPU bindings
 2022-09-08 20:20 UTC  (5+ messages)
` [PATCH v6 01/12] dt-bindings: display/msm: split qcom,mdss bindings

[PATCH v1 0/3] drm/i915: A couple of if/else ladder refactors
 2022-09-08 20:08 UTC  (4+ messages)
` [PATCH v1 1/3] drm/i915: Invert if/else ladder for frequency read
` [PATCH v1 2/3] drm/i915/gt: Extract per-platform function "
` [PATCH v1 3/3] drm/i915: Invert if/else ladder for stolen init

[PATCH v4 0/5] Allwinner H6 GPU devfreq
 2022-09-08 20:12 UTC  (5+ messages)
` [PATCH v4 3/5] arm64: dts: allwinner: h6: Add GPU OPP table
  `  "
    `  "

Rust in our code base
 2022-09-08 18:47 UTC  (9+ messages)

[PATCH] drm: remove unnecessary conditionals
 2022-09-08 18:41 UTC 

[PATCH 1/3] drm/scheduler: track GPU active time per entity
 2022-09-08 18:33 UTC  (4+ messages)
` [PATCH 2/3] drm/etnaviv: allocate unique ID per drm_file
` [PATCH 3/3] drm/etnaviv: export client GPU usage statistics via fdinfo

[pull] amdgpu, amdkfd, radeon, drm drm-next-6.1
 2022-09-08 18:16 UTC  (4+ messages)

[PATCH v4 04/11] drm/i915/mtl: Define engine context layouts
 2022-09-08 18:00 UTC  (3+ messages)
` [PATCH v4.1] "
  ` [Intel-gfx] "

[PATCH v4 01/11] drm/i915: Move display and media IP version to runtime info
 2022-09-08 17:21 UTC  (3+ messages)
` [PATCH v4.1] "

GPU device resource reservations with cgroups?
 2022-09-08 16:44 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).