dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-14 10:39:58 to 2020-07-15 16:12:54 UTC [more...]

fbconsole needs more parameter validations
 2020-07-15 15:12 UTC  (13+ messages)
` [PATCH v3] vt: Reject zero-sized screen buffer size
  ` [PATCH] fbdev: Detect integer underflow at "struct fbcon_ops"->clear_margins
            ` [PATCH v2] "

[PATCH] drm: remove redundant assignment to variable 'ret'
 2020-07-15 12:05 UTC  (2+ messages)

[Bug 206987] New: [drm] [amdgpu] Whole system crashes when the driver is in mode_support_and_system_configuration
 2020-07-15 16:12 UTC  (3+ messages)
` [Bug 206987] "

[PATCH] drm/vkms: add wait_for_vblanks in atomic_commit_tail
 2020-07-15 16:08 UTC  (12+ messages)

[PATCH v5 0/6] Add support for GPU DDR BW scaling
 2020-07-15 15:36 UTC  (2+ messages)

[PATCH v2 00/59] Add support for KeemBay DRM driver
 2020-07-15 15:14 UTC  (62+ messages)
` [PATCH v2 01/59] drm/kmb: Add support for KeemBay Display
` [PATCH v2 02/59] drm/kmb: Added id to kmb_plane
` [PATCH v2 03/59] drm/kmb: Set correct values in the LAYERn_CFG register
` [PATCH v2 04/59] drm/kmb: Use biwise operators for register definitions
` [PATCH v2 05/59] drm/kmb: Updated kmb_plane_atomic_check
` [PATCH v2 06/59] drm/kmb: Initial check-in for Mipi DSI
` [PATCH v2 07/59] drm/kmb: Set OUT_FORMAT_CFG register
` [PATCH v2 08/59] drm/kmb: Added mipi_dsi_host initialization
` [PATCH v2 09/59] drm/kmb: Part 1 of Mipi Tx Initialization
` [PATCH v2 10/59] drm/kmb: Part 2 "
` [PATCH v2 11/59] drm/kmb: Use correct mmio offset from data book
` [PATCH v2 12/59] drm/kmb: Part3 of Mipi Tx initialization
` [PATCH v2 13/59] drm/kmb: Part4 of Mipi Tx Initialization
` [PATCH v2 14/59] drm/kmb: Correct address offsets for mipi registers
` [PATCH v2 15/59] drm/kmb: Part5 of Mipi Tx Intitialization
` [PATCH v2 16/59] drm/kmb: Part6 of Mipi Tx Initialization
` [PATCH v2 17/59] drm/kmb: Part7 "
` [PATCH v2 18/59] drm/kmb: Part8 "
` [PATCH v2 19/59] drm/kmb: Added ioremap/iounmap for register access
` [PATCH v2 20/59] drm/kmb: Register IRQ for LCD
` [PATCH v2 21/59] drm/kmb: IRQ handlers for LCD and mipi dsi
` [PATCH v2 22/59] drm/kmb: Set hardcoded values to LCD_VSYNC_START
` [PATCH v2 23/59] drm/kmb: Additional register programming to update_plane
` [PATCH v2 24/59] drm/kmb: Add ADV7535 bridge
` [PATCH v2 25/59] drm/kmb: Display clock enable/disable
` [PATCH v2 26/59] drm/kmb: rebase to newer kernel version
` [PATCH v2 27/59] drm/kmb: minor name change to match device tree
` [PATCH v2 28/59] drm/kmb: Changed MMIO size
` [PATCH v2 29/59] drm/kmb: Defer Probe
` [PATCH v2 30/59] drm/kmb: call bridge init in the very beginning
` [PATCH v2 31/59] drm/kmb: Cleanup probe functions
` [PATCH v2 32/59] drm/kmb: Revert dsi_host back to a static variable
` [PATCH v2 33/59] drm/kmb: Initialize clocks for clk_msscam, clk_mipi_ecfg, & clk_mipi_cfg
` [PATCH v2 34/59] drm/kmb: Enable MSS_CAM_CLK_CTRL for LCD and MIPI
` [PATCH v2 35/59] drm/kmb: Remove declaration of irq_lcd/irq_mipi
` [PATCH v2 36/59] drm/kmb: Enable MIPI TX HS Test Pattern Generation
` [PATCH v2 37/59] drm/kmb: Set MSS_CAM_RSTN_CTRL along with enable
` [PATCH v2 38/59] drm/kmb: Mipi DPHY initialization changes
` [PATCH v2 39/59] drm/kmb: Fixed driver unload
` [PATCH v2 40/59] drm/kmb: Added LCD_TEST config
` [PATCH v2 41/59] drm/kmb: Changes for LCD to Mipi
` [PATCH v2 42/59] drm/kmb: Update LCD programming to match MIPI
` [PATCH v2 43/59] drm/kmb: Changed name of driver to kmb-drm
` [PATCH v2 44/59] drm/kmb: Mipi settings from input timings
` [PATCH v2 45/59] drm/kmb: Enable LCD interrupts
` [PATCH v2 46/59] drm/kmb: Enable LCD interrupts during modeset
` [PATCH v2 47/59] drm/kmb: Don’t inadvertantly disable LCD controller
` [PATCH v2 48/59] drm/kmb: SWAP R and B LCD Layer order
` [PATCH v2 49/59] drm/kmb: Disable ping pong mode
` [PATCH v2 50/59] drm/kmb: Do the layer initializations only once
` [PATCH v2 51/59] drm/kmb: Write to LCD_LAYERn_CFG "
` [PATCH v2 52/59] drm/kmb: Cleaned up code
` [PATCH v2 53/59] drm/kmb: disable the LCD layer in EOF irq handler
` [PATCH v2 54/59] drm/kmb: Initialize uninitialized variables
` [PATCH v2 55/59] drm/kmb: Added useful messages in LCD ISR
` [PATCH v2 56/59] kmb/drm: Prune unsupported modes
` [PATCH v2 57/59] drm/kmb: workaround for dma undeflow issue
` [PATCH v2 58/59] drm/kmb: Get System Clock from SCMI
` [PATCH v2 59/59] drm/kmb: work around for planar formats
` [Intel-gfx] [PATCH v2 00/59] Add support for KeemBay DRM driver

[PATCH 0/8] drm/mgag200: Support desktop chips
 2020-07-15 14:59 UTC  (9+ messages)
` [PATCH 1/8] drm/mgag200: Enable caching for SHMEM pages
` [PATCH 2/8] drm/mgag200: Move register initialization into helper function
` [PATCH 3/8] drm/mgag200: Initialize PCI registers early during device setup
` [PATCH 4/8] drm/mgag200: Enable MGA mode during device register initialization
` [PATCH 5/8] drm/mgag200: Set MISC memory flags in mm init code
` [PATCH 6/8] drm/mgag200: Clear <page> field during MM init
` [PATCH 7/8] drm/mgag200: Move G200SE's unique id into model-specific data
` [PATCH 8/8] drm/mgag200: Add support for G200 desktop cards

[PATCH 1/2] dma-buf/dma-fence: Trim dma_fence_add_callback()
 2020-07-15 14:46 UTC  (8+ messages)
` [PATCH 2/2] dma-buf/dma-fence: Add quick tests before dma_fence_remove_callback
  ` [Intel-gfx] "

[PULL] drm-intel-next
 2020-07-15 14:05 UTC  (3+ messages)

[PATCH 00/25] dma-fence annotations, round 3
 2020-07-15 13:51 UTC  (24+ messages)
` [PATCH 01/25] dma-fence: basic lockdep annotations
` [PATCH 04/25] drm/vkms: Annotate vblank timer
` [PATCH 08/25] drm/malidp: Annotate dma-fence critical section in commit path
` [PATCH 19/25] drm/amdgpu: s/GFP_KERNEL/GFP_ATOMIC in scheduler code
` [PATCH 20/25] drm/amdgpu: DC also loves to allocate stuff where it shouldn't

[PULL] drm-intel-fixes
 2020-07-15 13:08 UTC 

[PATCH 1/7] drm: drm_atomic.h: delete duplicated word in comment
 2020-07-15 12:03 UTC  (8+ messages)
` [PATCH 2/7] drm: drm_bridge.h: "
` [PATCH 3/7] drm: drm_gem.h: delete duplicated words in comments
` [PATCH 4/7] drm: drm_mode_config.h: "
` [PATCH 5/7] drm: i915_drm.h: "
` [PATCH 6/7] drm: msm_drm.h: "
` [PATCH 7/7] drm: drm_rect.h: delete duplicated word in comment

sw_sync deadlock avoidance, take 3
 2020-07-15 11:57 UTC  (10+ messages)
` [PATCH 1/2] dma-buf/sw_sync: Avoid recursive lock during fence signal
` [PATCH 2/2] dma-buf/selftests: Add locking selftests for sw_sync
      ` [Intel-gfx] sw_sync deadlock avoidance, take 3

[PATCH 1/4] drm: remove optional dummy function from drivers using TTM
 2020-07-15 11:40 UTC  (4+ messages)
` [PATCH 2/4] drm/ttm: cleanup io_mem interface with nouveau
` [PATCH 3/4] drm/ttm: remove io_reserve_fastpath flag
` [PATCH 4/4] drm/ttm: cleanup coding style and implementation

sw_sync callback deadlock
 2020-07-15  9:25 UTC  (5+ messages)
` [PATCH v2 1/3] dma-buf/sw_sync: Avoid recursive lock during fence signal
` [PATCH v2 2/3] dma-buf/sw_sync: Separate signal/timeline locks
` [PATCH v2 3/3] dma-buf/selftests: Add locking selftests for sw_sync

[PATCH -next] drm/i915: Remove unused inline function drain_delayed_work()
 2020-07-15  9:06 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH 1/3] dma-buf/sw_sync: Avoid recursive lock during fence signal
 2020-07-15  8:57 UTC  (7+ messages)
` [PATCH 2/3] dma-buf/sw_sync: Separate signal/timeline locks
  ` [PATCH v2] "
` [PATCH 3/3] dma-buf/selftests: Add locking selftests for sw_sync

[PATCH v3] drm/bridge: adv7511: Fix cec clock EPROBE_DEFER handling
 2020-07-14  8:24 UTC  (3+ messages)

[PATCH 0/9] drm/msm: Avoid possible infinite probe deferral and speed booting
 2020-07-14 22:52 UTC  (8+ messages)
        ` [Freedreno] "

[drm/ttm] Memory corruption problem when ttm_tt_init() fails
 2020-07-14 10:29 UTC  (3+ messages)

[PATCH] drm/msm: use kthread_create_worker instead of kthread_run
 2020-07-14 14:20 UTC 

[PATCH] drm: sun4i: hdmi: Fix inverted HPD result
 2020-07-14 13:40 UTC  (2+ messages)

[PATCH 0/2] drm: rockchip: add NV15 and NV20 support
 2020-07-14  7:34 UTC  (4+ messages)
` [PATCH v2 0/2] drm: rockchip: add NV15, NV20 and NV30 support
  ` [PATCH v2 2/2] "

[v1] drm/msm/dpu: add support for clk and bw scaling for display
 2020-07-14 16:23 UTC  (9+ messages)
  ` [Freedreno] "

[PATCH] ksz884x: switch from 'pci_' to 'dma_' API
 2020-07-14 22:13 UTC  (2+ messages)

[radeon-alex:amd-staging-drm-next 1019/1033] drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn21/rn_clk_mgr_vbios_smu.c:237:5: warning: no previous prototype for 'rn_vbios_smu_is_periodic_retraining_disabled'
 2020-07-15  6:02 UTC 

[PATCH] drm/vmwgfx: Fix two list_for_each loop exit tests
 2020-07-15  2:19 UTC  (4+ messages)

[Bug 207383] New: [Regression] 5.7-rc: amdgpu/polaris11 gpf: amdgpu_atomic_commit_tail
 2020-07-14 23:36 UTC  (2+ messages)
` [Bug 207383] [Regression] 5.7 "

[PATCH] dma-buf/sw_sync: Avoid recursive lock during fence signal
 2020-07-14 19:43 UTC  (5+ messages)

[PATCH v3 0/6] Generic USB Display driver
 2020-07-14 19:38 UTC  (13+ messages)
` [PATCH v3 4/6] drm: Add "

[PATCH][next] drm/rockchip: lvds: ensure ret is assigned before checking for an error
 2020-07-14 19:00 UTC 

[PATCH 03/25] dma-buf.rst: Document why idenfinite fences are a bad idea
 2020-07-14 17:46 UTC  (3+ messages)
` [PATCH 1/2] dma-buf.rst: Document why indefinite "

[PATCH] drm: msm: a6xx: fix gpu failure after system resume
 2020-07-14 18:42 UTC  (4+ messages)

[PATCH v4 1/5] drm/i915: Add enable/disable flip done and flip done handler
 2020-07-14 17:04 UTC  (4+ messages)
` [RFC PATCH] drm/i915: g4x_get_flip_counter() can be static

[PATCH] drm/i915: Avoid modeset when content protection changes
 2020-07-14 16:06 UTC 

[PATCH v3 6/9] drm/bridge: ti-sn65dsi86: Use 18-bit DP if we can
 2020-07-14 15:31 UTC  (11+ messages)

[PATCH 0/9] drm: Add privacy-screen class and connector properties
 2020-07-14 15:00 UTC  (4+ messages)

[PATCH AUTOSEL 4.4 9/9] drm/nouveau/i2c/g94-: increase NV_PMGR_DP_AUXCTL_TRANSACTREQ timeout
 2020-07-14 14:40 UTC 

[PATCH AUTOSEL 4.9 10/10] drm/nouveau/i2c/g94-: increase NV_PMGR_DP_AUXCTL_TRANSACTREQ timeout
 2020-07-14 14:40 UTC 

[PATCH AUTOSEL 4.14 12/12] drm/nouveau/i2c/g94-: increase NV_PMGR_DP_AUXCTL_TRANSACTREQ timeout
 2020-07-14 14:39 UTC 

[PATCH AUTOSEL 4.19 12/13] drm/nouveau/i2c/g94-: increase NV_PMGR_DP_AUXCTL_TRANSACTREQ timeout
 2020-07-14 14:39 UTC 

[PATCH AUTOSEL 5.4 14/18] drm/nouveau/i2c/g94-: increase NV_PMGR_DP_AUXCTL_TRANSACTREQ timeout
 2020-07-14 14:39 UTC 

[PATCH AUTOSEL 5.7 15/19] drm/nouveau/i2c/g94-: increase NV_PMGR_DP_AUXCTL_TRANSACTREQ timeout
 2020-07-14 14:38 UTC 

[PATCH 0/1] Upstreaming the KFD IPC API
 2020-07-14 14:37 UTC  (10+ messages)
` [PATCH 1/1] drm/amdkfd: Add "

[git pull] drm for 5.8-rc1
 2020-07-14 14:31 UTC  (12+ messages)

[PATCH] drm/panel: Fix auo, kd101n80-45na horizontal noise on edges of panel
 2020-07-14 13:05 UTC  (2+ messages)
` [PATCH] drm/panel: Fix auo,kd101n80-45na "

[Bug 208333] New: No desktop on 5.8 rc1 rc2 with Gtx 760 driver nouveau
 2020-07-14 10:42 UTC  (2+ messages)
` [Bug 208333] Black screen with Kernel 5.8 rc1/2/3/4 with Nvidia "


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