dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-01 16:44:06 to 2021-04-06 08:56:11 UTC [more...]

[RESEND 00/25] Rid W=1 warnings from HID
 2021-04-06  8:56 UTC  (2+ messages)

[PATCH -next] backlight: backlight: Use DEFINE_MUTEX() for mutex lock
 2021-04-06  8:51 UTC  (2+ messages)

[PATCH 0/4] drm: Generic dumb_map_offset for TTM-based drivers
 2021-04-06  8:29 UTC  (5+ messages)
` [PATCH 1/4] drm/gem-ttm-helper: Provide helper for struct drm_driver.dumb_map_offset
` [PATCH 2/4] drm/vram-helper: Use drm_gem_ttm_dumb_map_offset()
` [PATCH 3/4] drm/nouveau: "
` [PATCH 4/4] drm/qxl: "

[Bug 200695] New: Blank screen on RX 580 with amdgpu.dc=1 enabled (no displays detected)
 2021-04-06  7:51 UTC  (2+ messages)
` [Bug 200695] "

[PATCH] pwm: Rename pwm_get_state() to better reflect its semantic
 2021-04-06  7:30 UTC 

[PATCH v4 24/80] drm/omap: dsi: move TE GPIO handling into core
 2021-04-06  7:03 UTC  (4+ messages)
` [PATCH] drm/panel: panel-dsi-cm: disable TE for now

[PATCH] drm/panel: ld9040: reference spi_device_id table
 2021-04-05 18:15 UTC 

[PATCH v1 0/4] Add display support for SC7280 target
 2021-04-06  5:09 UTC  (5+ messages)
` [PATCH v1 1/4] drm/msm/disp/dpu1: add support for display "
` [PATCH v1 2/4] drm/msm/disp/dpu1: add intf offsets "
` [PATCH v1 3/4] drm/msm/disp/dpu1: add support to program fetch active in ctl path
` [PATCH v1 4/4] drm/msm/disp/dpu1: enable DATA_HCTL_EN for sc7280 target

[PATCH v1 0/3] Add irq support to accommodate SC7280 target
 2021-04-06  6:01 UTC  (4+ messages)
` [PATCH v1 1/3] drm/msm/disp/dpu1: increase the range of interrupts in dpu_irq_map
` [PATCH v1 2/3] drm/msm/disp/dpu1: add vsync and underrun irqs for INTF_5
` [PATCH v1 3/3] drm/msm/disp/dpu1: add flags to indicate obsolete irqs

[PATCH v15 1/4] dt-bindings: msm: disp: add yaml schemas for DPU bindings
 2021-04-05 11:06 UTC  (4+ messages)
` [PATCH v15 2/4] dt-bindings: msm: dsi: add yaml schemas for DSI bindings
` [PATCH v15 3/4] dt-bindings: msm: dsi: add yaml schemas for DSI PHY bindings
` [PATCH v15 4/4] dt-bindings: msm/dp: Add bindings of MSM DisplayPort controller

[PATCH] drm/exynos: correct exynos_drm_fimd kerneldoc
 2021-04-05 18:15 UTC 

[PATCH] drm/amdgpu: Fix a potential sdma invalid access
 2021-04-06  6:04 UTC  (6+ messages)

linux-next: manual merge of the imx-drm tree with the drm tree
 2021-04-06  5:14 UTC 

[PATCH 00/11] treewide: address gcc-11 -Wstringop-overread warnings
 2021-04-06  4:53 UTC  (2+ messages)

[PATCH 00/34] Add HMM-based SVM memory manager to KFD v4
 2021-04-06  1:46 UTC  (35+ messages)
` [PATCH 01/34] drm/amdkfd: helper to convert gpu id and idx
` [PATCH 02/34] drm/amdkfd: add svm ioctl API
` [PATCH 03/34] drm/amdkfd: register svm range
` [PATCH 04/34] drm/amdkfd: add svm ioctl GET_ATTR op
` [PATCH 05/34] drm/amdgpu: add common HMM get pages function
` [PATCH 06/34] drm/amdkfd: support larger svm range allocation
` [PATCH 07/34] drm/amdkfd: validate svm range system memory
` [PATCH 08/34] drm/amdkfd: deregister svm range
` [PATCH 09/34] drm/amdgpu: export vm update mapping interface
` [PATCH 10/34] drm/amdkfd: map svm range to GPUs
` [PATCH 11/34] drm/amdkfd: svm range eviction and restore
` [PATCH 12/34] drm/amdgpu: Enable retry faults unconditionally on Aldebaran
` [PATCH 13/34] drm/amdkfd: add xnack enabled flag to kfd_process
` [PATCH 14/34] drm/amdkfd: add ioctl to configure and query xnack retries
` [PATCH 15/34] drm/amdkfd: register HMM device private zone
` [PATCH 16/34] drm/amdkfd: validate vram svm range from TTM
` [PATCH 17/34] drm/amdkfd: support xgmi same hive mapping
` [PATCH 18/34] drm/amdkfd: copy memory through gart table
` [PATCH 19/34] drm/amdkfd: HMM migrate ram to vram
` [PATCH 20/34] drm/amdkfd: HMM migrate vram to ram
` [PATCH 21/34] drm/amdkfd: invalidate tables on page retry fault
` [PATCH 22/34] drm/amdgpu: enable 48-bit IH timestamp counter
` [PATCH 23/34] drm/amdkfd: page table restore through svm API
` [PATCH 24/34] drm/amdkfd: SVM API call to restore page tables
` [PATCH 25/34] drm/amdkfd: add svm_bo reference for eviction fence
` [PATCH 26/34] drm/amdgpu: add param bit flag to create SVM BOs
` [PATCH 27/34] drm/amdkfd: add svm_bo eviction mechanism support
` [PATCH 28/34] drm/amdgpu: svm bo enable_signal call condition
` [PATCH 29/34] drm/amdgpu: add svm_bo eviction to enable_signal cb
` [PATCH 30/34] drm/amdkfd: refine migration policy with xnack on
` [PATCH 31/34] drm/amdkfd: add svm range validate timestamp
` [PATCH 32/34] drm/amdkfd: multiple gpu migrate vram to vram
` [PATCH 33/34] drm/amdkfd: Add SVM API support capability bits
` [PATCH 34/34] drm/amdkfd: Add CONFIG_HSA_AMD_SVM

[PATCH 1/2] drm/panel: Add DT bindings for Samsung LMS397KF04
 2021-04-05 23:47 UTC  (2+ messages)
` [PATCH 2/2] drm/panel: lms397kf04: Add driver for LMS397KF04

[PATCH 0/8] drm/msm: Swappable GEM objects
 2021-04-05 17:45 UTC  (9+ messages)
` [PATCH 1/8] drm/msm: ratelimit GEM related WARN_ON()s
` [PATCH 2/8] drm/msm: Reorganize msm_gem_shrinker_scan()
` [PATCH 3/8] drm/msm: Clear msm_obj->sgt in put_pages()
` [PATCH 4/8] drm/msm: Split iova purge and close
` [PATCH 5/8] drm/msm: Add $debugfs/gem stats on resident objects
` [PATCH 6/8] drm/msm: Track potentially evictable objects
` [PATCH 7/8] drm/msm: Small msm_gem_purge() fix
` [PATCH 8/8] drm/msm: Support evicting GEM objects to swap

[PATCH AUTOSEL 4.4] drm/imx: imx-ldb: fix out of bounds array access warning
 2021-04-05 16:05 UTC 

[PATCH AUTOSEL 4.9 1/2] drm/imx: imx-ldb: fix out of bounds array access warning
 2021-04-05 16:05 UTC 

[PATCH AUTOSEL 4.14 3/5] drm/imx: imx-ldb: fix out of bounds array access warning
 2021-04-05 16:05 UTC 

[PATCH AUTOSEL 4.19 3/8] drm/imx: imx-ldb: fix out of bounds array access warning
 2021-04-05 16:05 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 5/8] drm/tegra: dc: Don't set PLL clock to 0Hz

[PATCH AUTOSEL 5.4 04/13] drm/imx: imx-ldb: fix out of bounds array access warning
 2021-04-05 16:04 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 06/13] drm/tegra: dc: Don't set PLL clock to 0Hz

[PATCH AUTOSEL 5.10 05/22] drm/imx: imx-ldb: fix out of bounds array access warning
 2021-04-05 16:04 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 10/22] drm/tegra: dc: Don't set PLL clock to 0Hz
` [PATCH AUTOSEL 5.10 11/22] gpu: host1x: Use different lock classes for each client

[PATCH AUTOSEL 5.11 05/22] drm/imx: imx-ldb: fix out of bounds array access warning
 2021-04-05 16:03 UTC  (3+ messages)
` [PATCH AUTOSEL 5.11 10/22] drm/tegra: dc: Don't set PLL clock to 0Hz
` [PATCH AUTOSEL 5.11 11/22] gpu: host1x: Use different lock classes for each client

[PATCH 1/2] drm/msm/a6xx: Fix perfcounter oob timeout
 2021-04-05 13:47 UTC  (2+ messages)
` [PATCH 2/2] drm/msm: Select CONFIG_NVMEM

[GIT PULL] mediatek drm next for 5.13
 2021-04-05  8:22 UTC 

[PATCH V4 0/2] Add virtual hardware module
 2021-04-05  6:15 UTC  (3+ messages)
` [PATCH V4 1/2] drm/vkms: Refactor vkms_composer_worker() to prep for virtual_hw mode
` [PATCH V4 2/2] drm/vkms: Add support for virtual hardware mode

[PATCH] drm/msm: move to use request_irq by IRQF_NO_AUTOEN flag
 2021-04-05  2:09 UTC 

[PATCH v3 00/12] drm: Fix EDID reading on ti-sn65dsi86
 2021-04-05  1:04 UTC  (21+ messages)
` [PATCH v3 01/12] drm/bridge: Fix the stop condition of drm_bridge_chain_pre_enable()
` [PATCH v3 02/12] drm/bridge: ti-sn65dsi86: Simplify refclk handling
` [PATCH v3 03/12] drm/bridge: ti-sn65dsi86: Remove incorrectly tagged kerneldoc comment
` [PATCH v3 04/12] drm/bridge: ti-sn65dsi86: Reorder remove()
` [PATCH v3 05/12] drm/bridge: ti-sn65dsi86: Move drm_panel_unprepare() to post_disable()
` [PATCH v3 06/12] drm/bridge: ti-sn65dsi86: Get rid of the useless detect() function
` [PATCH v3 07/12] drm/bridge: ti-sn65dsi86: Remove extra call: drm_connector_update_edid_property()
` [PATCH v3 08/12] drm/bridge: ti-sn65dsi86: Power things properly for reading the EDID
` [PATCH v3 09/12] drm/bridge: ti-sn65dsi86: Fail aux transfers right away if not powered
` [PATCH v3 10/12] drm/bridge: ti-sn65dsi86: Read the EDID only if refclk was provided
` [PATCH v3 11/12] drm/bridge: ti-sn65dsi86: Print an error if we fallback to panel modes
` [PATCH v3 12/12] drm/panel: panel-simple: Use runtime pm to avoid excessive unprepare / prepare

[PATCH V3 0/2] Add virtual hardware module
 2021-04-04 17:50 UTC  (5+ messages)
` [PATCH V3 1/2] drm/vkms: Refactor vkms_composer_worker() to prep for virtual_hw mode
` [PATCH V3 2/2] drm/vkms: Add support for virtual hardware mode

[PATCH] drm/i915/sysfs: convert snprintf to sysfs_emit
 2021-04-04  8:41 UTC 

[PATCH] staging: fbtft: convert sysfs snprintf to sysfs_emit
 2021-04-03 14:07 UTC 

[PATCH] drm: sysfs: convert sysfs snprintf to sysfs_emit
 2021-04-04  6:52 UTC 

Update firmware for Qualcomm SM8250 platform
 2021-04-03 12:32 UTC  (2+ messages)

[PATCH] drm/msm/a6xx: fix for kernels without CONFIG_NVMEM
 2021-04-03  4:39 UTC  (16+ messages)

[PATCH v2] drm/msm: Drop mm_lock in scan loop
 2021-04-02 21:45 UTC  (2+ messages)

[PATCH] drm/panel: correct typo in comments for Elida KD35T133
 2021-04-02 20:50 UTC 

[PATCH] drm/panel: add rotation support for Elida KD35T133 panels
 2021-04-02 20:48 UTC 

[pull] drm/msm: drm-msm-fixes-2021-04-02 for v5.12-rc6
 2021-04-02 16:28 UTC 

[pull] amdgpu, radeon, ttm, sched drm-next-5.13
 2021-04-02 16:22 UTC  (2+ messages)

[PATCH 1/2] drm/virtio: Create Dumb BOs as guest Blobs
 2021-04-02 16:07 UTC  (5+ messages)
` [PATCH 2/2] drm/virtio: Include modifier as part of set_scanout_blob

[PATCH v5 00/21] Host1x/TegraDRM UAPI
 2021-04-02 16:02 UTC  (6+ messages)
` [PATCH v5 03/21] gpu: host1x: Show number of pending waiters in debugfs

[PATCH] drm/amdgpu: fix semicolon.cocci warnings
 2021-04-02 15:50 UTC 

[PATCH] zero-fill colormap in drivers/video/fbdev/core/fbcmap.c
 2021-04-02 15:37 UTC  (4+ messages)

[v1] drm/msm/disp/dpu1: program 3d_merge only if block is attached
 2021-04-02 15:24 UTC  (2+ messages)

[PATCH 0/2] drm/msm: Fixes/updates for perfetto profiling
 2021-04-02 14:50 UTC  (5+ messages)
` [PATCH 1/2] drm/msm: Fix a5xx/a6xx timestamps
  ` [Freedreno] "
` [PATCH 2/2] drm/msm: Add param for userspace to query suspend count
  ` [Freedreno] "

[PATCH RFC 0/3] Adds support to allow the bitstream configuration from pre-allocated dma-buffer
 2021-04-02 14:35 UTC  (5+ messages)
` [PATCH RFC 1/3] fpga: region: Add fpga-region property 'fpga-config-from-dmabuf'
` [PATCH RFC 2/3] fpga: support loading from a pre-allocated buffer
` [PATCH RFC 3/3] fpga: zynqmp: Use the scatterlist interface

[PATCH v1] drm/amdgpu: Try modify this line into a well-understood code
 2021-04-02 13:42 UTC 

[PATCH] drm/connector: demote connector force-probes for non-master clients
 2021-04-02 11:22 UTC 

[v1] drm/msm/disp/dpu1: fix warn stack reported during dpu resume
 2021-04-02 11:42 UTC  (7+ messages)
      ` [Freedreno] "

[drm-intel:drm-intel-next 3/4] drivers/gpu/drm/i915/display/intel_dp_hdcp.c:582 intel_dp_hdcp2_read_msg() error: uninitialized symbol 'msg_end'
 2021-04-02 10:43 UTC 

[PATCH] apply: use DEFINE_SPINLOCK() instead of spin_lock_init()
 2021-04-02  3:13 UTC 

[PATCH v7 0/8] Add support for SVM atomics in Nouveau
 2021-04-01 19:21 UTC  (5+ messages)
` [PATCH v7 3/8] mm/rmap: Split try_to_munlock from try_to_unmap

[PATCH] staging: fbtft: change snprintf() to scnprintf()
 2021-04-02  9:17 UTC  (2+ messages)

[PATCH v6 0/5] Add MIPI rx DPI support
 2021-04-02  9:15 UTC  (13+ messages)
` [PATCH v6 1/5] dt-bindings:drm/bridge:anx7625:add vendor define flags
` [PATCH v6 4/5] drm/bridge: anx7625: add HDCP support

[PATCH] drm/nouveau: fix potential abnormal lock/unlock
 2021-04-02  8:55 UTC 

[PATCH] drm/kmb: cleanup coding style a bit
 2021-04-02  8:55 UTC 

[PATCH] drm/gud: cleanup coding style a bit
 2021-04-02  8:55 UTC 

[PATCH] drm/amd: remove not needed conversion to bool
 2021-04-02  8:54 UTC 

[PATCH] drm/ttm: optimize the pool shrinker a bit
 2021-04-02  4:18 UTC  (2+ messages)

[X11][Question] Any plan on explicit synchronization for X11?
 2021-04-02  2:04 UTC 

[PATCH v2 0/9] Add 4 Jenson simple panels
 2021-04-01 23:17 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/9] dt-bindings: Add Jenson Display vendor prefix
  ` [PATCH v3 2/9] dt-bindings: display/panel: add Jenson JT60245-01
  ` [PATCH v3 3/9] dt-bindings: display/panel: add Jenson JT60248-01
  ` [PATCH v3 4/9] dt-bindings: display/panel: add Jenson JT60249-01
  ` [PATCH v3 5/9] dt-bindings: display/panel: add Jenson JT60250-02
  ` [PATCH v3 6/9] drm/panel: simple: add Jenson JT60245-01
  ` [PATCH v3 7/9] drm/panel: simple: add Jenson JT60248-01
  ` [PATCH v3 8/9] drm/panel: simple: add Jenson JT60249-01
  ` [PATCH v3 9/9] drm/panel: simple: add Jenson JT60250-02

[PATCH 19/34] drm/amdkfd: HMM migrate vram to ram
 2021-04-01 22:37 UTC  (2+ messages)

[PATCH] drm/atomic: Add the crtc to affected crtc only if uapi.enable = true
 2021-04-01 21:49 UTC  (11+ messages)

[PATCH] drm/ttm: add __user annotation in radeon_ttm_vram_read
 2021-04-01 21:15 UTC  (3+ messages)

[PATCH] amd/amdgpu: code refactoring to clean code style a bit
 2021-04-01 21:12 UTC  (2+ messages)

[PATCH] drm/amd: cleanup coding style a bit
 2021-04-01 21:11 UTC  (2+ messages)

[PATCH] drm/amd: use kmalloc_array over kmalloc with multiply
 2021-04-01 21:10 UTC  (2+ messages)

[PATCH 1/2] gpu: host1x: Split up client initalization and registration
 2021-04-01 20:08 UTC  (3+ messages)
` [PATCH 2/2] drm/tegra: sor: Fully initialize SOR before registration

[git pull] drm fixes for 5.12-rc6
 2021-04-01 19:48 UTC  (2+ messages)

[PATCH 14/34] drm/amdkfd: register HMM device private zone
 2021-04-01 19:38 UTC  (2+ messages)

[PATCH] drm/msm: a6xx: fix version check for the A650 SQE microcode
 2021-04-01 19:07 UTC  (2+ messages)

[PATCH] drm/msm: Drop mm_lock in scan loop
 2021-04-01 18:45 UTC 

[PATCH 0/4] drm/msm: Shrinker (and related) fixes
 2021-04-01 17:37 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/4] drm/msm: Avoid mutex in shrinker_count()

[GIT PULL] drm/tegra: Changes for v5.13-rc1
 2021-04-01 16:44 UTC 


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).