dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-22 13:29:29 to 2020-01-23 15:46:48 UTC [more...]

[PATCH v3 2/7] uaccess: Tell user_access_begin() if it's for a write or not
 2020-01-23 13:11 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 003/205] drm/v3d: don't leak bin job if v3d_job_init fails
 2020-01-23 15:46 UTC  (4+ messages)

[PATCH 1/3] drm/dp: Include the AUX CH name in the debug messages
 2020-01-23 15:45 UTC  (3+ messages)
` [PATCH 2/3] drm/i915: "
` [PATCH 3/3] drm/i915: Give aux channels a better name

[PATCH][next] drm/i915/gem: fix null pointer dereference on vm
 2020-01-23 15:24 UTC  (2+ messages)

[Bug 206231] New: R9 280X low performance with all games
 2020-01-23 15:22 UTC  (13+ messages)
` [Bug 206231] "

[PATCH v2 0/5] drm: Add support for Okaya RH128128T
 2020-01-23 14:41 UTC  (7+ messages)
` [PATCH v2 1/5] dt-bindings: display: sitronix, st7735r: Convert to DT schema
    ` [PATCH] dt-bindings: restrict properties for sitronix,st7735r

[PATCH v4 1/2] drm: add drm_core_check_all_features() to check for a mask of features
 2020-01-23 14:06 UTC  (3+ messages)
` [PATCH v4 2/2] drm/debugfs: also take per device driver features into account

[PATCH v4 00/22] drm: Clean up VBLANK callbacks in struct drm_driver
 2020-01-23 13:59 UTC  (23+ messages)
` [PATCH v4 01/22] drm: Remove internal setup of struct drm_device.vblank_disable_immediate
` [PATCH v4 02/22] drm: Add get_scanout_position() to struct drm_crtc_helper_funcs
` [PATCH v4 03/22] drm: Add get_vblank_timestamp() to struct drm_crtc_funcs
` [PATCH v4 04/22] drm/amdgpu: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v4 05/22] drm/amdgpu: Convert to CRTC VBLANK callbacks
` [PATCH v4 06/22] drm/gma500: "
` [PATCH v4 07/22] drm/i915: "
` [PATCH v4 08/22] drm/nouveau: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v4 09/22] drm/nouveau: Convert to CRTC VBLANK callbacks
` [PATCH v4 10/22] drm/radeon: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v4 11/22] drm/radeon: Convert to CRTC VBLANK callbacks
` [PATCH v4 12/22] drm/msm: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v4 13/22] drm/msm: Convert to CRTC VBLANK callbacks
` [PATCH v4 14/22] drm/stm: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v4 15/22] drm/stm: Convert to CRTC VBLANK callbacks
` [PATCH v4 16/22] drm/sti: "
` [PATCH v4 17/22] drm/vc4: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v4 18/22] drm/vc4: Convert to CRTC VBLANK callbacks
` [PATCH v4 19/22] drm/vkms: "
` [PATCH v4 20/22] drm/vmwgfx: "
` [PATCH v4 21/22] drm: Clean-up VBLANK-related callbacks in struct drm_driver
` [PATCH v4 22/22] drm: Remove legacy version of get_scanout_position()

[PULL] drm-intel-fixes
 2020-01-23 13:50 UTC 

[PATCH v2 0/5] drm/i915: conversion to new drm logging macros
 2020-01-23 13:28 UTC  (2+ messages)

[PATCH v3 1/2] drm: add drm_core_check_all_features() to check for a mask of features
 2020-01-23 13:01 UTC  (5+ messages)
` [PATCH v3 2/2] drm/debugfs: also take per device driver features into account
    ` [Intel-gfx] "

[Intel-gfx] [PATCH v3 0/4] drm: Introduce struct drm_device based WARN* and use them in i915
 2020-01-23 11:28 UTC  (5+ messages)
` [Intel-gfx] [PATCH v3 1/4] drm/i915/display: Make WARN* drm specific where drm_device ptr is available
` [Intel-gfx] [PATCH v3 2/4] drm/i915/display: Make WARN* drm specific where drm_priv "
` [Intel-gfx] [PATCH v3 3/4] drm/i915/gvt: "
` [Intel-gfx] [PATCH v3 4/4] drm/i915/gvt: Make WARN* drm specific where vgpu "

[PULL] topic/drm-warn for drm-misc-next
 2020-01-23 10:35 UTC  (2+ messages)

[PATCH] drm/stm: ltdc: add number of interrupts
 2020-01-23  9:48 UTC  (2+ messages)

[PATCH] drm/stm: ltdc: enable/disable depends on encoder
 2020-01-23  9:47 UTC  (2+ messages)

[PATCH] drm/stm: ltdc: check number of endpoints
 2020-01-23  9:51 UTC  (2+ messages)

[PATCH] drm/stm: ltdc: check crtc state before enabling LIE
 2020-01-23  9:50 UTC  (2+ messages)

[PATCH] drm/bridge/synopsys: dsi: missing post disable
 2020-01-23  9:55 UTC  (2+ messages)

[PATCH] drm/stm: dsi: stm mipi dsi doesn't print error on probe deferral
 2020-01-23  9:54 UTC  (2+ messages)

[PATCH v8 00/12] drm: Add support for bus-format negotiation
 2020-01-23  9:53 UTC  (13+ messages)
` [PATCH v8 01/12] drm/bridge: Add a drm_bridge_state object
` [PATCH v8 02/12] drm/bridge: Patch atomic hooks to take a drm_bridge_state
` [PATCH v8 03/12] drm/rcar-du: Plug atomic state hooks to the default implementation
` [PATCH v8 04/12] drm/bridge: analogix: "
` [PATCH v8 05/12] drm/bridge: Add an ->atomic_check() hook
` [PATCH v8 06/12] drm/bridge: Add the necessary bits to support bus format negotiation
` [PATCH v8 07/12] drm/imx: pd: Use bus format/flags provided by the bridge when available
` [PATCH v8 08/12] drm/bridge: lvds-codec: Implement basic bus format negotiation
` [PATCH v8 09/12] dt-bindings: display: bridge: lvds-codec: Add new bus-width prop
` [PATCH v8 10/12] drm/bridge: panel: Propage bus format/flags
` [PATCH v8 11/12] drm/panel: simple: Fix the lt089ac29000 bus_format
` [PATCH v8 12/12] ARM: dts: imx: imx51-zii-rdu1: Fix the display pipeline definition

[[Intel-gfx] [PATCH v2 00/10] drm: Introduce struct drm_device based WARN* and use them in i915
 2020-01-23  9:39 UTC  (7+ messages)
` [[Intel-gfx] [PATCH v2 01/10] drm/print: introduce new struct drm_device based WARN* macros
  ` [Intel-gfx] [ "

[PATCH v4 00/15] Use no_vblank property for drivers without VBLANK
 2020-01-23  9:21 UTC  (16+ messages)
` [PATCH v4 01/15] drm: Initialize struct drm_crtc_state.no_vblank from device settings
` [PATCH v4 02/15] drm/arc: Remove sending of vblank event
` [PATCH v4 03/15] drm/ast: Don't set struct drm_crtc_state.no_vblank explictly
` [PATCH v4 04/15] drm/bochs: Remove sending of vblank event
` [PATCH v4 05/15] drm/cirrus: "
` [PATCH v4 06/15] drm/gm12u320: "
` [PATCH v4 07/15] drm/ili9225: "
` [PATCH v4 08/15] drm/mipi-dbi: "
` [PATCH v4 09/15] drm/qxl: "
` [PATCH v4 10/15] drm/repaper: "
` [PATCH v4 11/15] drm/st7586: "
` [PATCH v4 12/15] drm/udl: Don't set struct drm_crtc_state.no_vblank explictly
` [PATCH v4 13/15] drm/vboxvideo: Remove sending of vblank event
` [PATCH v4 14/15] drm/virtio: "
` [PATCH v4 15/15] drm/xen: Explicitly disable automatic "

[PATCH RFC v2 0/6] Add Unisoc's drm kms module
 2020-01-23  9:13 UTC  (3+ messages)
` [PATCH RFC v2 2/6] drm/sprd: add Unisoc's drm kms master

[PATCH v7 00/12] drm: Add support for bus-format negotiation
 2020-01-23  8:50 UTC  (9+ messages)
` [PATCH v7 01/12] drm/bridge: Add a drm_bridge_state object
` [PATCH v7 06/12] drm/bridge: Add the necessary bits to support bus format negotiation

[PATCH v3 0/4] Use no_vblank property for drivers without VBLANK
 2020-01-23  8:40 UTC  (3+ messages)

[PATCH] drm/omap: use true,false for bool variable
 2020-01-23  7:05 UTC 

[PATCH 0/4] drm/msm/dpu: fix comparing pointer to 0
 2020-01-23  3:40 UTC  (5+ messages)
` [PATCH 1/4] drm/msm/dpu: fix comparing pointer to 0 in dpu_encoder_phys_cmd.c
` [PATCH 2/4] drm/msm/dpu: fix comparing pointer to 0 in dpu_encoder_phys_vid.c
` [PATCH 3/4] drm/msm/dpu: fix comparing pointer to 0 in dpu_vbif.c
` [PATCH 4/4] drm/msm/dpu: fix comparing pointer to 0 in dpu_encoder.c

[PATCH V4 0/3] mtd: rawnand: brcmnand: Add support for flash-edu for dma transfers
 2020-01-22 21:33 UTC  (4+ messages)
` [PATCH V4 1/3] dt: bindings: brcmnand: Add support for flash-edu
` [PATCH V4 2/3] arch: mips: brcm: Add 7425 flash-edu support
` [PATCH V4 3/3] mtd: rawnand: brcmnand: Add support for flash-edu for dma transfers

[PATCH V3 3/3] mtd: rawnand: brcmnand: Add support for flash-edu for dma transfers
 2020-01-22 20:41 UTC 

[PATCH -next v2] backlight: qcom-wled: fix unsigned comparison to zero
 2020-01-23  7:53 UTC  (4+ messages)

[PATCH] drm/rockchip: Add GEM create ioctl support
 2020-01-23  8:06 UTC  (2+ messages)

[REPOST PATCH] drm/msm: Set dma maximum segment size for mdss
 2020-01-22 15:43 UTC  (5+ messages)

[PATCH V2 3/3] mtd: rawnand: brcmnand: Add support for flash-edu for dma transfers
 2020-01-22 16:37 UTC  (2+ messages)

[PATCH] drm/i915/gvt: fix high-order allocation failure on late load
 2020-01-23  5:07 UTC  (2+ messages)

[RFC PATCH v3 0/7] PM / devfreq: Simple QoS for exynos-bus using interconnect
 2020-01-22 17:02 UTC  (5+ messages)
  ` [RFC PATCH v3 4/7] arm: dts: exynos: Add interconnect bindings for Exynos4412
  ` [RFC PATCH v3 5/7] devfreq: exynos-bus: Add interconnect functionality to exynos-bus

[PATCH v2 1/3] drm: msm: Add 618 gpu to the adreno gpu list
 2020-01-23  7:19 UTC  (3+ messages)
` [PATCH v2 2/3] drm: msm: a6xx: Add support for A618
` [PATCH v2 3/3] drm: msm: a6xx: Dump GBIF registers, debugbus in gpu state

[PATCH v2 1/2] drm/dp_mst: Fix clearing payload state on topology disable
 2020-01-23  0:34 UTC  (6+ messages)
` [PATCH v2 2/2] drm/dp_mst: Mention max_payloads in proposed_vcpis/payloads docs

[PATCH] drm/amd/amdgpu: fix spelling mistake "to" -> "too"
 2020-01-23  0:22 UTC 

[PATCH v3 libdrm 1/2] include/drm: sync up drm.h
 2020-01-22 23:36 UTC  (2+ messages)
` [PATCH v3 libdrm 2/2] Add drmModeGetFB2

[PULL] nouveau-next 5.6 fixes
 2020-01-22 23:00 UTC 

[PATCH] drm: Release filp before global lock
 2020-01-22 22:23 UTC  (4+ messages)

[PULL] drm-misc-fixes
 2020-01-22 21:37 UTC 

[PATCH 0/6] HDCP SRM interface v2
 2020-01-22 21:05 UTC  (7+ messages)
` [PATCH 1/6] drm/amd/display: Pass amdgpu_device instead of psp_context
` [PATCH 2/6] drm/amd/display: update psp interface header
` [PATCH 3/6] drm/amd/display: Add sysfs interface for set/get srm
` [PATCH 4/6] drm/amd/display: Load srm before enabling HDCP
` [PATCH 5/6] drm/amd/display: call psp set/get interfaces
` [PATCH 6/6] drm/amd/display: REFERENCE for srm interface patches

[PATCH] drm/amd/powerplay: use true, false for bool variable in smu7_hwmgr.c
 2020-01-22 20:41 UTC  (2+ messages)

[radeon-alex:amd-19.50 2094/2713] include/kcl/kcl_mm.h:124:20: error: redefinition of 'mmgrab'
 2020-01-22 20:34 UTC 

[PATCH -next 00/14] drm/amdgpu: remove unnecessary conversion to bool
 2020-01-22 20:21 UTC  (2+ messages)

[PATCH v2] drm/dp_mst: Remove VCPI while disabling topology mgr
 2020-01-22 20:18 UTC  (10+ messages)

[PATCH] drm/dp_mst: Convert drm_dp_mst_topology_mgr.is_waiting_for_dwn_reply to bitfield
 2020-01-22 19:48 UTC 

[PATCH 1/2] drm/dp_mst: Fix indenting in drm_dp_mst_topology_mgr_set_mst()
 2020-01-22 18:45 UTC  (4+ messages)
` [PATCH 2/2] drm/dp_mst: Fix clearing payload state on topology disable

[PATCH v2 1/2] drm/i915/dc3co: Do the full calculation of DC3CO exit only once
 2020-01-22 18:20 UTC  (4+ messages)
` [PATCH v2 2/2] drm/i915/dc3co: Avoid full modeset when EXITLINE needs to be changed

[PATCH v24 0/2] drm/bridge: PS8640 MIPI-to-eDP bridge
 2020-01-22 16:17 UTC  (2+ messages)

[radeon-alex:amd-19.50 2082/2713] include/kcl/kcl_mm_types.h:10:3: error: conflicting types for 'pfn_t'
 2020-01-22 16:06 UTC 

[PATCH v1 1/4] drm/tiny/repaper: Make driver OF-independent
 2020-01-22 16:02 UTC  (7+ messages)
` [PATCH v1 2/4] drm/tiny/repaper: No need to set ->owner for spi_register_driver()
` [PATCH v1 3/4] drm/tiny/st7735r: Make driver OF-independent
` [PATCH v1 4/4] drm/tiny/st7735r: No need to set ->owner for spi_register_driver()

[PATCH v4] drm/trace: Buffer DRM logs in a ringbuffer accessible via debugfs
 2020-01-22 15:39 UTC  (5+ messages)

[PATCH v2 1/2] drm: support feature masks in drm_core_check_feature()
 2020-01-22 15:31 UTC  (5+ messages)
` [PATCH v2 2/2] drm/debugfs: also take per device driver features into account

[RFC] drm/hdcp: optimizing the srm handling
 2020-01-22 14:21 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH v2 0/6] conversion to struct drm_device logging macros
 2020-01-22 11:08 UTC  (7+ messages)
` [PATCH v2 1/6] drm/i915/dsi: conversion to struct drm_device log macros
` [PATCH v2 2/6] drm/i915/ddi: convert "
` [PATCH v2 3/6] drm/i915/power: convert to struct drm_device macros in display/intel_display_power.c
` [PATCH v2 4/6] drm/i915/dp: conversion to struct drm_device logging macros
` [PATCH v2 5/6] drm/i915/opregion: "
` [PATCH v2 6/6] drm/i915/hdcp: conversion to struct drm_device based "

[PATCH 0/2] drm/i915/gem: conversion to new drm logging macros
 2020-01-22 12:57 UTC  (3+ messages)
` [PATCH 1/2] drm/i915/gem: initial conversion to new logging macros using coccinelle
` [PATCH 2/2] drm/i915/gem: manual conversion to struct drm_device logging macros

[PATCH] drm: tegra: Fix warning in PM ops
 2020-01-22 12:19 UTC 

[PATCH 0/7] drm/dsc: fixes and cleanups around rc_model_size
 2020-01-22 13:45 UTC  (8+ messages)
` [PATCH 1/7] drm/dsc: use rc_model_size from DSC config for PPS
` [PATCH 2/7] drm/dsc: add helper for calculating rc buffer size from DPCD
` [PATCH 3/7] drm/amd/display: use drm_dsc_dp_rc_buffer_size() to get rc buffer size
` [PATCH 4/7] drm/i915/dsc: configure hardware using specified rc_model_size
` [PATCH 5/7] drm/i915/dsc: make rc_model_size an encoder defined value
` [PATCH 6/7] drm/i915/bios: fill in DSC rc_model_size from VBT
` [PATCH 7/7] drm/i915/dsi: use VBT data for rc_model_size

[PATCH v3 0/7] Add dts for mt8183 GPU (and misc panfrost patches)
 2020-01-22 13:40 UTC  (5+ messages)
` [PATCH v3 4/7] drm/panfrost: Add support for multiple regulators


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