dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-24 15:18:44 to 2017-07-26 06:19:45 UTC [more...]

[PATCH v6 0/7] drm/rockchip: add all full framework vop support
 2017-07-26  6:19 UTC  (8+ messages)
` [PATCH v6 1/7] drm/rockchip: vop: initialize registers directly
` [PATCH v6 2/7] drm/rockchip: vop: move write_relaxed flags to vop register
` [PATCH v6 3/7] drm/rockchip: vop: move line_flag_num to interrupt registers
` [PATCH v6 4/7] drm/rockchip: vop: group vop registers
` [PATCH v6 5/7] drm/rockchip: vop: add a series of vop support
` [PATCH v6 6/7] dt-bindings: display: rockchip: fill Documents for vop series
` [PATCH v6 7/7] drm/rockchip: vop: rk3328: fix overlay abnormal

[PATCH v5 0/7] drm/rockchip: add all full framework vop support
 2017-07-26  6:17 UTC  (13+ messages)
` [PATCH v5 1/7] drm/rockchip: vop: initialize registers directly
` [PATCH v5 2/7] drm/rockchip: vop: move write_relaxed flags to vop register
` [PATCH v5 3/7] drm/rockchip: vop: move line_flag_num to interrupt registers
` [PATCH v5 6/7] dt-bindings: display: rockchip: fill Documents for vop series

linux-next: unsigned commits in the drm-misc tree
 2017-07-26  6:11 UTC 

[PATCH v2] drm/hisilicon: fix build error without fbdev emulation
 2017-07-26  5:55 UTC  (2+ messages)

[PATCH] drm: adding SDI to drm_connector_enum_list
 2017-07-26  4:52 UTC 

[PATCH] drm/amd/powerplay: rv: Use designated initializers
 2017-07-25 21:47 UTC 

[PATCH 0/3] drm: Add CRTC-id based ioctls for vblank query/event
 2017-07-25 20:54 UTC  (6+ messages)
` [PATCH 1/3] drm: Widen vblank count to 64 bits. Change vblank time precision to ns

[Bug 99136] Blood Effects Total War: Warhammer
 2017-07-25 19:18 UTC  (2+ messages)
` [Bug 99136] Blood Effects corrupt graphics in "

[Bug 101900] No HDMI audio on Polaris
 2017-07-25 18:56 UTC  (4+ messages)
` [Bug 101900] No HDMI HBR audio on Polaris (no TrueHD, no Atmos, no Neo:X, no HD Master audio)

[PATCH] vc4: Add an ioctl for labeling GEM BOs for summary stats
 2017-07-25 18:27 UTC  (4+ messages)

[PATCH v2 1/3] drm/vc4: Start using u64_to_user_ptr
 2017-07-25 18:27 UTC  (3+ messages)
` [PATCH v2 2/3] drm/vc4: Add an ioctl for labeling GEM BOs for summary stats
` [PATCH v2 3/3] drm/vc4: Convert more lock requirement comments to lockdep assertions

[PATCH] drm/hisilicon: fix build error without fbdev emulation
 2017-07-25 18:04 UTC  (3+ messages)

[RESEND PATCH v2 1/2] drm/exynos/decon: Move headers from global to local place
 2017-07-25 17:38 UTC  (2+ messages)
` [RESEND PATCH v2 2/2] drm/exynos/decon: Add include guard to the Exynos7 header

[PATCH] drm/stm: fix warning about multiplication in condition
 2017-07-25 16:29 UTC  (3+ messages)

[PATCH 1/2] drm/vc4: Demote user-accessible DRM_ERROR paths to DRM_DEBUG
 2017-07-25 16:27 UTC  (2+ messages)
` [PATCH 2/2] drm/vc4: Add exec flags to allow forcing a specific X/Y tile walk order

[PATCH 1/2] drm/edid: Add helper to detect whether EDID changed
 2017-07-25 15:50 UTC  (9+ messages)

[PATCH] drm/etnaviv: Fix off-by-one error in reloc checking
 2017-07-25 15:49 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix spelling mistake: "suuport"-> "support"
 2017-07-25 15:45 UTC  (3+ messages)

[PATCH 0/8] acquire ctx for everyone!
 2017-07-25 14:42 UTC  (28+ messages)
` [PATCH 1/8] drm/omap: Simplify the rotation-on-crtc hack
    ` [Intel-gfx] "
` [PATCH 2/8] drm: Don't update property values for atomic drivers
  ` [PATCH] "
` [PATCH 3/8] drm: Handle properties in the core "
  ` [PATCH] "
` [PATCH 4/8] drm: Nuke drm_atomic_helper_crtc_set_property
` [PATCH 5/8] drm: Nuke drm_atomic_helper_plane_set_property
  ` [PATCH 6/8] drm: Nuke drm_atomic_helper_connector_set_property
      ` [Intel-gfx] "
` [PATCH 7/8] drm: Nuke drm_atomic_helper_connector_dpms
` [PATCH 8/8] drm: Nuke drm_atomic_legacy_backoff
  ` [Intel-gfx] "

[Bug 101656] Invalid signal timestamps with EGL_SYNC_NATIVE_FENCE_ANDROID on android
 2017-07-25 14:39 UTC 

[PATCH 00/41] drm/dumb-buffers: Add defaults for .dumb_map_offset and .dumb_destroy
 2017-07-25 14:15 UTC  (27+ messages)
` [PATCH 01/41] drm/gem: Add drm_gem_dumb_map_offset()
` [PATCH 02/41] drm/dumb-buffers: Add defaults for .dumb_map_offset and .dumb_destroy
` [PATCH 09/41] drm/imx: Use .dumb_map_offset and .dumb_destroy defaults
` [PATCH 12/41] drm/pl111: "
` [PATCH 13/41] drm/rcar-du: "
` [PATCH 14/41] drm/shmobile: "
` [PATCH 16/41] drm/stm: "
` [PATCH 19/41] drm/vc4: "
` [PATCH 20/41] drm/zte: "
` [PATCH 29/41] drm/amdgpu: Use the drm_driver.dumb_destroy default
` [PATCH 30/41] drm/omapdrm: "

[PATCH] dma-buf: fix reservation_object_wait_timeout_rcu to wait correctly v2
 2017-07-25 13:35 UTC 

[Bug 194761] New: amdgpu driver breaks on Oland (SI)
 2017-07-25 13:10 UTC  (2+ messages)
` [Bug 194761] "

[RFC v2] drm/hdcp: drm enum property for HDCP State
 2017-07-25 12:34 UTC  (3+ messages)
` [RFC v3] drm/hdcp: drm enum property for CP State

[Bug 98146] DRI_PRIME=1 and fullscreen issues
 2017-07-25 12:33 UTC  (2+ messages)

[drm-intel:for-linux-next 4/4] drivers/gpu/drm/i915/selftests/intel_hangcheck.c:845:3: error: too few arguments to function 'i915_reset'
 2017-07-25 12:31 UTC 

[PATCH] dma-buf: fix reservation_object_wait_timeout_rcu to wait correctly
 2017-07-25 12:14 UTC  (11+ messages)

[Bug 195295] New: USB device insertion turns on discrete Radeon GPU
 2017-07-25 11:59 UTC  (2+ messages)
` [Bug 195295] "

[PATCH] [RESEND] gpu: ipu-v3: add DRM dependency
 2017-07-25 11:58 UTC  (7+ messages)

[PATCH] drm: tegra: add CONFIG_OF dependency
 2017-07-25 11:53 UTC  (3+ messages)

[PATCH] drm/udl: Make page_flip asynchronous
 2017-07-25 11:46 UTC  (2+ messages)

iMac 10,1 with Ubuntu 16.04: black screen after suspend
 2017-07-25 10:37 UTC  (15+ messages)

[PATCH v2 0/7] drm/atomic: Remove deprecated atomic iterator macros, v2
 2017-07-25 10:36 UTC  (16+ messages)
` [PATCH v2 1/7] drm/atomic: Use new iterator macros in drm_atomic_helper_wait_for_flip_done, again
` [PATCH v2 2/7] drm/atomic: Clean up drm_atomic_helper_async_check
` [PATCH v2 3/7] drm/rcar-du: Use new iterator macros, v2
` [PATCH v2 4/7] drm/omapdrm: Fix omap_atomic_wait_for_completion
` [PATCH v2 6/7] drm/nouveau: Convert nouveau to use new iterator macros, v2
` [PATCH v2 7/7] drm/atomic: Remove deprecated accessor macros

[PATCH 0/4] [v2] Blobifiers (FKA GET_PLANE2)
 2017-07-25 10:26 UTC  (2+ messages)

[PATCH v13 0/7] drm/i915/gvt: Dma-buf support for GVT-g
 2017-07-25  9:28 UTC  (8+ messages)
` [PATCH v13 1/7] drm/i915/gvt: Add framebuffer decoder support
` [PATCH v13 2/7] drm: Introduce RGB 64-bit 16:16:16:16 float format
` [PATCH v13 3/7] drm/i915/gvt: Add RGB 64-bit 16:16:16:16 float format support
` [PATCH v13 4/7] drm/i915/gvt: Add opregion support
` [PATCH v13 5/7] vfio: ABI for mdev display dma-buf operation
` [PATCH v13 6/7] drm/i915: Introduce GEM proxy
` [PATCH v13 7/7] drm/i915/gvt: Dmabuf support for GVT-g

[PATCH] staging: vboxvideo: select GENERIC_ALLOCATOR
 2017-07-25  8:50 UTC 

[PATCH v2 0/4] drm/sun4i: Fix a register access bug
 2017-07-25  8:09 UTC  (5+ messages)
` [PATCH v2 1/4] drm/atomic: implement drm_atomic_helper_commit_tail for runtime_pm users

[PATCH] android: amdgpu: move asic id table to a separate file
 2017-07-25  7:28 UTC  (3+ messages)

[RFC 0/7] drm: Add shmem GEM library
 2017-07-25  7:00 UTC  (13+ messages)
` [RFC 1/7] drm/gem: Add drm_gem_dumb_map_offset()
` [RFC 2/7] drm: Add GEM backed framebuffer library

[Bug 99316] Radeon crash when laptop on AC power
 2017-07-25  6:35 UTC  (3+ messages)

[PATCH 1/4] drm: Plumb modifiers through plane init
 2017-07-25  5:40 UTC  (3+ messages)

[PATCH 2/4] drm: Create a format/modifier blob
 2017-07-25  4:48 UTC  (2+ messages)

[PATCH 4/4] drm/i915: Add support for CCS modifiers
 2017-07-24 23:29 UTC  (2+ messages)

[Bug 9751] i915_wait_irq crash on G965, 2.6.19.2
 2017-07-24 23:11 UTC 

[Bug 12882] [855GM missing DVO driver] s-video not detected
 2017-07-24 23:11 UTC 

[Bug 16245] [kernel modesetting] display mashed after change mode
 2017-07-24 23:11 UTC 

[Bug 16334] [DRM 945GM] i915 Oops (i915_driver_lastclose) when shutdown X
 2017-07-24 23:11 UTC 

[Bug 17768] 2.6.27-rc5 kernel Oops with i915
 2017-07-24 23:11 UTC 

[Bug 17902] [830M missing dvo driver] need support for DVO-LVDS via na2501
 2017-07-24 23:11 UTC 

[Bug 19415] [945GM] X fail to start on kernel 2.6.28
 2017-07-24 23:11 UTC 

[Bug 20235] [i915] [Regression] VT switch and suspend to disk broken
 2017-07-24 23:10 UTC 

[Bug 22226] [945] DRI memory manager reports 18014398509481940 kB
 2017-07-24 23:10 UTC 

[Bug 26326] [855] Xserver freezing on Toshiba Satellite A10
 2017-07-24 23:08 UTC 

[Bug 27541] [830M] [KMS] internal display goes nuts during boot
 2017-07-24 23:08 UTC 

[Bug 27563] [810] Xorg freezes sometimes when playing Crack-Attack (races in drivers/char/drm/drm.ko?)
 2017-07-24 23:08 UTC 

[Bug 28430] [865G] OOPS when stolen memory set to zero
 2017-07-24 23:07 UTC 

[Bug 28509] [852] gpu hang
 2017-07-24 23:07 UTC 

[Bug 30654] [855] flickers when vblank_mode is enabled
 2017-07-24 23:06 UTC 

[Bug 30845] [855 missing dvo driver] DVI output unsupported
 2017-07-24 23:06 UTC 

[Bug 40181] [845G] GPU Hang on First Login with Display Manager
 2017-07-24 23:04 UTC 

[Bug 92240] [SKL] igt/kms_fbcon_fbt/fbc fail
 2017-07-24 22:45 UTC  (2+ messages)

[PATCH] drm/radeon: Set depth on low mem to 16 bpp instead of 8 bpp
 2017-07-24 20:46 UTC  (4+ messages)

[Bug 94410] [radeonsi] Unreal engine 4 Segmentation fault
 2017-07-24 19:37 UTC  (2+ messages)

linux-next: build failure after merge of the drm-misc tree
 2017-07-24 18:33 UTC  (6+ messages)

[PATCHv1 00/14] omapdrm: DSI command mode panel support
 2017-07-24 17:33 UTC  (15+ messages)
` [PATCHv1 01/14] drm/omap: remove unused function defines
` [PATCHv1 02/14] drm/omap: drop incorrect comment
` [PATCHv1 03/14] drm/omap: plane: update fifo size on ovl setup
` [PATCHv1 04/14] drm/omap: add framedone interrupt support
` [PATCHv1 05/14] drm/omap: add manual update detection helper
` [PATCHv1 06/14] drm/omap: add support for manually updated displays
` [PATCHv1 07/14] drm/omap: add support for physical size hints from display drivers
` [PATCHv1 08/14] drm/omap: panel-dsi-cm: fix driver
` [PATCHv1 09/14] drm/omap: panel-dsi-cm: add regulator support
` [PATCHv1 10/14] drm/omap: panel-dsi-cm: add physical size support
` [PATCHv1 11/14] drm/omap: panel-dsi-cm: add external backlight support
` [PATCHv1 12/14] drm/omap: panel-dsi-cm: switch to gpiod
` [PATCHv1 13/14] ARM: dts: omap4-droid4: improve LCD description
` [PATCHv1 14/14] ARM: dts: n950: add display support

[PATCH v2 0/5] arm64: dts: rockchip: support mail and IPA thermal for rk3399
 2017-07-24 16:39 UTC  (5+ messages)
` [PATCH v2 2/5] dt-bindings: gpu: add a power_model optional properties for MALI

[PATCH 2/4] drm/bridge: dw-hdmi: add cec notifier support
 2017-07-24 16:34 UTC  (11+ messages)

[PATCH v4 0/5] DAX common 4k zero page
 2017-07-24 15:59 UTC  (5+ messages)
` [PATCH v4 1/5] mm: add mkwrite param to vm_insert_mixed()

[Bug 101832] [regression][bisect] sddm fails to start after f50aa21456d82c8cb6fbaa565835f1acc1720a5d
 2017-07-24 15:54 UTC  (3+ messages)

[PATCH 00/14] Remove unused structure amd_pp_display_configuration
 2017-07-24 15:45 UTC  (5+ messages)
` [PATCH 01/14] amdgpu: powerplay: Remove unused function

[PATCH 0/4] drm: Fix some warnings when building docs
 2017-07-24 15:44 UTC  (3+ messages)
` [PATCH 1/4] drm/modes: Fix drm_mode_is_420_only() comment

[PATCH 2/4] drm: Fix warning when building docs for scdc_helper
 2017-07-24 15:36 UTC  (3+ messages)
` [PATCH v2 "
    ` FW: "


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