messages from 2019-08-08 08:10:17 to 2019-08-08 20:14:05 UTC [more...]
[Bug 204241] New: amdgpu fails to resume from suspend
2019-08-08 20:13 UTC (2+ messages)
` [Bug 204241] "
[Bug 111334] amdgpu-pro-19.20-812932 fails to compile DKMS
2019-08-08 20:00 UTC (2+ messages)
[PATCH 00/26] DP MST Refactors + debugging tools + suspend/resume reprobing
2019-08-08 19:53 UTC (3+ messages)
` [PATCH 01/26] drm/dp_mst: Move link address dumping into a function
[PATCH 00/60] drm/omap: Replace custom display drivers with drm_bridge and drm_panel
2019-08-08 19:48 UTC (47+ messages)
` [PATCH 04/60] drm/bridge: dumb-vga-dac: Rename driver to simple-bridge
` [PATCH 10/60] drm/bridge: Add bridge driver for display connectors
` [PATCH 12/60] drm/bridge: panel: Implement bridge connector operations
` drm_panel_get_modes() should take the connector as an argument [Was: drm/bridge: panel: Implement bridge ...]
` [PATCH 20/60] drm/panel: Add driver for the NEC NL8048HL11 panel
` [PATCH 21/60] drm/panel: Add driver for the Sharp LS037V7DW01 panel
` [PATCH 23/60] drm/panel: Add driver for the Toppology TD028TTEC1 panel
` [PATCH 24/60] drm/panel: Add driver for the Toppology TD043MTEA1 panel
` [PATCH 25/60] drm: Add helper to create a connector for a chain of bridges
` [PATCH 08/60] drm/bridge: Extend bridge API to disable connector creation
` [PATCH 09/60] drm/bridge: Add connector-related bridge operations and data
[Bug 111333] [drm:radeon_atom_pick_dig_encoder [radeon]] *ERROR* chosen encoder in use 0
2019-08-08 19:43 UTC (3+ messages)
next/master build: 230 builds: 5 failed, 225 passed, 6 errors, 1344 warnings (next-20190805)
2019-08-08 19:20 UTC (4+ messages)
[PATCH] dma-buf: make dma_fence structure a bit smaller v2
2019-08-08 19:11 UTC (3+ messages)
[radeon-alex:amd-19.30 1374/2148] htmldocs: drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c:204: warning: Function parameter or member 'target_dev' not described in 'amdgpu_dma_buf_map_attach'
2019-08-08 18:22 UTC
[PATCH 00/34] put_user_pages(): miscellaneous call sites
2019-08-08 18:18 UTC (12+ messages)
[PATCH RFC 00/19] drm: Add support for bus-format negotiation
2019-08-08 18:05 UTC (21+ messages)
` [PATCH RFC 01/19] drm: Stop including drm_bridge.h from drm_crtc.h
` [PATCH RFC 02/19] drm: Support custom encoder/bridge enable/disable sequences officially
` [PATCH RFC 03/19] drm/vc4: Get rid of the dsi->bridge field
` [PATCH RFC 04/19] drm/exynos: Get rid of exynos_dsi->out_bridge
` [PATCH RFC 05/19] drm/exynos: Don't reset bridge->next
` [PATCH RFC 06/19] drm/bridge: Create drm_bridge_chain_xx() wrappers
` [PATCH RFC 07/19] drm/msm: Use drm_attach_bridge() to attach a bridge to an encoder
` [PATCH RFC 08/19] drm/bridge: Introduce drm_bridge_chain_get_{first, last, next}_bridge()
` [PATCH RFC 09/19] drm/bridge: Make the bridge chain a double-linked list
` [PATCH RFC 10/19] drm/bridge: Add a drm_bridge_state object
` [PATCH RFC 11/19] drm/bridge: Patch atomic hooks to take a drm_bridge_state
` [PATCH RFC 12/19] drm/bridge: Add an ->atomic_check() hook
` [PATCH RFC 13/19] drm/bridge: Add the drm_bridge_chain_get_prev_bridge() helper
` [PATCH RFC 14/19] drm/bridge: Add the necessary bits to support bus format negotiation
` [PATCH RFC 15/19] drm/imx: pd: Use bus format/flags provided by the bridge when available
` [PATCH RFC 16/19] drm/bridge: lvds-encoder: Add a way to support custom ->atomic_check() implem
` [PATCH RFC 17/19] drm/bridge: lvds-encoder: Implement bus format negotiation for sn75lvds83
` [PATCH RFC 18/19] drm/panel: simple: Add support for Toshiba LTA089AC29000 panel
` [PATCH RFC 19/19] ARM: dts: imx: imx51-zii-rdu1: Fix the display pipeline definition
[PATCH] drm/nouveau: Only recalculate PBN/VCPI on mode/connector changes
2019-08-08 18:04 UTC
1c74ca7a1a9a ("drm/fb-helper: call vga_remove_vgacon automatically.")
2019-08-08 17:45 UTC
[PATCHv2 0/3] convert i915 to new mount API
2019-08-08 17:03 UTC (10+ messages)
` [PATCHv2 2/3] i915: convert "
[Bug 111305] `ttm_bo_handle_move_mem` sometimes takes more than 50 ms
2019-08-08 17:01 UTC (2+ messages)
[PATCH 1/2] drm: add cache support for arm64
2019-08-08 16:44 UTC (24+ messages)
[PATCH] drm/drv: Use // for comments in example code
2019-08-08 16:36 UTC
[PATCH v3 0/1] drm/syncobj: add syncobj sideband payload for threaded submission
2019-08-08 16:23 UTC (14+ messages)
` [PATCH v3 1/1] drm/syncobj: add sideband payload
` 回复:[PATCH "
[PATCH] i2c: replace i2c_new_secondary_device with an ERR_PTR variant
2019-08-08 16:04 UTC (4+ messages)
[PATCH v4 00/17] drm: add gem ttm helpers, rework mmap workflow
2019-08-08 15:43 UTC (20+ messages)
` [PATCH v4 01/17] drm/ttm: turn ttm_bo_device.vma_manager into a pointer
` [PATCH v4 02/17] drm/ttm: add gem_ttm_bo_device_init()
` [PATCH v4 03/17] drm/vram: switch vram helpers to the new gem_ttm_bo_device_init()
` [PATCH v4 04/17] drm/qxl: switch qxl "
` [PATCH v4 05/17] drm: add mmap() to drm_gem_object_funcs
` [PATCH v4 06/17] drm/shmem: switch shmem helper to drm_gem_object_funcs->mmap
` [PATCH v4 07/17] drm/shmem: drop DEFINE_DRM_GEM_SHMEM_FOPS
` [PATCH v4 08/17] drm/ttm: factor out ttm_bo_mmap_vma_setup
` [PATCH v4 09/17] drm/ttm: add drm_gem_ttm_mmap()
` [PATCH v4 10/17] drm/vram: switch vram helper to drm_gem_object_funcs->mmap codepath
` [PATCH v4 11/17] drm/vram: drop verify_access
` [PATCH v4 12/17] drm: drop DRM_VRAM_MM_FILE_OPERATIONS
` [PATCH v4 13/17] drm/qxl: use drm_gem_object_funcs
` [PATCH v4 14/17] drm/qxl: drop qxl_ttm_fault
` [PATCH v4 15/17] drm/qxl: switch qxl to drm_gem_object_funcs->mmap codepath
` [PATCH v4 16/17] drm/qxl: drop verify_access
` [PATCH v4 17/17] drm/qxl: use DEFINE_DRM_GEM_FOPS()
[Bug 110865] Rx480 consumes 20w more power in idle than under Windows
2019-08-08 15:42 UTC (7+ messages)
[PATCH] drm/virtio: use virtio_max_dma_size
2019-08-08 15:34 UTC
turn hmm migrate_vma upside down v2
2019-08-08 15:33 UTC (10+ messages)
` [PATCH 1/9] mm: turn migrate_vma upside down
` [PATCH 2/9] nouveau: reset dma_nr in nouveau_dmem_migrate_alloc_and_copy
` [PATCH 3/9] nouveau: factor out device memory address calculation
` [PATCH 4/9] nouveau: factor out dmem fence completion
` [PATCH 5/9] nouveau: remove a few function stubs
` [PATCH 6/9] nouveau: simplify nouveau_dmem_migrate_to_ram
` [PATCH 7/9] nouveau: simplify nouveau_dmem_migrate_vma
` [PATCH 8/9] mm: remove the unused MIGRATE_PFN_ERROR flag
` [PATCH 9/9] mm: remove the unused MIGRATE_PFN_DEVICE flag
[PULL] drm-misc-next
2019-08-08 15:29 UTC (7+ messages)
[Bug 111332] Long running application causes assert in amdgpu_bo.c 'bo->cpu_map_count > 0' failed
2019-08-08 15:27 UTC
[Regression] "drm/amdgpu: enable gfxoff again on raven series (v2)"
2019-08-08 15:03 UTC (6+ messages)
[RFC PATCH 00/11] Simple QoS for exynos-bus driver using interconnect
2019-08-08 15:00 UTC (11+ messages)
` [RFC PATCH 09/11] devfreq: exynos-bus: Add interconnect functionality to exynos-bus
[Bug 203781] New: AMDGPU Radeon VII crashes with dual monitors
2019-08-08 14:56 UTC (2+ messages)
` [Bug 203781] "
[Bug 110674] Crashes / Resets From AMDGPU / Radeon VII
2019-08-08 14:37 UTC (2+ messages)
The issue with page allocation 5.3 rc1-rc2 (seems drm culprit here)
2019-08-08 14:26 UTC (5+ messages)
[PATCH v3 0/3] drm/meson: convert bindings to YAML schemas
2019-08-08 14:22 UTC (5+ messages)
` [PATCH v3 1/3] dt-bindings: display: amlogic, meson-dw-hdmi: convert to yaml
` [PATCH v3 2/3] dt-bindings: display: amlogic,meson-vpu: "
` [PATCH v3 3/3] MAINTAINERS: Update with Amlogic DRM bindings converted as YAML
[PATCH 0/9] drm: meson: global clean-up (use proper macros, update comments ...)
2019-08-08 14:12 UTC (3+ messages)
[PATCH 8/9] drm: meson: add macro used to enable HDMI PLL
2019-08-08 14:10 UTC (3+ messages)
[PATCH 4/9] drm: meson: vpp: use proper macros instead of magic constants
2019-08-08 14:09 UTC (3+ messages)
[Bug 111231] VM_L2_PROTECTION_FAULT
2019-08-08 13:54 UTC (2+ messages)
` [Bug 111231] random VM_L2_PROTECTION_FAULTs when loading a world in minetest on AMD ryzen 2200G integrated graphics
[Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
2019-08-08 13:49 UTC (2+ messages)
` [Bug 110214] Raven Ridge (2400G): xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
[Bug 111122] 2500U: Graphics corruption on kernel 5.2
2019-08-08 13:47 UTC (4+ messages)
[PATCH v3 0/8] drm: add gem ttm helpers
2019-08-08 13:40 UTC (16+ messages)
` [PATCH v3 1/8] scsi: core: fix the dma_max_mapping_size call
` [PATCH v3 2/8] ttm: turn ttm_bo_device.vma_manager into a pointer
` [PATCH v3 3/8] drm/ttm: add gem_ttm_bo_device_init()
` [PATCH v3 4/8] drm/vram: switch vram helpers to the new gem_ttm_bo_device_init()
` [PATCH v3 5/8] drm/qxl: switch qxl "
` [PATCH v3 6/8] drm/ttm: add drm_gem_ttm_bo_driver_verify_access()
` [PATCH v3 7/8] gem/vram: use drm_gem_ttm_bo_driver_verify_access()
` [PATCH v3 8/8] gem/qxl: "
[PATCH v3 0/8] drm/panfrost: Add heap and no execute buffer allocation
2019-08-08 13:37 UTC (7+ messages)
` [PATCH v3 4/8] drm/panfrost: Split panfrost_mmu_map SG list mapping to its own function
` [PATCH v3 6/8] drm/panfrost: Convert MMU IRQ handler to threaded handler
` [PATCH v3 7/8] drm/panfrost: Add support for GPU heap allocations
[PATCH 01/21] drm/dp: Sort includes alphabetically
2019-08-08 13:36 UTC (19+ messages)
` [PATCH 06/21] drm/dp: Probe link using existing parsing helpers
` [PATCH 07/21] drm/dp: Read fast training capability from link
` [PATCH 13/21] drm/dp: Do not busy-loop during link training
` [PATCH 14/21] drm/dp: Use drm_dp_aux_rd_interval()
` [PATCH 15/21] drm/dp: Add helper to get post-cursor adjustments
` [PATCH 20/21] drm/dp: Fix a couple of whitespace issues
` [PATCH 04/21] drm/dp: Track link capabilities alongside settings
` [PATCH 05/21] drm/dp: Turn link capabilities into booleans
` [PATCH 21/21] drm/bridge: tc358767: Use DP nomenclature
[PATCH] dma-buf: make dma_fence structure a bit smaller
2019-08-08 13:14 UTC
[PATCH] omapdrm: no need to check return value of debugfs_create functions
2019-08-08 12:50 UTC (2+ messages)
[PULL] drm-misc-next
2019-08-08 12:14 UTC
[PATCH 1/6] dma-buf: add dynamic DMA-buf handling v13
2019-08-08 11:40 UTC (6+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [1/6] "
[PATCH] drm/i915: Use after free in error path in intel_vgpu_create_workload()
2019-08-08 10:44 UTC (2+ messages)
[PATCH v3 hmm 00/11] Add mmu_notifier_get/put for managing mmu notifier registrations
2019-08-08 10:29 UTC (11+ messages)
` [PATCH v3 hmm 01/11] mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the caller
` [PATCH v3 hmm 02/11] mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mm
` [PATCH v3 hmm 04/11] misc/sgi-gru: use mmu_notifier_get/put for struct gru_mm_struct
` [PATCH v3 hmm 05/11] hmm: use mmu_notifier_get/put for 'struct hmm'
` [PATCH v3 hmm 11/11] mm/mmu_notifiers: remove unregister_no_release
[PATCH v2 1/8] drm/etnaviv: simplify unbind checks
2019-08-08 10:26 UTC (3+ messages)
` [PATCH v2 2/8] drm/etnaviv: split out cmdbuf mapping into address space
[PATCH for-5.3] drm/omap: ensure we have a valid dma_mask
2019-08-08 10:10 UTC
[PATCH v2 0/1] drm/syncobj: add syncobj sideband payload for threaded submission
2019-08-08 10:04 UTC (5+ messages)
` [PATCH v2 1/1] drm/syncobj: add sideband payload
[git pull] vmwgfx-fixes-5.3
2019-08-08 9:46 UTC
[Bug 111331] bugggg
2019-08-08 9:02 UTC (2+ messages)
[PULL] drm-misc-fixes
2019-08-08 9:01 UTC
[PATCH v3 0/7] backlight: gpio: simplify the driver
2019-08-08 8:17 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox