dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-19 16:54:50 to 2019-03-20 14:52:06 UTC [more...]

[PATCH v13 01/20] uaccess: add untagged_addr definition for other arches
 2019-03-20 14:51 UTC  (7+ messages)
` [PATCH v13 02/20] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v13 03/20] lib, arm64: untag user pointers in strn*_user
` [PATCH v13 04/20] mm, arm64: untag user pointers passed to memory syscalls
` [PATCH v13 05/20] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v13 06/20] mm, arm64: untag user pointers in get_vaddr_frames
` [PATCH v13 07/20] fs, arm64: untag user pointers in copy_mount_options

[PATCH v13 00/20] arm64: untag user pointers passed to the kernel
 2019-03-20 14:51 UTC 

[RFC][PATCH 0/5 v2] DMA-BUF Heaps (destaging ION)
 2019-03-20 14:44 UTC  (9+ messages)

linux-next: Tree for Mar 20 (drivers/gpu/drm/i915/)
 2019-03-20 14:39 UTC 

[PATCH] driver : staging : ion: optimization for decreasing memory fragmentaion
 2019-03-20 14:28 UTC  (2+ messages)

[RFC PATCH 00/20] drm: Split out the formats API and move it to a common place
 2019-03-20 14:27 UTC  (29+ messages)
` [RFC PATCH 01/20] drm: Remove users of drm_format_num_planes
` [RFC PATCH 02/20] drm: Remove users of drm_format_(horz|vert)_chroma_subsampling
` [RFC PATCH 03/20] drm/fourcc: Pass the format_info pointer to drm_format_plane_cpp
` [RFC PATCH 04/20] drm/fourcc: Pass the format_info pointer to drm_format_plane_width/height
` [RFC PATCH 05/20] drm: Replace instances of drm_format_info by drm_get_format_info
` [RFC PATCH 06/20] lib: Add video format information library
` [RFC PATCH 07/20] drm/fb: Move from drm_format_info to image_format_info
` [RFC PATCH 08/20] drm/malidp: Convert to generic image format library
` [RFC PATCH 09/20] drm/client: "
` [RFC PATCH 10/20] drm/exynos: "
` [RFC PATCH 11/20] drm/i915: "
` [RFC PATCH 12/20] drm/ipuv3: "
` [RFC PATCH 13/20] drm/msm: "
` [RFC PATCH 14/20] drm/omap: "
` [RFC PATCH 15/20] drm/rockchip: "
` [RFC PATCH 16/20] drm/tegra: "
` [RFC PATCH 17/20] drm/fourcc: Remove old DRM format API
` [RFC PATCH 18/20] lib: image-formats: Add v4l2 formats support
` [RFC PATCH 19/20] lib: image-formats: Add more functions
` [RFC PATCH 20/20] media: sun6i: Convert to the image format API

[PATCH 0/5] TV norms limit and TVP5150 implementation
 2019-03-20 14:18 UTC  (3+ messages)
` [PATCH 5/5] media: tvp5150: add support to limit tv norms on connector

[PATCH] ARM: dts: exynos: Increase minimal value of the Exynos4 mem buses to 160MHz
 2019-03-20 13:50 UTC 

[PATCH 1/9] dma-buf: add new dma_fence_chain container v5
 2019-03-20 13:23 UTC  (6+ messages)
` [PATCH 8/9] drm/syncobj: add timeline signal ioctl for syncobj v3

[PATCH 1/4] drm/amd/display: Prevent vblank irq disable while VRR is active. (v2)
 2019-03-20 13:11 UTC  (2+ messages)

[PATCH v2 RESEND 00/24] drm/exynos: add support for GSCALER planes on Exynos5433
 2019-03-20 13:07 UTC  (25+ messages)
    ` [PATCH v2 RESEND 01/24] drm/exynos: remove exynos_drm_plane.h header
    ` [PATCH v2 RESEND 02/24] drm/exynos: remove spare macro
    ` [PATCH v2 RESEND 03/24] drm/exynos: drop exynos_drm_plane_config structure
    ` [PATCH v2 RESEND 04/24] drm/exynos: add exynos_drm_crtc_init function
    ` [PATCH v2 RESEND 05/24] drm/exynos/decon5433: embed exynos_drm_crtc directly into context
    ` [PATCH v2 RESEND 06/24] drm/exynos/decon7: "
    ` [PATCH v2 RESEND 07/24] drm/exynos/fimd: "
    ` [PATCH v2 RESEND 08/24] drm/exynos/mixer: "
    ` [PATCH v2 RESEND 09/24] drm/exynos/vidi: "
    ` [PATCH v2 RESEND 10/24] drm/exynos: remove standalone exynos_drm_crtc leftovers
    ` [PATCH v2 RESEND 11/24] drm/exynos/vidi: remove encoder_to_vidi helper
    ` [PATCH v2 RESEND 12/24] drm/exynos: unify plane type assignment
    ` [PATCH v2 RESEND 13/24] drm/exynos: set primary plane in exynos_drm_crtc_init
    ` [PATCH v2 RESEND 14/24] drm/exynos: set cursor "
    ` [PATCH v2 RESEND 15/24] drm/exynos: add plane update/disable callbacks for planes
    ` [PATCH v2 RESEND 16/24] drm/exynos: add GSCALER plane capability
    ` [PATCH v2 RESEND 17/24] drm/exynos/gscaler: fix id assignement
    ` [PATCH v2 RESEND 18/24] arm64: dts: exynos: configure GSCALER related clocks
    ` [PATCH v2 RESEND 19/24] arm64: dts: exynos: add DSD/GSD clocks to DECONs and GSCALERs
    ` [PATCH v2 RESEND 20/24] drm/exynos/gscaler: add local path support
    ` [PATCH v2 RESEND 21/24] drm/exynos/decon5433: "
    ` [PATCH v2 RESEND 22/24] drm/exynos/decon5433: wait for finish previous update
    ` [PATCH v2 RESEND 23/24] drm/exynos/gscaler: change supported color format BGRX8888 to XBGR8888
    ` [PATCH v2 RESEND 24/24] drm/exynos/gscaler: fix handling YVU420 pixel format

[PATCH 21/21] drm/bridge: tc358767: implement naive HPD handling
 2019-03-20 13:03 UTC  (6+ messages)
` [21/21] "

[PATCH] ARM: imx_v6_v7_defconfig: Enable CONFIG_PWM_IMX27
 2019-03-20 13:01 UTC 

[PATCH -next] drm/ttm: remove set but not used variable 'rdev'
 2019-03-20 12:59 UTC 

AMD Freesync patches for proper vblank and pageflip timestamping in VRR mode
 2019-03-20 12:53 UTC  (9+ messages)
` [PATCH 1/4] drm/amd/display: Prevent vblank irq disable while VRR is active
` [PATCH 3/4] drm/amd/display: In VRR mode, do DRM core vblank handling at end of vblank

[RFC] drm/i915: adding state checker for gamma lut values
 2019-03-20 12:41 UTC  (4+ messages)

[Bug 110208] New GPU sysfs Power State Interface for custom pp_od_clk_voltage
 2019-03-20 11:50 UTC  (2+ messages)

[Bug 101473] (SI) latest stable & cant boot - Invalid PCI ROM header structure: expecting 0xaa55, got 0x0000
 2019-03-20 11:24 UTC  (2+ messages)
` [Bug 101473] (SI) latest stable & cant boot

[v6 00/13] Add HDR Metadata Parsing and handling in DRM layer
 2019-03-20 10:48 UTC  (14+ messages)
` [v6 01/13] drm: Add HDR source metadata property
` [v6 02/13] drm: Parse HDR metadata info from EDID
` [v6 03/13] drm: Parse Colorimetry data block "
` [v6 04/13] drm/i915: Attach HDR metadata property to connector
` [v6 05/13] drm: Implement HDR output metadata set and get property handling
` [v6 06/13] drm: Enable HDR infoframe support
` [v6 07/13] drm/i915: Write HDR infoframe and send to panel
` [v6 08/13] drm/i915: [DO NOT MERGE] hack for glk board outputs
` [v6 09/13] drm/i915: Add HLG EOTF
` [v6 10/13] drm/i915: Enable infoframes on GLK+ for HDR
` [v6 11/13] drm/i915:Enabled Modeset when HDR Infoframe changes
` [v6 12/13] drm/i915: Set Infoframe for non modeset case for HDR
` [v6 13/13] video/hdmi: Add const variants for drm infoframe

`From c152138a8ec2bcd8faaac8db01dbb9be547fd021 Mon Sep 17 00:00:00 2001
 2019-03-20 10:46 UTC  (3+ messages)
` [PATCH v1 4/6] reset: hi6220: Add support for AO reset controller

[PATCH] drm/fourcc: Fix conflicting Y41x definitions
 2019-03-20 10:28 UTC  (5+ messages)

[PATCH v2 1/2] video: lcd: Remove useless BACKLIGHT_LCD_SUPPORT kernel symbol
 2019-03-20 10:07 UTC  (8+ messages)

[RFC v2 00/11] DVFS in the OPP core
 2019-03-20  9:49 UTC  (12+ messages)
` [RFC v2 01/11] OPP: Don't overwrite rounded clk rate
` [RFC v2 02/11] OPP: Make dev_pm_opp_set_rate() with freq=0 as valid
` [RFC v2 03/11] tty: serial: qcom_geni_serial: Use OPP API to set clk/perf state
` [RFC v2 04/11] spi: spi-geni-qcom: "
` [RFC v2 05/11] arm64: dts: sdm845: Add OPP table for all qup devices
` [RFC v2 06/11] scsi: ufs: Add support to manage multiple power domains in ufshcd-pltfrm
` [RFC v2 07/11] scsi: ufs: Add support for specifying OPP tables in DT
` [RFC v2 08/11] arm64: dts: sdm845: Add ufs opps and power-domains
` [RFC v2 09/11] drm/msm/dpu: Use OPP API to set clk/perf state
` [RFC v2 10/11] drm/msm: dsi: "
` [RFC v2 11/11] arm64: dts: sdm845: Add DSI and MDP OPP tables and power-domains

[Bug 110142] "Oops: Kernel access of bad area sig 7" on Kernel 5.0.0 PPC64LE when loading amdgpu, xorg hangs after being unable to load after OS boots
 2019-03-20  9:47 UTC  (4+ messages)

[v5 00/13] Add HDR Metadata Parsing and handling in DRM layer
 2019-03-20  9:46 UTC  (21+ messages)
` [v5 01/13] drm: Add HDR source metadata property
` [v5 02/13] drm: Parse HDR metadata info from EDID
` [v5 03/13] drm: Parse Colorimetry data block "
` [v5 04/13] drm/i915: Attach HDR metadata property to connector
` [v5 06/13] drm: Enable HDR infoframe support
` [v5 07/13] drm/i915: Write HDR infoframe and send to panel

Clang warning in drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
 2019-03-20  9:37 UTC  (4+ messages)

[PATCH v7 0/4] drm: add support for Cadence MHDP DPI/DP bridge
 2019-03-20  9:33 UTC  (3+ messages)

[PATCH] video: amba-clcd: Decomission Versatile and Nomadik
 2019-03-20  9:33 UTC 

[PATCH 1/2] dt-bindings: drm/panel: simple: add lg,acx467akm-7 panel
 2019-03-20  9:17 UTC  (3+ messages)

[PATCH -next] drm/vboxvideo: Remove unused including <linux/version.h>
 2019-03-20  9:13 UTC  (2+ messages)

[PATCH] drm/meson: fix TMDS clock filtering for DMT monitors
 2019-03-20  9:04 UTC  (2+ messages)

[PATCH] drm/virtio: make resource id workaround runtime switchable
 2019-03-20  8:51 UTC 

[PATCH 0/2] drm/meson: only allow using meson-canvas
 2019-03-20  8:42 UTC  (3+ messages)

[PATCH] drm/virtio: add virtio-gpu-features debugfs file
 2019-03-20  8:36 UTC 

Indirect call in vesafb driver
 2019-03-20  8:26 UTC  (3+ messages)

[PATCH v3 0/5] dt-bindings: improve the Armada DRM bindings
 2019-03-20  8:20 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: reserved-memory: Add binding for Armada framebuffer
` [PATCH v3 2/5] dt-bindings: display: armada: Rename the binding doc file
` [PATCH v3 3/5] dt-bindings: display: armada: Improve the LCDC documentation
` [PATCH v3 4/5] dt-bindings: display: armada: Add more compatible strings
` [PATCH v3 5/5] dt-bindings: display: armada: Document bus-width property

[Bug 110202] 33
 2019-03-20  8:14 UTC 

[Bug 110205] 5
 2019-03-20  8:13 UTC 

[Bug 110201] mesa 19.0.0 breaks rendering in kitty
 2019-03-20  8:04 UTC  (3+ messages)
` [Bug 110201] [ivb] "

[Bug 202043] New: amdgpu: Vega 56 SCLK drops to 700 Mhz when undervolting
 2019-03-20  7:45 UTC  (3+ messages)
` [Bug 202043] "

[PATCH v2] gpu/drm: mediatek: call mtk_dsi_stop() after mtk_drm_crtc_atomic_disable()
 2019-03-20  7:18 UTC 

[PATCH -fixes 1/2] drm/vmwgfx: Return 0 when gmrid::get_node runs out of ID's
 2019-03-20  6:59 UTC  (2+ messages)
` [PATCH -fixes 2/2] drm/vmwgfx: Don't double-free the mode stored in par->set_mode

[PATCH] gpu/drm: mediatek: call mtk_dsi_stop() after mtk_drm_crtc_atomic_disable()
 2019-03-20  6:47 UTC  (4+ messages)

[PATCH v2] driver : staging : ion: optimization for decreasing memory fragmentaion
 2019-03-20  6:38 UTC 

[PATCH 1/9] dma-buf: add new dma_fence_chain container v6
 2019-03-20  5:47 UTC  (9+ messages)
` [PATCH 5/9] drm/syncobj: use the timeline point in drm_syncobj_find_fence v4
  ` [PATCH 2/9] drm/syncobj: add new drm_syncobj_add_point interface v4
  ` [PATCH 3/9] drm/syncobj: add support for timeline point wait v8
  ` [PATCH 4/9] drm/syncobj: add timeline payload query ioctl v6
  ` [PATCH 6/9] drm/amdgpu: add timeline support in amdgpu CS v3
  ` [PATCH 7/9] drm/syncobj: add transition iotcls between binary and timeline v2
  ` [PATCH 8/9] drm/syncobj: add timeline signal ioctl for syncobj v4
  ` [PATCH 9/9] drm/amdgpu: update version for timeline syncobj support in amdgpu

[PATCH libdrm] tests/amdgpu: minor fix for dispatch/draw test
 2019-03-20  2:46 UTC 

[PATCH -next] drm/ttm: remove set but not used variable 'vgdev'
 2019-03-20  2:03 UTC 

[PATCH] drm/amd/powerplay: Zero initialize num_of_levels in vega20_set_single_dpm_table
 2019-03-20  0:58 UTC 

[RFC PATCH Xilinx Alveo 0/6] Xilinx PCIe accelerator driver
 2019-03-19 21:54 UTC  (7+ messages)
` [RFC PATCH Xilinx Alveo 1/6] Add skeleton code: ioctl definitions and build hooks
` [RFC PATCH Xilinx Alveo 2/6] Global data structures shared between xocl and xmgmt drivers
` [RFC PATCH Xilinx Alveo 3/6] Add platform drivers for various IPs and frameworks
` [RFC PATCH Xilinx Alveo 4/6] Add core of XDMA driver
` [RFC PATCH Xilinx Alveo 5/6] Add management driver
` [RFC PATCH Xilinx Alveo 6/6] Add user physical function driver

[PATCH] pci/quirks: Add quirk to reset nvgpu at boot for the Lenovo ThinkPad P50
 2019-03-19 20:56 UTC  (5+ messages)

randr: Virtual monitor not present with MST display
 2019-03-19 20:23 UTC  (8+ messages)

[Bug 102646] Screen flickering under amdgpu-experimental (buffer corruptions?)
 2019-03-19 20:12 UTC  (2+ messages)
` [Bug 102646] Screen flickering under amdgpu-experimental [buggy auto power profile]

[Bug 107731] radeon (amdgpu) DisplayPort loss of max-resolution on DP monitor (after monitor power saving / idle)
 2019-03-19 19:18 UTC  (3+ messages)

[Bug 110199] [amdgpu] Screen flickering when using a 75Hz monitor paired with an RX 480 GPU
 2019-03-19 19:13 UTC  (2+ messages)

[PATCH, RESEND] drm/vmwgfx: Don't double-free the mode stored in par->set_mode
 2019-03-19 18:18 UTC  (4+ messages)

[Bug 108917] gamma adjustments cause stuttering with amdgpu.dc=1, especially problematic with RedShift etc
 2019-03-19 18:16 UTC  (2+ messages)

[Bug 109338] hdmi/displayport audio is a semitone lower when amdgpu driver is used
 2019-03-19 17:50 UTC  (2+ messages)

[PATCH 1/2] drm/doc: fix kerneldoc syntax
 2019-03-19 17:24 UTC  (3+ messages)

[Bug 108323] RX580 starts doing a constant noise after setting fans to a fixed value, then back to auto
 2019-03-19 17:08 UTC  (2+ 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).