dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-15 05:53:52 to 2019-11-16 13:36:01 UTC [more...]

[Bug 201539] New: AMDGPU R9 390 automatic fan speed control in Linux 4.19
 2019-11-16 13:36 UTC  (5+ messages)
` [Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

[Bug 109206] Kernel 4.20 amdgpu fails to load firmware on Ryzen 2500U
 2019-11-16 12:27 UTC  (2+ messages)

drm core/helpers and MIT license
 2019-11-16 12:12 UTC  (4+ messages)

drm core/helpers and MIT license
 2019-11-16 11:57 UTC  (5+ messages)

[Bug 112266] [Navi] Pathfinder: Kingmaker is causing a GPU hang: flip_done timed out error
 2019-11-16 11:39 UTC  (5+ messages)

[Bug 205309] New: kmemleak reports various leaks in amdgpu
 2019-11-16 11:31 UTC  (3+ messages)
` [Bug 205309] "

[Bug 112302] [kernel 5.4-rc7][amdgpu] kmemleak reports various leaks
 2019-11-16 11:28 UTC  (3+ messages)

[PATCH] drm/gma500: remove set but not used variable 'channel_eq'
 2019-11-16 11:04 UTC 

[Bug 205497] New: Attempt to read amd gpu id causes a freeze
 2019-11-16  6:30 UTC  (9+ messages)
` [Bug 205497] "

[PATCH] drm/amd/powerplay: remove variable 'result' set but not used
 2019-11-16  3:43 UTC 

linux-next: Signed-off-by missing for commit in the drm tree
 2019-11-15 23:21 UTC  (2+ messages)

[PATCH 1/4] drm/ttm: refine ghost BO resv criteria
 2019-11-15 22:47 UTC  (7+ messages)
` [PATCH 2/4] drm/ttm: cleanup ttm_buffer_object_transfer
` [PATCH 3/4] drm/ttm: rework BO delayed delete

[PATCH] drm/amdkfd: remove set but not used variable 'top_dev'
 2019-11-15 22:02 UTC  (3+ messages)

[Bug 111481] AMD Navi GPU frequent freezes on both Manjaro/Ubuntu with kernel 5.3 and mesa 19.2 -git/llvm9
 2019-11-15 21:29 UTC  (3+ messages)

[PATCH 0/3] MST BPC fixes for nouveau
 2019-11-15 21:07 UTC  (8+ messages)
` [PATCH 1/3] drm/nouveau/kms/nv50-: Call outp_atomic_check_view() before handling PBN
` [PATCH 2/3] drm/nouveau/kms/nv50-: Store the bpc we're using in nv50_head_atom
` [PATCH 3/3] drm/nouveau/kms/nv50-: Limit MST BPC to 8

[PATCH] MAINTAINERS: Remove myself from drm-misc entry
 2019-11-15 20:52 UTC 

[Bug 205169] New: AMDGPU driver with Navi card hangs Xorg in fullscreen only
 2019-11-15 19:52 UTC  (6+ messages)
` [Bug 205169] "

[PATCH 0/3] drm/gma500: remove some set but not used variables
 2019-11-15 19:44 UTC  (5+ messages)
` [PATCH 1/3] drm/gma500: remove set but not used variable 'htotal'
` [PATCH 2/3] drm/gma500: remove set but not used variable 'error'
` [PATCH 3/3] drm/gma500: remove set but not used variable 'is_hdmi', 'is_crt'

[PATCH 0/7] drm: Random pile of core stuff
 2019-11-15 19:42 UTC  (14+ messages)
` [PATCH 1/7] drm: Move page_flip fb lookup earlier
` [PATCH 2/7] drm: Allocate the page flip event earlier
` [PATCH 3/7] drm: Extract page_flip_{internal, atomic}()
  ` [PATCH 3/7] drm: Extract page_flip_{internal,atomic}()
` [PATCH 4/7] drm: Simplify the setplane old_fb handling further
` [PATCH 5/7] drm/selftests: Add some selftests for drm_atomic_set_mode_for_crtc()
` [PATCH 6/7] drm/atomic: Fix the early return in drm_atomic_set_mode_for_crtc()
` [PATCH 7/7] drm/atomic: Reduce setplane locking

[PATCH] drm/amdgpu/dm: Do not throw an error for a display with no audio
 2019-11-15 19:27 UTC  (6+ messages)
    ` [Intel-gfx] "

[PATCH 1/2] drm/edid: Add aspect ratios to HDMI 4K modes
 2019-11-15 19:23 UTC  (8+ messages)
` [PATCH 2/2] drm/edid: Add alternate clock for SMPTE 4K

[PATCH v5 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-15 18:06 UTC  (50+ messages)
` [PATCH v5 01/24] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v5 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v5 04/24] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v5 05/24] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v5 06/24] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v5 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v5 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v5 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v5 11/24] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v5 12/24] IB/{core, hw, umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
  ` [PATCH v5 12/24] IB/{core,hw,umem}: "
` [PATCH v5 13/24] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v5 14/24] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v5 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v5 16/24] net/xdp: "
` [PATCH v5 17/24] mm/gup: track FOLL_PIN pages
` [PATCH v5 18/24] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v5 19/24] vfio, mm: "
` [PATCH v5 20/24] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v5 21/24] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v5 22/24] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v5 23/24] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v5 24/24] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

[PATCH 0/2] drm/nouveau: remove some set but not used variables
 2019-11-15 18:00 UTC  (7+ messages)
` [PATCH 1/2] drm/nouveau: remove set but not used variable 'pclks', 'width'
      ` [PATCH 1/2] drm/nouveau: remove set but not used variable 'pclks','width'
` [PATCH 2/2] drm/nouveau: remove set but not used variable 'mem'

[git pull] drm fixes for 5.4-rc8
 2019-11-15 17:35 UTC  (3+ messages)

[pull] radeon and amdgpu drm-next-5.5
 2019-11-15 16:35 UTC  (2+ messages)

[Bug 205521] New: 5.3.11 update broke AMDGPU Raven Ridge
 2019-11-15 16:07 UTC  (2+ messages)
` [Bug 205521] "

[PATCH v2 RESEND] drm/edid: no CEA v3 extension is not an error
 2019-11-15 16:07 UTC 

[Bug 112290] sanoop
 2019-11-15 15:54 UTC 

[PATCH v2] drm/gem: Fix mmap fake offset handling for drm_gem_object_funcs.mmap
 2019-11-15 15:31 UTC  (14+ messages)

[PATCH 0/8] fb_create drive-through cleanups
 2019-11-15 15:26 UTC  (22+ messages)
` [PATCH 1/8] drm/fb: More paranoia in addfb checks
  ` [Intel-gfx] "
` [PATCH 2/8] drm/atmel: ditch fb_create wrapper
` [PATCH 3/8] drm/mediatek: don't open-code drm_gem_fb_create
` [PATCH 4/8] drm/rockchip: Use drm_gem_fb_create_with_dirty
` [PATCH 5/8] drm/tilcdc: Drop drm_gem_fb_create wrapper
` [PATCH 6/8] drm/xen: Simplify fb_create
` [PATCH 7/8] drm/hibmc: Use drm_gem_fb_create
` [PATCH 8/8] drm/todo: Add entry for fb funcs related cleanups

[Bug 112288] Blank display on Ubuntu 19.10 on Ryzen 3 2200G and Ryzen 5 2400G APUs
 2019-11-15 15:24 UTC  (3+ messages)

[Bug 112297] AMDGPU recovery does recover desktop to an unstable state
 2019-11-15 15:11 UTC  (4+ messages)
` [Bug 112297] AMDGPU.gpu_recovery does recover desktop to an unusable state

[PATCH 1/1] drm/radeon drm/amdgpu: fix bad DMA from INTERRUPT_CNTL2
 2019-11-15 14:58 UTC  (2+ messages)

[PATCH libdrm v4] modetest: Add support for setting mode having floating vertical refresh rate
 2019-11-15 14:31 UTC 

[PATCH 0/6] drm/radeon: remove some set but not used variables
 2019-11-15 12:13 UTC  (7+ messages)
  ` [PATCH 1/6] drm/radeon: remove set but not used variable 'size', 'relocs_chunk'
  ` [PATCH 2/6] drm/radeon: remove set but not used variable 'backbias_response_time'
  ` [PATCH 3/6] drm/radeon: remove set but not used variable 'dig_connector'
  ` [PATCH 4/6] drm/radeon: remove set but not used variable 'radeon_connector'
  ` [PATCH 5/6] drm/radeon: remove set but not used variable 'blocks'
  ` [PATCH 6/6] drm/radeon: remove set but not used variable 'tv_pll_cntl1'

[PATCH 0/2] add new DRM_DEV_WARN macro
 2019-11-15 11:52 UTC  (3+ messages)

drm-next + i915 CVE yolo merge
 2019-11-15 11:42 UTC  (4+ messages)

[PATCH v2] drm/tegra: Turn off and reset hardware across suspend-resume
 2019-11-15 11:39 UTC  (3+ messages)

[PATCH v4 0/4] IT6505 cover letter
 2019-11-15  9:52 UTC  (8+ messages)
` [PATCH v4 2/4] Revert "drm/tegra: Move drm_dp_link helpers to Tegra DRM"
` [PATCH v4 3/4] dt-bindings: Add binding for IT6505
` [PATCH v4 4/4] drm/bridge: add it6505 driver

[PATCH][next] drm/amdgpu/powerplay: fix dereference before null check of pointer hwmgr
 2019-11-15  9:47 UTC  (2+ messages)

[PATCH v10 0/4] Xilinx ZynqMP DisplayPort Subsystem DRM/KMS driver
 2019-11-15  8:30 UTC  (3+ messages)
` [PATCH v10 4/4] arm64: dts: zynqmp: zcu106-revA: Wire up the DisplayPort subsystem

[PATCH 0/4] drm/amd/display: remove some set but not used variables
 2019-11-14 12:36 UTC  (10+ messages)
` [PATCH 1/4] drm/amd/display: remove set but not used variable 'old_plane_crtc'
` [PATCH 2/4] drm/amd/display: remove set but not used variable 'bp' in bios_parser2.c
` [PATCH 3/4] drm/amd/display: remove set but not used variable 'bp' in bios_parser.c
` [PATCH 4/4] drm/amd/display: remove set but not used variable 'min_content'

[PATCH v1 0/2] Add suppport for rm69299 Visionox panel driver and add DSI config to support DSI version
 2019-11-14 17:56 UTC  (11+ messages)
` [PATCH v1 1/2] drm/panel: add support for rm69299 visionox panel driver
` [PATCH v1 2/2] drm/msm: add DSI config changes to support DSI version
    ` [Freedreno] "

[PATCH] drm/imx: parallel-display: Adjust bus_flags and bus_format handling
 2019-11-14 13:17 UTC  (2+ messages)

[PATCH 1/2] drm/print: add DRM_DEV_WARN macro
 2019-11-14 13:25 UTC  (4+ messages)
` [PATCH 2/2] drm/rockchip: use DRM_DEV_WARN macro in debug output

[v2] msm: disp: dpu1: add support to access hw irqs regs depending on revision
 2019-11-14 17:29 UTC  (3+ 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).