dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-25 17:14:29 to 2021-05-26 13:32:55 UTC [more...]

[PATCH 01/11] drm/amdgpu: Comply with implicit fencing rules
 2021-05-26 13:32 UTC  (12+ messages)
        ` [Mesa-dev] "

[PATCH v9 00/10] Add support for SVM atomics in Nouveau
 2021-05-26 13:30 UTC  (9+ messages)
` [PATCH v9 03/10] mm/rmap: Split try_to_munlock from try_to_unmap
` [PATCH v9 07/10] mm: Device exclusive memory access

[PATCH v4 00/15] drm/i915: Move LMEM (VRAM) management over to TTM
 2021-05-26 13:26 UTC  (17+ messages)
` [PATCH v4 01/15] drm/i915: Untangle the vma pages_mutex
` [PATCH v4 02/15] drm/i915: Don't free shared locks while shared
` [PATCH v4 03/15] drm/i915: Fix i915_sg_page_sizes to record dma segments rather than physical pages
` [PATCH v4 04/15] drm/i915/ttm Initialize the ttm device and memory managers
` [PATCH v4 05/15] drm/i915/ttm: Embed a ttm buffer object in the i915 gem object
` [PATCH v4 06/15] drm/ttm: Add a generic TTM memcpy move for page-based iomem
` [PATCH v4 07/15] drm, drm/i915: Move the memcpy_from_wc functionality to core drm
` [PATCH v4 08/15] drm/ttm: Use drm_memcpy_from_wc_dbm for TTM bo moves
` [PATCH v4 09/15] drm/ttm: Document and optimize ttm_bo_pipeline_gutting()
` [PATCH v4 10/15] drm/ttm, drm/amdgpu: Allow the driver some control over swapping
` [PATCH v4 11/15] drm/i915/ttm: Introduce a TTM i915 gem object backend
` [PATCH v4 12/15] drm/i915/lmem: Verify checks for lmem residency
` [PATCH v4 13/15] drm/i915: Disable mmap ioctl for gen12+
` [PATCH v4 14/15] drm/vma: Add a driver_private member to vma_node
` [PATCH v4 15/15] drm/i915: Use ttm mmap handling for ttm bo's

[PATCH 0/7] dma-buf: Add an API for exporting sync files (v11)
 2021-05-26 13:23 UTC  (14+ messages)
` [PATCH 1/7] dma-buf: Add dma_fence_array_for_each (v2)
` [PATCH 2/7] dma-buf: Rename dma_resv helpers from _rcu to _unlocked (v2)
` [PATCH 3/7] dma-buf: Add dma_resv_get_singleton_unlocked (v5)
` [PATCH 4/7] dma-buf: Document DMA_BUF_IOCTL_SYNC
` [PATCH 5/7] dma-buf: Add an API for exporting sync files (v11)
    ` [Intel-gfx] "
` [PATCH 6/7] RFC: dma-buf: Add an extra fence to dma_resv_get_singleton_unlocked
` [PATCH 7/7] RFC: dma-buf: Add an API for importing sync files (v7)

[PATCH 00/34] Rid W=1 warnings from GPU
 2021-05-26 13:10 UTC  (37+ messages)
` [PATCH 01/34] drm/amd/pm/inc/smu_v13_0: Move table into the only source file that uses it
` [PATCH 02/34] drm/amd/pm/swsmu/smu13/aldebaran_ppt: Remove unused variable 'ret'
` [PATCH 03/34] drm/amd/pm/powerplay/hwmgr/smu7_thermal: Provide function name for 'smu7_fan_ctrl_set_default_mode()'
` [PATCH 04/34] drm/amd/pm/powerplay/hwmgr/vega12_thermal: Provide function name
` [PATCH 05/34] drm/amd/pm/powerplay/hwmgr/vega12_hwmgr: Provide 'vega12_init_smc_table()' "
` [PATCH 06/34] drm/amd/pm/powerplay/hwmgr/vega10_hwmgr: Kernel-doc headers must contain function names
` [PATCH 07/34] drm/amd/pm/powerplay/hwmgr/vega20_hwmgr: Provide function name 'vega20_init_smc_table()'
` [PATCH 08/34] drm/amd/display/dc/bios/command_table_helper: Fix function name for 'dal_cmd_table_helper_transmitter_bp_to_atom()'
` [PATCH 09/34] drm/amd/display/dc/bios/command_table_helper2: Fix function name 'dal_cmd_table_helper_transmitter_bp_to_atom2()'
` [PATCH 10/34] drm/amd/display/dc/bios/bios_parser: Fix formatting and misnaming issues
` [PATCH 11/34] drm/nouveau/nvkm/subdev/mc/tu102: Make functions called by reference static
  ` [Nouveau] "
` [PATCH 12/34] drm/amd/display/amdgpu_dm/amdgpu_dm: Functions must directly follow their headers
` [PATCH 13/34] drm/amd/display/dc/dce/dmub_outbox: Convert over to kernel-doc
` [PATCH 14/34] drm/amd/display/dc/gpio/gpio_service: Pass around correct dce_{version, environment} types
` [PATCH 15/34] drm/amd/display/dc/dce110/dce110_hw_sequencer: Include our own header
` [PATCH 16/34] drm/amd/display/dc/dce/dce_transform: Remove superfluous re-initialisation of DCFE_MEM_LIGHT_SLEEP_CNTL,
` [PATCH 17/34] drm/amd/display/dc/dce/dce_mem_input: Remove duplicate initialisation of GRPH_CONTROL__GRPH_NUM_BANKS_{SHIFT, MASK}
` [PATCH 18/34] drm/amd/display/dc/dce/dce_mem_input: Remove duplicate initialisation of GRPH_CONTROL__GRPH_NUM_BANKS_{SHIFT, MASK
` [PATCH 19/34] drm/amd/amdgpu/amdgpu_device: Make local function static
` [PATCH 20/34] drm/amd/display/amdgpu_dm/amdgpu_dm: Fix kernel-doc formatting issue
` [PATCH 21/34] drm/amd/display/dc/dce110/dce110_hw_sequencer: Include header containing our prototypes
` [PATCH 22/34] drm/amd/display/dc/core/dc: Convert function headers to kernel-doc
` [PATCH 23/34] drm/amd/display/dmub/src/dmub_srv_stat: Convert function header "
` [PATCH 24/34] drm/amd/display/modules/hdcp/hdcp_psp: Remove unused function 'mod_hdcp_hdcp1_get_link_encryption_status()'
` [PATCH 25/34] drm/xlnx/zynqmp_disp: Fix incorrectly named enum 'zynqmp_disp_layer_id'
` [PATCH 26/34] drm/xlnx/zynqmp_dp: Fix incorrectly name function 'zynqmp_dp_train()'
` [PATCH 27/34] drm/ttm/ttm_tt: Demote non-conformant kernel-doc header
` [PATCH 28/34] drm/panel/panel-raspberrypi-touchscreen: Demote kernel-doc abuse
` [PATCH 29/34] drm/panel/panel-sitronix-st7701: "
` [PATCH 30/34] drm/vgem/vgem_drv: Standard comment blocks should not use kernel-doc format
` [PATCH 31/34] drm/exynos/exynos7_drm_decon: Fix incorrect naming of 'decon_shadow_protect_win()'
` [PATCH 32/34] drm/exynos/exynos_drm_ipp: Fix documentation for 'exynos_drm_ipp_get_{caps, res}_ioctl()'
` [PATCH 33/34] drm/vboxvideo/hgsmi_base: Place function names into headers
` [PATCH 34/34] drm/vboxvideo/modesetting: Provide function names for prototype headers

[PATCH 0/4] dma-buf: Add an API for exporting sync files (v8)
 2021-05-26 13:08 UTC  (11+ messages)
` [PATCH 4/4] RFC: dma-buf: Add an API for importing sync files (v6)
    ` EPOLL for drm_syncfile (was Re: [PATCH 4/4] RFC: dma-buf: Add an API for importing sync files (v6))

[PATCH v3 00/12] drm/i915: Move LMEM (VRAM) management over to TTM
 2021-05-26 12:48 UTC  (12+ messages)
` [PATCH v3 06/12] drm/ttm: Add a generic TTM memcpy move for page-based iomem
  ` [Intel-gfx] "
` [PATCH v3 08/12] drm/ttm: Use drm_memcpy_from_wc_dbm for TTM bo moves

[PATCH -next] drm/amdgpu: Fix Wunused-label warning
 2021-05-26 12:08 UTC 

[PATCH 00/18] Non-interface changing GuC CTBs updates
 2021-05-26 12:36 UTC  (21+ messages)
` [PATCH 01/18] drm/i915/guc: skip disabling CTBs before sanitizing the GuC
` [PATCH 02/18] drm/i915/guc: use probe_error log for CT enablement failure
` [PATCH 03/18] drm/i915/guc: enable only the user interrupt when using GuC submission
` [PATCH 04/18] drm/i915/guc: Remove sample_forcewake h2g action
` [PATCH 05/18] drm/i915/guc: Keep strict GuC ABI definitions
` [PATCH 06/18] drm/i915/guc: Drop guc->interrupts.enabled
` [PATCH 07/18] drm/i915/guc: Stop using fence/status from CTB descriptor
` [PATCH 08/18] drm/i915: Promote ptrdiff() to i915_utils.h
` [PATCH 09/18] drm/i915/guc: Only rely on own CTB size
` [PATCH 10/18] drm/i915/guc: Don't repeat CTB layout calculations
` [PATCH 11/18] drm/i915/guc: Replace CTB array with explicit members
` [PATCH 12/18] drm/i915/guc: Update sizes of CTB buffers
` [PATCH 13/18] drm/i915/guc: Relax CTB response timeout
` [PATCH 14/18] drm/i915/guc: Start protecting access to CTB descriptors
` [PATCH 15/18] drm/i915/guc: Ensure H2G buffer updates visible before tail update
` [PATCH 16/18] drm/i915/guc: Stop using mutex while sending CTB messages
` [PATCH 17/18] drm/i915/guc: Don't receive all G2H messages in irq handler
` [PATCH 18/18] drm/i915/guc: Always copy CT message to new allocation

[RESEND PATCH] drm/panel: ld9040: reference spi_device_id table
 2021-05-26 12:30 UTC 

[PATCH v7 00/15] Restricted DMA
 2021-05-26 12:13 UTC  (3+ messages)
` [PATCH v7 14/15] dt-bindings: of: Add restricted DMA pool

[PATCH] drm/rockchip: kick firmware-based framebuffer when initializing
 2021-05-26 12:00 UTC  (2+ messages)

[PATCH v4 0/7] drm: Clean up mmap for TTM-based GEM drivers
 2021-05-26 11:59 UTC  (2+ messages)

[PATCH] drm/kconfig: Remove unused select of DRM_KMS_FB_HELPER
 2021-05-26 11:32 UTC  (2+ messages)

[PATCH v2 00/12] drm/vc4: hdmi: Enable Channel Mapping, IEC958, HBR Passthrough using hdmi-codec
 2021-05-26 10:39 UTC  (7+ messages)
` [PATCH v2 03/12] ASoC: hdmi-codec: Rework to support more controls
` [PATCH v2 04/12] ASoC: hdmi-codec: Add iec958 controls
` [PATCH v2 05/12] ASoC: hdmi-codec: Add a prepare hook

[PATCH v2] drm/ast: Add detect function support
 2021-05-26 11:15 UTC 

vc4: hdmi: audio: ASoC: error at snd_soc_dai_startup on fef00700.hdmi
 2021-05-26 10:47 UTC 

[PATCH v4] dmabuf: Add the capability to expose DMA-BUF stats in sysfs
 2021-05-26 10:40 UTC  (3+ messages)

[RFC PATCH 00/97] Basic GuC submission support in the i915
 2021-05-26 10:26 UTC  (42+ messages)
` [RFC PATCH 15/97] drm/i915/guc: Relax CTB response timeout
    ` [Intel-gfx] "
` [RFC PATCH 18/97] drm/i915/guc: Don't receive all G2H messages in irq handler
    ` [Intel-gfx] "
` [RFC PATCH 19/97] drm/i915/guc: Always copy CT message to new allocation
` [RFC PATCH 35/97] drm/i915/guc: Improve error message for unsolicited CT response
` [RFC PATCH 36/97] drm/i915/guc: Add non blocking CTB send function
  ` [Intel-gfx] "
` [RFC PATCH 38/97] drm/i915/guc: Optimize CTB writes and reads
` [RFC PATCH 39/97] drm/i915/guc: Increase size of CTB buffers
  ` [Intel-gfx] "
` [RFC PATCH 44/97] drm/i915/guc: Implement GuC submission tasklet
  ` [Intel-gfx] "
` [RFC PATCH 49/97] drm/i915/guc: Disable engine barriers with GuC during unpin
  ` [Intel-gfx] "
` [RFC PATCH 53/97] drm/i915/guc: Disable semaphores when using GuC scheduling
  ` [Intel-gfx] "
` [RFC PATCH 55/97] drm/i915/guc: Update intel_gt_wait_for_idle to work with GuC
  ` [Intel-gfx] "
` [RFC PATCH 60/97] drm/i915: Track 'serial' counts for virtual engines
  ` [Intel-gfx] "

[PATCH V3] drm/ast: Disable fast reset after DRAM initial
 2021-05-26 10:24 UTC  (3+ messages)
` [PATCH v4] "

[Intel-gfx] [PATCH 1/1] Let userspace know if they can trust timeslicing by including it as part of the I915_PARAM_HAS_SCHEDULER::I915_SCHEDULER_CAP_TIMESLICING
 2021-05-26 10:20 UTC  (3+ messages)

[PATCH] drm/i915/params: Align visibility of device level and global modparams
 2021-05-26 10:00 UTC 

[PATCH 0/1] Adding Wa_14010733141 for SFC reset
 2021-05-26  9:48 UTC  (2+ messages)
` [PATCH 1/1] drm/i915: Add Wa_14010733141

[PATCH v2] drm/exynos: use pm_runtime_resume_and_get()
 2021-05-26  8:37 UTC 

[PATCH v5 0/6] Add Unisoc's drm kms module
 2021-05-26  8:07 UTC  (8+ messages)
` [PATCH v5 4/6] drm/sprd: add Unisoc's drm display controller driver

[PATCH] drm/bridge: DRM_CROS_EC_ANX7688 should depend on I2C_CROS_EC_TUNNEL
 2021-05-26  7:50 UTC 

[PATCH 1/3] drm/panel: Add connector_type and bus_format for AUO G104SN02 V2 panel
 2021-05-26  7:34 UTC  (2+ messages)

[PATCH v2] drm/fb-helper: improve DRM fbdev emulation device names
 2021-05-26  7:20 UTC  (2+ messages)

[PATCH] drm/ast: Add detect function support
 2021-05-26  7:17 UTC  (2+ messages)

[RFC PATCH 00/13] drm/msm: Add Display Stream Compression Support
 2021-05-26  5:46 UTC  (8+ messages)
` [RFC PATCH 02/13] dt-bindings: msm/dsi: Document Display Stream Compression (DSC) parameters
` [Freedreno] [RFC PATCH 00/13] drm/msm: Add Display Stream Compression Support

[PATCH] drm/exynos: use pm_runtime_resume_and_get()
 2021-05-26  5:16 UTC  (2+ messages)

[PATCH] drm/amdgpu: Fix kernel-doc
 2021-05-26  3:26 UTC  (2+ messages)

[PATCH 5/5] PCI: Support ASpeed VGA cards behind a misbehaving bridge
 2021-05-26  3:00 UTC  (2+ messages)

[PATCH] drm/radeon: remove the repeated declaration
 2021-05-26  2:24 UTC  (2+ messages)

[PATCH] drm/radeon/evergreen: Remove the repeated declaration
 2021-05-26  2:23 UTC  (2+ messages)

[PATCH] drm/amd/display: Remove the repeated declaration
 2021-05-26  2:22 UTC  (2+ messages)

[PATCH v2 0/6] drm/msm/dpu: rework irq handling
 2021-05-26  2:09 UTC  (4+ messages)
` [PATCH v2 4/6] drm/msm/dpu: replace IRQ lookup with the data in hw catalog
  ` [Freedreno] "

[PATCH v5 3/3] drm_dp_cec: add MST support
 2021-05-26  1:24 UTC  (2+ messages)

[PATCH] drm/msm/disp/dpu1/dpu_encoder: Drop unnecessary NULL checks after container_of
 2021-05-26  1:00 UTC  (2+ messages)

[PATCH] drm/msm: remove unneeded variable ret
 2021-05-26  0:55 UTC  (2+ messages)

[PATCH] drm/i915: Add relocation exceptions for two other platforms
 2021-05-26  0:35 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH 00/17] Non-interface changing GuC CTBs updates
 2021-05-25 21:15 UTC  (18+ messages)
` [PATCH 01/17] drm/i915/guc: skip disabling CTBs before sanitizing the GuC
` [PATCH 02/17] drm/i915/guc: use probe_error log for CT enablement failure
` [PATCH 03/17] drm/i915/guc: enable only the user interrupt when using GuC submission
` [PATCH 04/17] drm/i915/guc: Remove sample_forcewake h2g action
` [PATCH 05/17] drm/i915/guc: Keep strict GuC ABI definitions
` [PATCH 06/17] drm/i915/guc: Stop using fence/status from CTB descriptor
` [PATCH 07/17] drm/i915: Promote ptrdiff() to i915_utils.h
` [PATCH 08/17] drm/i915/guc: Only rely on own CTB size
` [PATCH 09/17] drm/i915/guc: Don't repeat CTB layout calculations
` [PATCH 10/17] drm/i915/guc: Replace CTB array with explicit members
` [PATCH 11/17] drm/i915/guc: Update sizes of CTB buffers
` [PATCH 12/17] drm/i915/guc: Relax CTB response timeout
` [PATCH 13/17] drm/i915/guc: Start protecting access to CTB descriptors
` [PATCH 14/17] drm/i915/guc: Ensure H2G buffer updates visible before tail update
` [PATCH 15/17] drm/i915/guc: Stop using mutex while sending CTB messages
` [PATCH 16/17] drm/i915/guc: Don't receive all G2H messages in irq handler
` [PATCH 17/17] drm/i915/guc: Always copy CT message to new allocation

[PATCH v4 09/17] drm/i915/pxp: Implement arb session teardown
 2021-05-25 20:24 UTC  (2+ messages)

[Bug 213211] New: kernel BUG at drivers/gpu/drm/qxl/qxl_display.c:293!
 2021-05-25 19:58 UTC 

[PATCH 2/2] drm/amdgpu: Fix an error code in kfd_mem_attach_dmabuf()
 2021-05-25 19:39 UTC  (2+ messages)

[PATCH 0/6] dma-buf: Add an API for exporting sync files (v10)
 2021-05-25 19:33 UTC  (5+ messages)
` [PATCH 6/6] RFC: dma-buf: Add an API for importing sync files (v6)

[PATCH] drm/amdgpu: Fix clang warning: unused label 'exit'
 2021-05-25 18:44 UTC 

[PATCH v4 00/17] drm/i915: Introduce Intel PXP
 2021-05-25 18:36 UTC  (3+ messages)
` [PATCH v4 14/17] drm/i915/pxp: User interface for Protected buffer
  ` [Intel-gfx] "

[PATCH] drm/msm/dp: remove the repeated declaration
 2021-05-25 18:34 UTC  (2+ messages)
` [Freedreno] "

[PATCH] drm/msm/dp: Drop unnecessary NULL checks after container_of
 2021-05-25 18:34 UTC  (2+ messages)
` [Freedreno] "

[PATCH 10/11] drm/simple-helper: drm_gem_simple_display_pipe_prepare_fb as default
 2021-05-25 17:53 UTC  (3+ messages)

[v4 0/4] drm: Support basic DPCD backlight in panel-simple and add a new panel ATNA33XC20
 2021-05-25 17:19 UTC  (9+ messages)
` [v4 1/4] drm/panel-simple: Add basic DPCD backlight support
` [v4 2/4] drm/panel-simple: Support for delays between GPIO & regulator
` [v4 3/4] dt-bindings: display: simple: Add Samsung ATNA33XC20
` [v4 4/4] drm/panel-simple: "

[PATCH 7/7] drm/msm/mdp5: provide dynamic bandwidth management
 2021-05-25 17:15 UTC  (2+ messages)

[PATCH 1/2] iommu/arm-smmu-qcom: Skip the TTBR1 quirk for db820c
 2021-05-25 17:14 UTC  (7+ 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).