dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-12-09 15:05:29 to 2019-12-10 17:14:54 UTC [more...]

[PATCH RFC 0/8] Add Unisoc's drm kms module
 2019-12-10 17:13 UTC  (16+ messages)
` [PATCH RFC 1/8] dt-bindings: display: add Unisoc's drm master bindings
` [PATCH RFC 2/8] drm/sprd: add Unisoc's drm kms master
` [PATCH RFC 3/8] dt-bindings: display: add Unisoc's dpu bindings
` [PATCH RFC 4/8] drm/sprd: add Unisoc's drm display controller driver
` [PATCH RFC 5/8] dt-bindings: display: add Unisoc's mipi dsi&dphy bindings
` [PATCH RFC 6/8] drm/sprd: add Unisoc's drm mipi dsi&dphy driver
` [PATCH RFC 7/8] dt-bindings: display: add Unisoc's generic mipi panel bindings
` [PATCH RFC 8/8] drm/sprd: add Unisoc's drm generic mipi panel driver

[PATCH v2 04/25] drm: get drm_bridge_panel connector via helper
 2019-12-10 16:26 UTC  (3+ messages)
` [PATCH] drm/bridge: panel: export drm_panel_bridge_connector

[PATCH for-5.6 0/2] drm/bridge: dw-hdmi: PCM API updates
 2019-12-10 15:45 UTC  (3+ messages)
` [PATCH for-5.6 1/2] drm/bridge: dw-hdmi: Follow the standard ALSA memalloc way
` [PATCH for-5.6 2/2] drm/bridge: dw-hdmi: Drop superfluous ioctl PCM ops

[PATCH] drm: Rename drm_bridge->dev to drm
 2019-12-10 15:26 UTC  (9+ messages)
` [PATCH] drm: remove drm_bridge->dev

[drm-tip:drm-tip 5/9] ERROR: "drm_panel_bridge_connector" [drivers/gpu/drm/tve200/tve200_drm.ko] undefined!
 2019-12-10 15:09 UTC 

[PATCH v2] drm: add dp helper to initialize remote aux channel
 2019-12-10 15:16 UTC  (2+ messages)

[PATCH][next] drm/i915/selftests: fix uninitialized variable sum when summing up values
 2019-12-10 14:34 UTC  (2+ messages)

[PATCH][next] drm/i915/display: remove duplicated assignment to pointer crtc_state
 2019-12-10 14:45 UTC 

[PATCH][next] drm/i915: remove redundant checks for a null fb pointer
 2019-12-10 14:23 UTC 

[PATCH] drm/doc: Drop :c:func: markup
 2019-12-10 14:17 UTC  (5+ messages)

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

[PATCH v3 0/9] drm/nouveau: Various fixes for GP10B
 2019-12-10 13:12 UTC  (3+ messages)
` [Nouveau] "

[PATCH v2] drm/vmwgfx: Call vmw_driver_{load, unload}() before registering device
 2019-12-10 12:43 UTC 

[PATCH 1/8] drm/print: introduce new struct drm_device based logging macros
 2019-12-10 12:34 UTC  (9+ messages)
` [PATCH 2/8] drm/client: convert to drm device based logging
` [PATCH 3/8] drm/fb-helper: "
` [PATCH 4/8] drm/gem-fb-helper: "
` [PATCH 5/8] drm/mipi-dbi: "
` [PATCH 6/8] drm/atomic: "
` [PATCH 7/8] drm/i915/uc: "
` [PATCH 8/8] drm/i915/wopcm: "

[PATCH] drm/vmwgfx: Call vmw_driver_{load, unload}() before registering device
 2019-12-10 12:18 UTC  (4+ messages)
` [PATCH] drm/vmwgfx: Call vmw_driver_{load,unload}() "

[PATCH v4 0/4] Genericize DW MIPI DSI bridge and add i.MX 6 driver
 2019-12-10 11:43 UTC  (4+ messages)
` [Linux-stm32] "

nouveau-fixes 5.5
 2019-12-10 11:41 UTC 

[PATCH] drm/edid: fixup EDID 1.3 and 1.4 judge reduced-blanking timings logic
 2019-12-10 11:10 UTC  (6+ messages)

[PATCH v3 0/9] drm/meson: add AFBC support
 2019-12-10 11:01 UTC  (5+ messages)
` [PATCH v3 8/9] drm/meson: hold 32 lines after vsync to give time for AFBC start

[PATCH v1 0/2] drm/komeda: refactor sysfs node "config_id"
 2019-12-10 10:59 UTC  (4+ messages)
` [PATCH v1 2/2] drm/komeda: Refactor "

[PATCH] drm/modes: Support video parameters with only reflect option
 2019-12-10 10:42 UTC  (3+ messages)

[PATCH] drm/atomc: Update docs around locking and commit sequencing
 2019-12-10 10:31 UTC  (3+ messages)

[PATCH] MAINTAINERS: Match on dma_buf|fence|resv anywhere
 2019-12-10 10:26 UTC  (3+ messages)

[PATCH 00/11] drm/i915: Add support for HDCP 1.4 over MST connectors
 2019-12-10 10:09 UTC  (13+ messages)
` [PATCH 03/11] drm/i915: Disable HDCP signalling on transcoder disable
  ` [Intel-gfx] "
` [PATCH 04/11] drm/i915: Don't WARN on HDCP toggle if get_hw_state returns false

[PATCH] drm/modes: remove unused variables
 2019-12-10  9:52 UTC  (6+ messages)

[PATCH] drm/virtio: fix mmap page attributes
 2019-12-10  9:27 UTC  (2+ messages)

[PATCH 0/3] drm/i915 / LPSS / mfd: Select correct PWM controller to use based on VBT
 2019-12-10  8:51 UTC  (3+ messages)
` [PATCH 2/3] mfd: intel_soc_pmic: Rename pwm_backlight pwm-lookup to pwm_pmic_backlight

[PATCH v3 0/9] drm/udl: Convert to simple-pipe helpers and clean up
 2019-12-10  8:49 UTC  (10+ messages)
` [PATCH v3 1/9] drm/udl: Init connector before encoder and CRTC
` [PATCH v3 2/9] drm/udl: Convert to struct drm_simple_display_pipe
` [PATCH v3 3/9] drm/udl: Switch to atomic suspend/resume helpers
` [PATCH v3 4/9] drm/udl: Inline DPMS code into CRTC enable and disable functions
` [PATCH v3 5/9] drm/udl: Set preferred color depth to 16 bpp
` [PATCH v3 6/9] drm/udl: Convert to drm_atomic_helper_dirtyfb()
` [PATCH v3 7/9] drm/udl: Remove struct udl_device.active_fb_16
` [PATCH v3 8/9] drm/udl: Move udl_handle_damage() into udl_modeset.c
` [PATCH v3 9/9] drm/udl: Remove udl_fb.c

[PATCH v3 0/2] drm/komeda: Add new product "D32" support
 2019-12-10  8:48 UTC  (3+ messages)
` [PATCH v3 1/2] drm/komeda: Update the chip identify
` [PATCH v3 2/2] drm/komeda: Enable new product D32 support

general protection fault in fbcon_fb_blanked
 2019-12-09 12:01 UTC 

[resend PATCH v6 00/12] arm/arm64: mediatek: Fix mmsys device probing
 2019-12-09 10:15 UTC  (13+ messages)
` [resend PATCH v6 04/12] drm: mediatek: Omit warning on probe defers
` [resend PATCH v6 05/12] media: mtk-mdp: Check return value of of_clk_get
` [resend PATCH v6 06/12] clk: mediatek: mt2701: switch mmsys to platform device probing
` [resend PATCH v6 07/12] clk: mediatek: mt2712e: switch "
` [resend PATCH v6 08/12] clk: mediatek: mt6779: switch mmsys "
` [resend PATCH v6 12/12] drm/mediatek: Add support for mmsys through a pdev

BUG: unable to handle kernel paging request in drm_fb_helper_dirty_work
 2019-12-09 11:16 UTC 

KASAN: global-out-of-bounds Read in fbcon_get_font
 2019-12-10  4:35 UTC 

[PATCH v5 0/4] IT6505 cover letter
 2019-12-10  5:53 UTC  (4+ messages)
` [PATCH v5 2/4] Revert "drm/tegra: Move drm_dp_link helpers to Tegra DRM"
` [PATCH v5 3/4] dt-bindings: Add binding for IT6505
` [PATCH v5 4/4] drm/bridge: add it6505 driver

[PATCH RESEND 0/4] drm: bridge: anx7688 and an optional feature
 2019-12-09 15:32 UTC  (8+ messages)
` [PATCH RESEND 1/4] dt-bindings: drm/bridge: analogix-anx7688: Add ANX7688 transmitter binding
` [PATCH RESEND 2/4] drm: bridge: anx7688: Add anx7688 bridge driver support
` [PATCH RESEND 3/4] dt-bindings: drm/bridge: analogix-anx78xx: support bypass GPIO
` [PATCH RESEND 4/4] drm: bridge: anx7688: Support bypass GPIO feature

[PATCH v4] video: hyperv: hyperv_fb: Use physical memory for fb on HyperV Gen 1 VMs
 2019-12-09 16:32 UTC  (2+ messages)

general protection fault in fbcon_modechanged
 2019-12-10  4:26 UTC 

[PATCH libdrm v4] modetest: Use floating vrefresh while dumping mode
 2019-12-09 12:56 UTC  (3+ messages)

[PATCH] drm/vmwgfx: Replace deprecated PTR_RET
 2019-12-09 19:05 UTC  (3+ messages)

[PATCH v3 0/2] tc358767 test mode
 2019-12-09 15:24 UTC  (6+ messages)
` [PATCH v3 2/2] drm/bridge: tc358767: Expose test mode functionality via debugfs

[PATCH 0/4] drm: bridge: anx7688 and an optional feature
 2019-12-09 12:20 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: drm/bridge: analogix-anx7688: Add ANX7688 transmitter binding
` [PATCH 2/4] drm: bridge: anx7688: Add anx7688 bridge driver support
` [PATCH 3/4] dt-bindings: drm/bridge: analogix-anx78xx: support bypass GPIO
` [PATCH 4/4] drm: bridge: anx7688: Support bypass GPIO feature

[PATCH] drm: msm: mdp4: Adjust indentation in mdp4_dsi_encoder_enable
 2019-12-09 20:52 UTC  (2+ messages)

KASAN: global-out-of-bounds Read in fb_pad_aligned_buffer
 2019-12-09 15:58 UTC  (2+ messages)

[PATCH] drm/bridge: tc358767: fix poll timeouts
 2019-12-09 14:45 UTC  (2+ messages)

[PATCH v3 00/12] video, drm, etc: constify fbops in struct fb_info
 2019-12-10  6:53 UTC  (5+ messages)
` [PATCH v3 11/12] samples: vfio-mdev: constify fb ops

[PATCH v2 0/9] drm/udl: Convert to simple-pipe helpers and clean up
 2019-12-10  8:16 UTC  (4+ messages)
` [PATCH v2 4/9] drm/udl: Inline DPMS code into CRTC enable and disable functions

[PATCH] drm/komeda: Correct d71 register block counting
 2019-12-10  6:10 UTC 

[PATCH v5 0/7] drm/mediatek: fix cursor issue and apply CMDQ in MTK DRM
 2019-12-10  5:05 UTC  (8+ messages)
` [PATCH v5 1/7] drm/mediatek: use DRM core's atomic commit helper
` [PATCH v5 2/7] drm/mediatek: handle events when enabling/disabling crtc
` [PATCH v5 3/7] drm/mediatek: update cursors by using async atomic update
` [PATCH v5 4/7] drm/mediatek: disable all the planes in atomic_disable
` [PATCH v5 5/7] drm/mediatek: remove unused external function
` [PATCH v5 6/7] drm/mediatek: support CMDQ interface in ddp component
` [PATCH v5 7/7] drm/mediatek: apply CMDQ control flow

[PATCH 1/5] drm: Add __drm_atomic_helper_crtc_state_reset() & co
 2019-12-10  2:12 UTC  (9+ messages)
` [PATCH 2/5] drm/i915: s/intel_crtc/crtc/ in intel_crtc_init()
  ` [Intel-gfx] "
` [PATCH 3/5] drm/i915: Introduce intel_crtc_{alloc,free}()
` [PATCH 4/5] drm/i915: Introduce intel_crtc_state_reset()
  ` [Intel-gfx] "
` [PATCH 5/5] drm/i915: Introduce intel_plane_state_reset()
  ` [Intel-gfx] "

[PATCH v2 00/28] drm/bridge: Consolidate initialization
 2019-12-10  1:24 UTC  (3+ messages)
` [PATCH v2 24/28] drm/mediatek: hdmi: Use drm_bridge_init()

[Bug 201539] New: AMDGPU R9 390 automatic fan speed control in Linux 4.19
 2019-12-10  1:03 UTC  (3+ messages)
` [Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

[PATCH 1/4] udmabuf: use cache_sgt_mapping option
 2019-12-09 22:44 UTC  (3+ messages)
` [PATCH 4/4] udmabuf: implement begin_cpu_access/end_cpu_access hooks

linux-next: build failure after merge of the drm-intel tree
 2019-12-09 22:42 UTC  (2+ messages)

[PATCH v2 1/2] gpu: host1x: Rename "parent" to "host"
 2019-12-09 22:10 UTC  (2+ messages)

[PATCH v2 0/25] drm/panel infrastructure + backlight update
 2019-12-09 22:04 UTC  (2+ messages)

[PATCH v2 0/3] drm/meson: implement RDMA for AFBC reset on vsync
 2019-12-09 22:03 UTC  (2+ messages)

[PATCH] drm/gma500: add a missed gma_power_end in error path
 2019-12-09 20:35 UTC  (2+ messages)

[PATCH v2 5/8] drm/msm: Attach the IOMMU device during initialization
 2019-12-09 20:17 UTC  (3+ messages)
  ` [PATCH v2 6/8] drm/msm: Refactor address space initialization
  ` [PATCH v2 7/8] drm/msm/a6xx: Support split pagetables

Patch "drm: damage_helper: Fix race checking plane->state->fb" has been added to the 5.4-stable tree
 2019-12-09 20:03 UTC 

Patch "drm: damage_helper: Fix race checking plane->state->fb" has been added to the 5.3-stable tree
 2019-12-09 20:02 UTC 

[PATCH V4] drm: Add support for DP 1.4 Compliance edid corruption test
 2019-12-09 20:04 UTC 

[PATCH] dt-bindings: display: Convert a bunch of panels to DT schema
 2019-12-09 18:00 UTC  (6+ messages)

[PATCH 0/4] drm+dt: multi panel selection and yoga c630 display
 2019-12-09 15:57 UTC  (8+ messages)
` [PATCH 1/4] dt-bindings: display: panel: document panel-id

[PATCH v2 0/2] drm/panel: simple: Rocktech RK101II01D-CT + binding
 2019-12-09 15:45 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: display: DT schema for rocktech, rk101ii01d-ct panel
` [PATCH v2 2/2] drm/panel: simple: Add Rocktech RK101II01D-CT panel

[Bug 205815] New: When playing a wine game, got black screen then screen flickers, game crashes and back to normal
 2019-12-09 15:21 UTC  (3+ messages)
` [Bug 205815] "
` [Bug 205815] amdgpu: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox