dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-19 18:26:38 to 2021-03-22 11:55:10 UTC [more...]

[PATCH] amdgpu: avoid incorrect %hu format string
 2021-03-22 11:54 UTC 

[PATCH] drm/fourcc: add Vivante TS modifiers
 2021-03-22 11:35 UTC  (8+ messages)

[PATCH] drm/ttm: stop warning on TT shrinker failure v2
 2021-03-22 11:22 UTC 

[PATCH 0/4] drm/i915: uAPI clean-ups part 2
 2021-03-22 11:22 UTC  (8+ messages)
` [PATCH 1/4] drm/i915: Drop I915_CONTEXT_PARAM_RINGSIZE
    ` [Intel-gfx] "
` [PATCH 2/4] drm/i915: Drop I915_CONTEXT_PARAM_NO_ZEROMAP
` [PATCH 3/4] drm/i915: Drop the CONTEXT_CLONE API
  ` [Intel-gfx] "
` [PATCH 4/4] drm/i915: Implement SINGLE_TIMELINE with a syncobj

[PATCH 00/44] Add HMM-based SVM memory manager to KFD v2
 2021-03-22 10:59 UTC  (45+ messages)
` [PATCH 01/44] drm/amdgpu: replace per_device_list by array
` [PATCH 02/44] drm/amdkfd: helper to convert gpu id and idx
` [PATCH 03/44] drm/amdkfd: add svm ioctl API
` [PATCH 04/44] drm/amdkfd: register svm range
` [PATCH 05/44] drm/amdkfd: add svm ioctl GET_ATTR op
` [PATCH 06/44] drm/amdgpu: add common HMM get pages function
` [PATCH 07/44] drm/amdkfd: validate svm range system memory
` [PATCH 08/44] drm/amdkfd: deregister svm range
` [PATCH 09/44] drm/amdgpu: export vm update mapping interface
` [PATCH 10/44] drm/amdkfd: map svm range to GPUs
` [PATCH 11/44] drm/amdkfd: svm range eviction and restore
` [PATCH 12/44] drm/amdkfd: add xnack enabled flag to kfd_process
` [PATCH 13/44] drm/amdkfd: add ioctl to configure and query xnack retries
` [PATCH 14/44] drm/amdkfd: register HMM device private zone
` [PATCH 15/44] drm/amdkfd: validate vram svm range from TTM
` [PATCH 16/44] drm/amdkfd: support xgmi same hive mapping
` [PATCH 17/44] drm/amdkfd: copy memory through gart table
` [PATCH 18/44] drm/amdkfd: HMM migrate ram to vram
` [PATCH 19/44] drm/amdkfd: HMM migrate vram to ram
` [PATCH 20/44] drm/amdkfd: invalidate tables on page retry fault
` [PATCH 21/44] drm/amdgpu: enable 48-bit IH timestamp counter
` [PATCH 22/44] drm/amdkfd: page table restore through svm API
` [PATCH 23/44] drm/amdkfd: SVM API call to restore page tables
` [PATCH 24/44] drm/amdkfd: add svm_bo reference for eviction fence
` [PATCH 25/44] drm/amdgpu: add param bit flag to create SVM BOs
` [PATCH 26/44] drm/amdkfd: add svm_bo eviction mechanism support
` [PATCH 27/44] drm/amdgpu: svm bo enable_signal call condition
` [PATCH 28/44] drm/amdgpu: add svm_bo eviction to enable_signal cb
` [PATCH 29/44] drm/amdgpu: reserve fence slot to update page table
` [PATCH 30/44] drm/amdkfd: refine migration policy with xnack on
` [PATCH 31/44] drm/amdkfd: add svm range validate timestamp
` [PATCH 32/44] drm/amdkfd: multiple gpu migrate vram to vram
` [PATCH 33/44] drm/amdkfd: Add SVM API support capability bits
` [PATCH 34/44] drm/amdkfd: Fix dma unmapping
` [PATCH 35/44] drm/amdkfd: Call mutex_destroy
` [PATCH 36/44] drm/amdkfd: Fix spurious restore failures
` [PATCH 37/44] drm/amdkfd: Fix svm_bo_list locking in eviction worker
` [PATCH 38/44] drm/amdkfd: Simplify split_by_granularity
` [PATCH 39/44] drm/amdkfd: Point out several race conditions
` [PATCH 40/44] drm/amdkfd: Return pdd from kfd_process_device_from_gduid
` [PATCH 41/44] drm/amdkfd: Remove broken deferred mapping
` [PATCH 42/44] drm/amdkfd: Allow invalid pages in migration.src
` [PATCH 43/44] drm/amdkfd: Correct locking during migration and mapping
` [PATCH 44/44] drm/amdkfd: Nested locking and invalidation of child ranges

[PATCH 1/2] fbdev: omapfb: avoid -Wempty-body warning
 2021-03-22 10:53 UTC  (2+ messages)
` [PATCH 2/2] vgaarb: avoid -Wempty-body warnings

[PATCH] drm/radeon/ttm: Fix memory leak userptr pages
 2021-03-22 10:49 UTC  (7+ messages)
` AW: "

[PATCH V2] drm/bridge: lvds-codec: Add support for pixel data sampling edge select
 2021-03-22 10:37 UTC  (4+ messages)

[PATCH v5 1/2] dt-bindings: display: bridge: Add Chipone ICN6211 bindings
 2021-03-22 10:33 UTC  (2+ messages)
` [PATCH v5 2/2] drm: bridge: Add Chipone ICN6211 MIPI-DSI to RGB bridge

[RFC PATCH 00/11] drm/bridge: ti-sn65dsi86: Support DisplayPort mode
 2021-03-22 10:29 UTC  (15+ messages)
` [RFC PATCH 01/11] dt-bindings: drm/bridge: ti-sn65dsi8: Make enable GPIO optional
` [RFC PATCH 02/11] drm/bridge: ti-sn65dsi86: "
` [RFC PATCH 03/11] drm/bridge: ti-sn65dsi86: Unregister AUX adapter in remove()
` [RFC PATCH 04/11] drm/bridge: ti-sn65dsi86: Use bitmask to store valid rates
` [RFC PATCH 05/11] drm/bridge: ti-sn65dsi86: Wrap panel with panel-bridge
` [RFC PATCH 06/11] drm/bridge: ti-sn65dsi86: Group code in sections
` [RFC PATCH 07/11] drm/bridge: ti-sn65dsi86: Split connector creation to a function
` [RFC PATCH 08/11] drm/bridge: ti-sn65dsi86: Implement bridge connector operations
` [RFC PATCH 09/11] drm/bridge: ti-sn65dsi86: Make connector creation optional
` [RFC PATCH 10/11] drm/bridge: ti-sn65dsi86: Support DisplayPort (non-eDP) mode
` [RFC PATCH 11/11] drm/bridge: ti-sn65dsi86: Support hotplug detection

[PATCH v6 0/8] Add support for SVM atomics in Nouveau
 2021-03-22 10:27 UTC  (7+ messages)
` [PATCH v6 1/8] mm: Remove special swap entry functions
` [PATCH v6 5/8] mm: Device exclusive memory access
` [PATCH v6 8/8] nouveau/svm: Implement atomic SVM access

[PATCH] gpu/drm/msm: fix shutdown hook in case GPU components failed to bind
 2021-03-22 10:12 UTC  (6+ messages)

[PATCH v3 0/2] gpu: drm: add driver for ili9361 panel
 2021-03-22  9:52 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: display: add bindings for newhaven, 1.8-128160EF
` [PATCH v3 2/2] drm/tiny: add driver for newhaven,1.8-128160EF

[PATCH] drm: xlnx: zynqmp: release reset to DP controller before accessing DP registers
 2021-03-22  9:43 UTC  (3+ messages)

[PATCH v6 0/5] Add MIPI rx DPI support
 2021-03-22  9:36 UTC  (5+ messages)
` [PATCH v6 1/5] dt-bindings:drm/bridge:anx7625:add vendor define flags
` [PATCH v6 2/5] drm/bridge: anx7625: fix not correct return value

[Bug 206475] New: amdgpu under load drop signal to monitor until hard reset
 2021-03-22  9:36 UTC  (2+ messages)
` [Bug 206475] "

[PATCH] drm/imx/dcss: Use device_get_match_data()
 2021-03-22  9:24 UTC  (3+ messages)

[v1] drm/msm/disp/dpu1: icc path needs to be set before dpu runtime resume
 2021-03-22  9:17 UTC 

[PATCH] drm/omap: dsi: Add missing IRQF_ONESHOT
 2021-03-22  8:51 UTC 

[RESEND 00/53] Rid GPU from W=1 warnings
 2021-03-22  8:39 UTC  (11+ messages)

[PATCH] drm/amd/pm/powerplay/smumgr/smu7_smumgr: Fix some typo error
 2021-03-22  8:16 UTC 

[RFC PATCH 0/2] mm,drm/ttm: Always block GUP to TTM pages
 2021-03-22  8:13 UTC  (5+ messages)
` [RFC PATCH 1/2] mm,drm/ttm: Block fast GUP to TTM huge pages
` [RFC PATCH 2/2] mm,drm/ttm: Use VM_PFNMAP for TTM vmas

[PATCH 5/5] drm/i915: Drop I915_CONTEXT_PARAM_RINGSIZE
 2021-03-22  7:30 UTC  (2+ messages)
` [drm/i915] 3ef784da89: drm:add_taint_for_CI[i915]]

[PATCH v2] drm/radeon: don't evict if not initialized
 2021-03-22  7:40 UTC  (2+ messages)

[PATCH v2 0/3] drm/tilcdc: fix LCD pixel clock setting
 2021-03-22  7:28 UTC  (7+ messages)
` [PATCH v2 1/3] drm/tilcdc: rename req_rate to pclk_rate
` [PATCH v2 2/3] drm/tilcdc: fix LCD pixel clock setting
` [PATCH v2 3/3] drm/tilcdc: fix pixel clock setting warning message

[PATCH 1/3] drm/ttm: move swapout logic around v2
 2021-03-22  7:13 UTC  (5+ messages)
` [PATCH 3/3] drm/ttm: switch to per device LRU lock

[PATCH v3 0/3] HDMI2.1 PCON Misc Fixes
 2021-03-22  7:01 UTC  (4+ messages)
` [PATCH v3 3/3] drm/i915/display: Configure HDMI2.1 Pcon for FRL only if Src-Ctl mode is available
  ` [PATCH v4 "

[PATCH] drm/msm/dpu: Fix a typo
 2021-03-22  6:27 UTC 

[PATCH] drm/imx: ipuv3-plane: Remove two unnecessary export symbols
 2021-03-22  5:24 UTC 

[PATCH v4 0/6] Add Unisoc's drm kms module
 2021-03-21 19:26 UTC  (3+ messages)
` [PATCH v4 2/6] drm/sprd: add Unisoc's drm kms master

[GIT PULL FOR v5.13] Conversion of misc display DT bindings to YAML
 2021-03-22  3:25 UTC 

[PATCH] drm/imx: imx-ldb: Register LDB channel1 when it is the only channel to be used
 2021-03-22  2:56 UTC 

[PATCH] dt-bindings: display: Fix a typo
 2021-03-22  2:49 UTC  (2+ messages)

[PATCH] drm/amd/display: Remove unnecessary conversion to bool
 2021-03-22  2:22 UTC 

[PATCH] drm/sysfs: Convert sysfs sprintf/snprintf family to sysfs_emit
 2021-03-22  1:19 UTC 

[PATCH] drm/amd/display: Set AMDGPU_DM_DEFAULT_MIN_BACKLIGHT to 0
 2021-03-22  0:12 UTC  (6+ messages)

[PATCH] drm/vmwgfx: Fix a typo
 2021-03-21 19:18 UTC  (3+ messages)

[PATCH] drm/vmwgfx: fix spinlock initialization in vmw_driver_load()
 2021-03-21 19:16 UTC  (2+ messages)

[PATCH] drm/tilcdc: panel: fix platform_no_drv_owner.cocci warnings
 2021-03-21 19:10 UTC  (2+ messages)

[PATCH] drm/rockchip: Cope with endpoints that haven't been registered yet
 2021-03-21 18:58 UTC  (2+ messages)

[Bug 212373] New: Dual monitors does not sleep when inactive
 2021-03-21 18:19 UTC 

[PATCH] drm/radeon: don't evict if not initialized
 2021-03-21 15:20 UTC  (3+ messages)

[PATCH] drm/ttm: stop warning on TT shrinker failure
 2021-03-21 14:18 UTC  (7+ messages)

[PATCH 1/2] dt-bindings: backlight: Add Kinetic KTD259 bindings
 2021-03-21 11:43 UTC  (2+ messages)
` [PATCH 2/2] backlight: ktd253: Support KTD259

[PATCH] drm/amdkfd: Fix cat debugfs hang_hws file causes system crash bug
 2021-03-21  8:28 UTC 

[PATCH] dt-bindings: msm: Couple of spelling fixes
 2021-03-20 19:25 UTC 

[PATCH] drm/atomic: Couple of typo fixes
 2021-03-20 19:10 UTC  (2+ messages)

[Bug 212369] New: AMDGPU: GPU hangs with '*ERROR* Couldn't update BO_VA (-12)' on MIPS64
 2021-03-20 18:21 UTC  (3+ messages)
` [Bug 212369] "

[PATCH] drm/vkms: fix misuse of WARN_ON
 2021-03-20 13:28 UTC 

[PATCH v2 1/2] drm/msm: fix shutdown hook in case GPU components failed to bind
 2021-03-20 11:56 UTC  (2+ messages)
` [PATCH v2 2/2] drm/msm: Fix suspend/resume on i.MX5

[Bug 212259] New: Entire graphics stack locks up when running SteamVR and sometimes Sway; is sometimes unrecoverable
 2021-03-20 10:02 UTC  (2+ messages)
` [Bug 212259] "

[PATCH v6 13/14] drm/bridge: imx: Add LDB support for i.MX8qm
 2021-03-20  9:56 UTC  (2+ messages)

[PATCH v2] drm/etnaviv: add HWDB entry for GC7000 rev 6204
 2021-03-20  8:54 UTC  (2+ messages)

[PATCH 1/3] drm/connector: Create a helper to attach the hdr_output_metadata property
 2021-03-20  8:51 UTC  (5+ messages)
` [PATCH 2/3] drm/connector: Add helper to compare HDR metadata

[PATCH V2] drm/amdgpu: Fix a typo
 2021-03-20  2:27 UTC  (2+ messages)

[PATCH v6 12/14] drm/bridge: imx: Add LDB support for i.MX8qxp
 2021-03-20  2:32 UTC  (2+ messages)

16 bpc fixed point (RGBA16) framebuffer support for core and AMD
 2021-03-20  2:09 UTC  (9+ messages)
` [PATCH 1/5] drm/fourcc: Add 16 bpc fixed point framebuffer formats
` [PATCH 2/5] drm/amd/display: Add support for SURFACE_PIXEL_FORMAT_GRPH_ABGR16161616
` [PATCH 3/5] drm/amd/display: Increase linebuffer pixel depth to 36bpp
` [PATCH 4/5] drm/amd/display: Make assert in DCE's program_bit_depth_reduction more lenient
` [PATCH 5/5] drm/amd/display: Enable support for 16 bpc fixed-point framebuffers

[PATCH] drm/rockchip: Remove unused variable
 2021-03-20  0:20 UTC  (2+ messages)

[v1] drm/msm/disp/dpu1: fix display underruns during modeset
 2021-03-19 23:10 UTC  (2+ messages)

[PATCH] drm/atomic: Add the crtc to affected crtc only if uapi.enable = true
 2021-03-19 21:27 UTC  (13+ messages)

[pull] amdgpu, amdkfd, radeon drm-next-5.13
 2021-03-19 21:22 UTC 

[Bug 212077] New: AMD GPU at highest frequency even not in use
 2021-03-19 19:44 UTC  (2+ messages)
` [Bug 212077] AMD GPU discrete card memory at highest frequency even while "

[RESEND 00/19] Rid GPU from W=1 warnings
 2021-03-19 19:31 UTC  (7+ messages)
` [PATCH 06/19] drm/amd/display/dc/calcs/dce_calcs: Move some large variables from the stack to the heap

[PATCH 1/2] drm/etnaviv: Use FOLL_FORCE for userptr
 2021-03-19 19:16 UTC  (6+ messages)
` [PATCH 2/2] drm/etnaviv: User FOLL_LONGTERM in userptr

[PATCH] drm/etnaviv: rework linear window offset calculation
 2021-03-19 19:03 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).