dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-04-30 18:05:21 to 2019-05-03 04:28:15 UTC [more...]

[Bug 108893] Slow redrawing of menu in Gothic 2 under wine
 2019-05-03  4:28 UTC  (2+ messages)

[Bug 110143] [Regression] Doom 3: BFG Edition - Steam and GOG.com - white flickering screen
 2019-05-03  4:02 UTC  (3+ messages)
` [Bug 110143] "

[radeon-alex:drm-next-5.2-wip 47/78] drivers/gpu//drm/panfrost/panfrost_job.c:388:3: error: too few arguments to function 'drm_sched_stop'
 2019-05-03  3:59 UTC 

[PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-05-03  3:18 UTC  (41+ messages)
` [PATCH v2 01/17] kunit: test: add KUnit test runner core
` [PATCH v2 02/17] kunit: test: add test resource management API
` [PATCH v2 03/17] kunit: test: add string_stream a std::stream like string builder
` [PATCH v2 04/17] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v2 05/17] kunit: test: add the concept of expectations
` [PATCH v2 06/17] kbuild: enable building KUnit
` [PATCH v2 07/17] kunit: test: add initial tests
` [PATCH v2 08/17] kunit: test: add support for test abort
` [PATCH v2 09/17] kunit: test: add tests for kunit "
` [PATCH v2 10/17] kunit: test: add the concept of assertions
` [PATCH v2 11/17] kunit: test: add test managed resource tests
` [PATCH v2 12/17] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v2 13/17] kunit: defconfig: add defconfigs for building "
  ` [PATCH v2 14/17] Documentation: kunit: add documentation for KUnit
  ` [PATCH v2 15/17] MAINTAINERS: add entry for KUnit the unit testing framework
  ` [PATCH v2 16/17] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v2 17/17] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section

[drm-tip:drm-tip 4/9] htmldocs: drivers/gpu/drm/scheduler/sched_main.c:364: warning: Function parameter or member 'bad' not described in 'drm_sched_stop'
 2019-05-03  3:02 UTC 

[Bug 104185] CS:GO randomly locks up the entire system requiring forced reboot
 2019-05-03  2:31 UTC 

[Bug 109124] [AMD][TAHITI XT] csgo new battle royal mode bad performance
 2019-05-03  2:23 UTC  (2+ messages)

[Bug 110575] [R9 380X] Artifacts in CSGO
 2019-05-03  1:53 UTC  (2+ messages)

[Bug 108750] Glitchy Interface on Origin when using radeonsi and wined3d
 2019-05-03  1:44 UTC  (2+ messages)

[Bug 100239] Incorrect rendering in CS:GO
 2019-05-03  1:20 UTC  (2+ messages)

[git pull] drm fixes for final
 2019-05-03  1:01 UTC 

[PULL] 2nd pull for malidp-next
 2019-05-02 23:54 UTC  (2+ messages)

[PATCH 1/5] dt-bindings: drm/bridge/synopsys: dw-hdmi: Add "unwedge" for ddc bus
 2019-05-02 22:53 UTC  (2+ messages)
` [PATCH 2/5] "

[RFC PATCH 0/5] cgroup support for GPU devices
 2019-05-02 22:48 UTC  (8+ messages)
` [RFC PATCH 1/5] cgroup: Add cgroup_subsys per-device registration framework
` [RFC PATCH 2/5] cgroup: Change kernfs_node for directories to store cgroup_subsys_state
` [RFC PATCH 3/5] memcg: Add per-device support to memory cgroup subsystem
` [RFC PATCH 4/5] drm: Add memory cgroup registration and DRIVER_CGROUPS feature bit
` [RFC PATCH 5/5] drm/i915: Use memory cgroup for enforcing device memory limit

[Bug 110443] vaapi/vpp: wrong output for non 64-bytes align width (ex: 1200)
 2019-05-02 22:46 UTC  (6+ messages)

[PATCH 1/2] drm: bridge: dw-hdmi: Add hooks for suspend/resume
 2019-05-02 22:38 UTC  (2+ messages)
` [PATCH 2/2] drm/rockchip: dw_hdmi: Handle suspend/resume

[RFC][PATCH 0/3] mesa: Initial build fixups for AOSP/master
 2019-05-02 22:19 UTC  (10+ messages)
` [RFC][PATCH 1/3] mesa: android: Remove unnecessary dependency tracking rules
` [RFC][PATCH 2/3] mesa: android: freedreno: build libfreedreno_{drm, ir3} static libs
` [PATCH 3/3] mesa: android: freedreno: Fix build failure due to path change

[Bug 109345] drm-next-2018-12-14 -Linux PPC
 2019-05-02 21:47 UTC  (11+ messages)

[PATCH 1/2] drm/panel: simple: Add FriendlyELEC HD702E 800x1280 LCD panel
 2019-05-02 21:36 UTC  (3+ messages)

[Bug 108892] kernel BUG at kernel/time/timer.c:1137 in drm_sched_job_finish [gpu_sched]
 2019-05-02 20:59 UTC  (2+ messages)

[Bug 201273] New: Fatal error during GPU init amdgpu
 2019-05-02 20:36 UTC  (5+ messages)
` [Bug 201273] Fatal error during GPU init amdgpu RX560

[PATCH 1/2] drm/doc: Remove atomic_state_helper.h from drm-kms-helpers.rst
 2019-05-02 20:24 UTC  (2+ messages)
` [PATCH 2/2] drm/doc: Document the writeback prepare/cleanup jobs

[PATCH v3 00/10] drm: Add self refresh helpers
 2019-05-02 19:49 UTC  (11+ messages)
` [PATCH v3 01/10] drm: Add atomic variants of enable/disable to encoder helper funcs
` [PATCH v3 02/10] drm: Add drm_atomic_crtc_state_for_encoder helper
` [PATCH v3 03/10] drm: Add atomic variants for bridge enable/disable
` [PATCH v3 04/10] drm: Convert connector_helper_funcs->atomic_check to accept drm_atomic_state
` [PATCH v3 05/10] drm: Add helpers to kick off self refresh mode in drivers
` [PATCH v3 06/10] drm/rockchip: Use dirtyfb helper
` [PATCH v3 07/10] drm/rockchip: Check for fast link training before enabling psr
` [PATCH v3 08/10] drm/rockchip: Use the helpers for PSR
` [PATCH v3 09/10] drm/rockchip: Don't fully disable vop on self refresh
` [PATCH v3 10/10] drm/rockchip: Use drm_atomic_helper_commit_tail_rpm

[PATCH] drm: add non-desktop quirk for Valve HMDs
 2019-05-02 19:31 UTC 

[pull] amdgpu drm-next-5.2
 2019-05-02 19:30 UTC 

[PATCH v7 0/4] drm/vc4: Binner BO management improvements
 2019-05-02 18:27 UTC  (5+ messages)
` [PATCH v7 4/4] drm/vc4: Allocate binner bo when starting to use the V3D

[PATCH 1/3] drm/virtio: set seqno for dma-fence
 2019-05-02 17:12 UTC  (2+ messages)

[PATCH v4 0/2] Add writeback scaling
 2019-05-02 16:24 UTC  (5+ messages)
` [PATCH v4 1/2] drm: Add writeback_dest_x,y,w,h properties
` [PATCH v4 2/2] drm/malidp: Enable writeback scaling

[PATCH v9 0/2] Mixel MIPI DPHY support for NXPs i.MX8 SOCs
 2019-05-02 15:36 UTC  (5+ messages)
` [PATCH v9 2/2] phy: Add driver for mixel mipi dphy found on NXP's i.MX8 SoCs

[PATCH] RFC: console: hack up console_trylock more
 2019-05-02 14:16 UTC 

[PATCH] mm/pgtable: Drop pgtable_t variable from pte_fn_t functions
 2019-05-02 14:14 UTC  (4+ messages)

[PATCH] drm: Some ocd in drm_file.c
 2019-05-02 14:07 UTC  (4+ messages)

[PULL] drm-intel-next-fixes
 2019-05-02 13:40 UTC 

[PATCH v6 00/10] HDCP2.2 Phase II
 2019-05-02 13:37 UTC  (12+ messages)
` [PATCH v6 01/10] drm: move content protection property to mode_config
` [PATCH v6 02/10] drm/i915: debugfs: HDCP2.2 capability read
` [PATCH v6 03/10] drm: revocation check at drm subsystem
` [PATCH v6 04/10] drm/i915: SRM revocation check for HDCP1.4 and 2.2
` [PATCH v6 05/10] drm/hdcp: gathering hdcp related code into drm_hdcp.c
` [PATCH v6 06/10] drm: Add Content protection type property
` [PATCH v6 07/10] drm/i915: Attach content "
` [PATCH v6 08/10] drm: uevent for connector status change
` [PATCH v6 09/10] drm/hdcp: update content protection property with uevent
` [PATCH v6 10/10] drm/i915: update the hdcp state "

[Bug 203471] New: Tearing on Raven Ridge and RX560X PRIME setup even with Vsync enabled
 2019-05-02 12:32 UTC  (7+ messages)
` [Bug 203471] "

[PULL] drm-misc-fixes
 2019-05-02 12:25 UTC 

[PATCH] backlight: rave-sp: don't touch initial state and register with correct device
 2019-05-02 12:01 UTC  (3+ messages)

[PATCH v6 0/3] backlight: lm3630a: bug fix and fwnode support
 2019-05-02 10:46 UTC  (10+ messages)
` [PATCH v6 1/3] backlight: lm3630a: return 0 on success in update_status functions
` [PATCH v6 2/3] dt-bindings: backlight: add lm3630a bindings
` [PATCH v6 3/3] backlight: lm3630a: add firmware node support

[Bug 110587] when user click on Trash blank page is displayed
 2019-05-02 10:03 UTC  (2+ messages)

[Bug 110411] GUI lock up for KVM guest in drm_atomic_helper_commit_modeset_disables()
 2019-05-02  8:59 UTC  (2+ messages)

[PATCH 00/20] drm: Split out the formats API and move it to a common place
 2019-05-02  8:25 UTC  (12+ messages)
` [PATCH 18/20] lib: image-formats: Add v4l2 formats support

[RESEND][PATCH v3 0/6] add LCD support for SAM9X60
 2019-05-02  7:43 UTC  (3+ messages)
` [RESEND][PATCH v3 6/6] drm/atmel-hclcdc: revert shift by 8

[Bug 109206] Kernel 4.20 amdgpu fails to load firmware on Ryzen 2500U
 2019-05-02  6:36 UTC  (4+ messages)

[Bug 107049] monitor not found in 4.17+ kernel
 2019-05-02  6:18 UTC  (2+ messages)

[Bug 110371] HP Dreamcolor display *Error* No EDID read
 2019-05-02  3:09 UTC  (2+ messages)

[Bug 110510] Radeon VII HDMI issues: Flicking/system crashing
 2019-05-01 19:28 UTC  (2+ messages)

[Bug 110574] System hang after screen power saving
 2019-05-01 19:11 UTC  (3+ messages)

[PULL] drm-misc-next-fixes
 2019-05-01 19:09 UTC 

[PATCH 0/3] drm/panfrost: Expose HW counters to userspace
 2019-05-01 17:12 UTC  (4+ messages)

[PATCH] drm/msm/mdp5: Fix mdp5_cfg_init error return
 2019-05-01 16:51 UTC  (2+ messages)

[Bug 203473] New: ring gfx timeout when returning from suspension
 2019-05-01 16:36 UTC  (2+ messages)
` [Bug 203473] ring gfx timeout when waking "

[PATCH v13 10/20] kernel, arm64: untag user pointers in prctl_set_mm*
 2019-05-01 14:43 UTC  (5+ messages)

[RFC 0/4] Add support for drm/rockchip to dynamically control the DDR frequency within vblank for gru chromebooks
 2019-05-01 12:47 UTC  (6+ messages)
` [RFC 1/4] PM / devfreq: add devfreq_lock/unlock() functions
` [RFC 2/4] drm: rockchip: Add DDR devfreq support
` [RFC 3/4] clk: rockchip: merge clk-ddr in dmc devfreq driver
` [RFC 4/4] arm64: dts: rockchip: Set the display-subsystem devfreq

[PATCH v3 0/3] backlight: lm3630a: bug fix and fwnode support
 2019-05-01 12:18 UTC  (5+ messages)
` [PATCH v3 3/3] backlight: lm3630a: add firmware node support

[PATCH v2] drm: introduce a capability flag for syncobj timeline support
 2019-05-01 12:01 UTC  (2+ messages)

[PATCH 2/2] drm: introduce a capability flag for syncobj timeline support
 2019-05-01  9:00 UTC  (4+ messages)
` [PATCH v2] "

[Bug 110571] GPU Passthrough of Vega 56 GPU hangs on KVM start
 2019-05-01  7:45 UTC 

nouveau-next 5.2
 2019-05-01  6:50 UTC 

[PATCH] dma-buf: add struct dma_buf_attach_info v2
 2019-04-30 23:06 UTC  (2+ messages)

[PATCH] drm/amd/display: Allow faking displays as VRR capable
 2019-04-30 19:56 UTC  (4+ messages)


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