Linux DRI Development
[Prev Page][Next Page]
- Re: [PATCH 04/23] drm: Add drm structures for palette color property, (continued)
- [PATCH 05/23] drm: Add structure to set/get a CTM color property, Shashank Sharma
- [PATCH 06/23] drm/i915: Add atomic set property interface for CRTC, Shashank Sharma
- [PATCH 07/23] drm/i915: Add atomic get property interface for CRTC, Shashank Sharma
- [PATCH 08/23] drm/i915: Create color management files, Shashank Sharma
- [PATCH 09/23] drm/i915: Register pipe color capabilities, Shashank Sharma
- [PATCH 10/23] drm/i915: Add gamma correction handlers, Shashank Sharma
- [PATCH 11/23] drm/i915: Add pipe deGamma correction handlers, Shashank Sharma
- [PATCH 12/23] drm/i915: Add pipe CSC correction handlers, Shashank Sharma
- [PATCH 13/23] drm/i915: CHV: Load gamma color correction values, Shashank Sharma
- [PATCH 14/23] drm/i915: CHV: Load degamma color correction values, Shashank Sharma
- [PATCH 15/23] drm/i915: CHV: Pipe level Gamma correction, Shashank Sharma
- [PATCH 16/23] drm/i915: CHV: Pipe level degamma correction, Shashank Sharma
- [PATCH 17/23] drm/i915: CHV: Pipe level CSC correction, Shashank Sharma
- [PATCH 18/23] drm/i915: Commit color changes to CRTC, Shashank Sharma
- [PATCH 19/23] drm/i915: Attach color properties to CRTC, Shashank Sharma
- [PATCH 20/23] drm/i915: BDW: Load gamma correction values, Shashank Sharma
- [PATCH 21/23] drm/i915: BDW: Pipe level Gamma correction, Shashank Sharma
- [PATCH 22/23] drm/i915: BDW: Load degamma correction values, Shashank Sharma
- [PATCH 23/23] drm/i915: BDW: Pipe level degamma correction, Shashank Sharma
- Re: [Intel-gfx] [PATCH 00/23] Color Management for DRM, Daniel Vetter
- [PATCH] drm/i915: fix kernel-doc warnings in i915_gem.c,
Geliang Tang
- [PATCH] drm/i915: fix kernel-doc warnings in intel_audio.c,
Geliang Tang
- [PATCH] drm/i915: fix kernel-doc warnings in intel_lrc.c,
Geliang Tang
- [PATCH] drm/i915: fix kernel-doc warnings in i915_gem_gtt.c,
Geliang Tang
- [ANNOUNCE] libdrm 2.4.65, robdclark
- [PATCH] [rfc] drm/mst: split connector registration into two parts,
Dave Airlie
- [PATCH] drm/exynos: get event time from ktime,
Joonyoung Shim
- [PATCH 1/4] drm/exynos: remove unnecessary NULL assignment,
Joonyoung Shim
- [PATCH 0/4] drm/exynos: small cleanup for exynos_drm_gem, Joonyoung Shim
- [PATCH] drm/exynos: fix layering violation of address,
Joonyoung Shim
- [PATCH] drm/exynos: fix missed calling of drm_prime_gem_destroy(),
Joonyoung Shim
- [PATCH 1/2] drm/dp/mst: don't pass port into the path builder function,
Dave Airlie
- [PATCH] drm/dp_mst: don't send hotplug if input ports change., Dave Airlie
- [PATCH RFC v2 0/3] Add a drm_aux-dev module.,
Rafael Antognolli
- [Bug 92012] new account account,
bugzilla-daemon
- [Intel-gfx] Contribute to DRM,
Lucas Tanure
- [PATCH 00/10] drm/msm: Add support for MSM8996,
Stephane Viau
- [PATCH 01/10] drm/msm/mdp5: remove the cfg pointer from SMP struct, Stephane Viau
- [PATCH 03/10] drm/msm: Fix IOMMU clean up path in case msm_iommu_new() fails, Stephane Viau
- [PATCH 02/10] drm/msm/mdp5: Disable hardware translation table walks (MSM8996), Stephane Viau
- [PATCH 04/10] drm/msm/mdp5: Avoid printing error messages for optional clocks, Stephane Viau
- [PATCH 05/10] drm/msm/mdp5: Vote for SMMU power when performing translations, Stephane Viau
- [PATCH 06/10] drm/msm/hdmi: Add basic HDMI support for msm8996, Stephane Viau
- [PATCH 07/10] drm/msm/mdp: Update generated headers (Pixel Extension), Stephane Viau
- [PATCH 10/10] drm/msm/mdp5: Basic support for MDP5 v1.7 (MSM8996), Stephane Viau
- [PATCH 08/10] drm/msm/mdp5: Use the newly introduced enum mdp_component_type, Stephane Viau
- [PATCH 09/10] drm/msm/mdp: Add Software Pixel Extension support, Stephane Viau
- [PATCH RFC 0/8] Add New DRM Driver for Hisilicon's Hi6220 SoC,
Xinwei Kong
- [PATCH 1/3] drm/vmwgfx: Fix up user_dmabuf refcounting,
Thomas Hellstrom
- [PATCH 0/1] DRM IOCTL permission change,
Thomas Hellstrom
- [Bug 104551] Unable to resume from suspend AMD Radeon HD 6570,
bugzilla-daemon
- [Bug 92005] Linux 4.2 DisplayPort MST deadlock?,
bugzilla-daemon
- [PATCH 0/3] RFC: Add a drm_aux-dev module.,
Rafael Antognolli
- XDC 2015: Updated Schedule, Social Event, Video release form, Tom Stellard
- [PATCH 00/11] drm: vblank fixes and timestamp based missed vblank guesttimation,
ville . syrjala
- [PATCH 01/11] drm: s/int crtc/unsigned int pipe/ straggles, ville . syrjala
- [PATCH 02/11] drm: Move timestamping constants into drm_vblank_crtc, ville . syrjala
- [PATCH 03/11] drm: Stop using linedur_ns and pixeldur_ns for vblank timestamps, ville . syrjala
- [PATCH 06/11] drm: Pass flags to drm_update_vblank_count(), ville . syrjala
- [PATCH 07/11] drm: Limit the number of .get_vblank_counter() retries, ville . syrjala
- [PATCH 05/11] drm/i915: Fix vblank count variable types, ville . syrjala
- [PATCH 04/11] drm: Kill pixeldur_ns, ville . syrjala
- [PATCH 08/11] drm: Clean up drm_calc_vbltimestamp_from_scanoutpos() vbl_status, ville . syrjala
- [PATCH 09/11] drm: store_vblank() is never called with NULL timestamp, ville . syrjala
- [PATCH 10/11] drm: Use vblank timestamps to guesstimate how many vblanks were missed, ville . syrjala
- [PATCH 11/11] drm: Fix vblank timestamp races, ville . syrjala
- [PATCH] drm/cma-helper: Add multi buffer support for cma fbdev, Xinliang Liu
- WARNING: CPU: 1 PID: 1676 at drivers/gpu/drm/drm_atomic.c:491 drm_atomic_check_only+0x48f/0x5f0 [drm](), Krzysztof Kolasa
- [PATCH 00/39] drop null test before destroy functions,
Julia Lawall
- [PATCH] drm/i915: Fix warnings while make xmldocs caused by intel_lrc.c,
Masanari Iida
- free resource,
Alex Vazquez
- [Bug 91998] Object rendered completely black in The Book of Unwritten Tales: The Critter Chronicles,
bugzilla-daemon
- [PATCH 00/22] R-Car DU: Add Gen3 support,
Laurent Pinchart
- [PATCH 01/22] drm: rcar-du: Don't update planes on disabled CRTCs, Laurent Pinchart
- [PATCH 02/22] drm: rcar-du: Add support for the R8A7793 DU, Laurent Pinchart
- [PATCH 04/22] drm: rcar-du: Compute plane DDCR4 register value directly, Laurent Pinchart
- [PATCH 05/22] drm: rcar-du: Refactor plane setup, Laurent Pinchart
- [PATCH 03/22] drm: rcar-du: Add support for the R8A7794 DU, Laurent Pinchart
- [PATCH 08/22] drm: rcar-du: Restart the DU group when a plane source changes, Laurent Pinchart
- [PATCH 06/22] drm: rcar-du: Add VSP1 support to the planes allocator, Laurent Pinchart
- [PATCH 10/22] drm: rcar-du: Expose the VSP1 compositor through KMS planes, Laurent Pinchart
- [PATCH 09/22] drm: rcar-du: Move plane allocator to rcar_du_plane.c, Laurent Pinchart
- [PATCH 11/22] drm: rcar-du: Use the VSP atomic update API, Laurent Pinchart
- [PATCH 13/22] drm: rcar-du: Enable compilation on ARM64, Laurent Pinchart
- [PATCH 07/22] drm: rcar-du: Add VSP1 compositor support, Laurent Pinchart
- [PATCH 14/22] drm: rcar-du: Drop LVDS double dependency on OF, Laurent Pinchart
- [PATCH 15/22] drm: rcar-du: Support up to 4 CRTCs, Laurent Pinchart
- [PATCH 16/22] drm: rcar-du: Output the DISP signal on the DISP pin, Laurent Pinchart
- [PATCH 18/22] drm: rcar-du: Add R8A7795 device support, Laurent Pinchart
- [PATCH 12/22] drm: rcar-du: Fix compile warning on 64-bit platforms, Laurent Pinchart
- [PATCH 19/22] drm: rcar-du: lvds: Avoid duplication of clock clamp code, Laurent Pinchart
- [PATCH 17/22] drm: rcar-du: Output the DISP signal on the ODDF pin, Laurent Pinchart
- [PATCH 20/22] drm: rcar-du: lvds: Fix PLL frequency-related configuration, Laurent Pinchart
- [PATCH 22/22] drm: rcar-du: lvds: Add R-Car Gen3 support, Laurent Pinchart
- [PATCH 21/22] drm: rcar-du: lvds: Rename PLLEN bit to PLLON, Laurent Pinchart
- Re: [PATCH 00/22] R-Car DU: Add Gen3 support, Geert Uytterhoeven
- AGP cards in PCI mode (fake slots like AGPro, AGP Express, AGI, AGX, XGP),
Ondrej Zary
- Re: AGP cards in PCI mode (fake slots like AGPro, AGP Express, AGI, AGX, XGP), Ilia Mirkin
- Re: AGP cards in PCI mode (fake slots like AGPro, AGP Express, AGI, AGX, XGP), Alex Deucher
- [Bug 91994] Samsung U28D590D Monitor does not wake up after power saving mode,
bugzilla-daemon
- [Bug 91993] Graphical glitch in Astromenace (open-source game).,
bugzilla-daemon
- [Bug 91993] Graphical glitch in Astromenace (open-source game)., bugzilla-daemon
- [Bug 91993] Graphical glitch in Astromenace (open-source game)., bugzilla-daemon
- [Bug 91993] Graphical glitch in Astromenace (open-source game)., bugzilla-daemon
- [Bug 91993] Graphical glitch in Astromenace (open-source game)., bugzilla-daemon
- [Bug 91993] Graphical glitch in Astromenace (open-source game)., bugzilla-daemon
- [Bug 91993] Graphical glitch in Astromenace (open-source game)., bugzilla-daemon
- [Bug 91993] Graphical glitch in Astromenace (open-source game)., bugzilla-daemon
- [Bug 91993] Graphical glitch in Astromenace (open-source game)., bugzilla-daemon
- [Bug 91993] Graphical glitch in Astromenace (open-source game)., bugzilla-daemon
- [Bug 91993] Graphical glitch in Astromenace (open-source game)., bugzilla-daemon
- [Bug 91993] Graphical glitch in Astromenace (open-source game)., bugzilla-daemon
- [Bug 91993] Graphical glitch in Astromenace (open-source game)., bugzilla-daemon
- [Bug 91993] Graphical glitch in Astromenace (open-source game)., bugzilla-daemon
- [Bug 91993] Graphical glitch in Astromenace (open-source game)., bugzilla-daemon
- [Bug 91993] Graphical glitch in Astromenace (open-source game)., bugzilla-daemon
- [Bug 91993] Graphical glitch in Astromenace (open-source game)., bugzilla-daemon
- [Bug 91993] Graphical glitch in Astromenace (open-source game)., bugzilla-daemon
- [Bug 91993] Graphical glitch in Astromenace (open-source game)., bugzilla-daemon
- [Bug 91993] Graphical glitch in Astromenace (open-source game)., bugzilla-daemon
- [Bug 91993] Graphical glitch in Astromenace (open-source game)., bugzilla-daemon
- [Bug 91993] Graphical glitch in Astromenace (open-source game)., bugzilla-daemon
- [Bug 91993] Graphical glitch in Astromenace (open-source game)., bugzilla-daemon
- [Bug 91985] [regression, bisected] FTBFS with commit f9f5c92f73: R600_UCP_CONST_BUFFER is undefined,
bugzilla-daemon
- [Bug 91985] [regression, bisected] FTBFS with commit f9f5c92f73: R600_UCP_CONST_BUFFER is undefined, bugzilla-daemon
- [Bug 91985] [regression, bisected] FTBFS with commit f9caabe8f1: R600_UCP_CONST_BUFFER is undefined, bugzilla-daemon
- [Bug 91985] [regression, bisected] FTBFS with commit f9caabe8f1: R600_UCP_CONST_BUFFER is undefined, bugzilla-daemon
- [Bug 91985] [regression, bisected] FTBFS with commit f9caabe8f1: R600_UCP_CONST_BUFFER is undefined, bugzilla-daemon
- [Bug 91985] [regression, bisected] FTBFS with commit f9caabe8f1: R600_UCP_CONST_BUFFER is undefined, bugzilla-daemon
- [PATCH] drm/msm/dsi: Updata LNn_CFG4 register settings for 28nm PHY,
Hai Li
- [Bug 91982] [radeonsi] fs leak in get_radeon_bo(),
bugzilla-daemon
- [PATCH] fbdev: put module after running driver callback,
David Herrmann
- [PATCH RFCv2 0/4] Etnaviv DRM driver again,
Lucas Stach
- [PATCH RFCv2 2/4] staging: etnaviv: add devicetree bindings, Lucas Stach
- [PATCH RFCv2 1/4] of: Add vendor prefix for Vivante Corporation, Lucas Stach
- [PATCH RFCv2 4/4] ARM: imx6: add Vivante GPU nodes, Lucas Stach
- Re: [PATCH RFCv2 0/4] Etnaviv DRM driver again, Lucas Stach
- [PATCH RFCv2 3/4] staging: etnaviv: add drm driver, Lucas Stach
- Re: [PATCH RFCv2 3/4] staging: etnaviv: add drm driver, Rob Clark
- Re: [PATCH RFCv2 3/4] staging: etnaviv: add drm driver, Russell King - ARM Linux
- Re: [PATCH RFCv2 3/4] staging: etnaviv: add drm driver, Christian Gmeiner
- Re: [PATCH RFCv2 3/4] staging: etnaviv: add drm driver, Lucas Stach
- [PATCH 00/48] Etnaviv changes RFCv1->RFCv2, Lucas Stach
- [PATCH 05/48] staging: etnaviv: rename last remaining msm_* symbols, Lucas Stach
- [PATCH 16/48] staging: etnaviv: give etnaviv_gem_mmap_offset() a sane behaviour, Lucas Stach
- [PATCH 12/48] staging: etnaviv: avoid lockdep circular dependency warning, Lucas Stach
- [PATCH 11/48] staging: etnaviv: fix off-by-one for iommu aperture end, Lucas Stach
- [PATCH 08/48] staging: etnaviv: add proper license header to all files, Lucas Stach
- [PATCH 04/48] staging: etnaviv: clean up public API (part 2), Lucas Stach
- [PATCH 13/48] staging: etnaviv: fix gpu debugfs show implementation, Lucas Stach
- [PATCH 17/48] staging: etnaviv: allow etnaviv_ioctl_gem_info() locking to be interruptible, Lucas Stach
- [PATCH 01/48] staging: etnaviv: avoid holding struct_mutex over dma_alloc_coherent(), Lucas Stach
- [PATCH 14/48] staging: etnaviv: use vm_insert_page() rather than vm_insert_mixed(), Lucas Stach
- [PATCH 06/48] staging: etnaviv: rename last remaining bits from msm to etnaviv, Lucas Stach
- [PATCH 10/48] staging: etnaviv: fix missing error cleanups in etnaviv_load(), Lucas Stach
- [PATCH 38/48] staging: etnaviv: fix 'ret' may be used uninitialized in this function, Lucas Stach
- [PATCH 44/48] staging: etnaviv: implement cache maintenance on cpu_(prep|fini), Lucas Stach
- [PATCH 18/48] staging: etnaviv: make context a per-GPU thing, Lucas Stach
- [PATCH 42/48] staging: etnaviv: implement simple hang recovery, Lucas Stach
- [PATCH 15/48] staging: etnaviv: etnaviv_gem_fault: reduce struct_mutex exposure, Lucas Stach
- [PATCH 07/48] staging: etnaviv: quiten down kernel log output, Lucas Stach
- [PATCH 28/48] staging: etnaviv: rename GPU clock functions, Lucas Stach
- [PATCH 31/48] staging: etnaviv: improve efficiency of command parser, Lucas Stach
- [PATCH 40/48] staging: etnaviv: debugfs: add possibility to dump kernel buffer, Lucas Stach
- [PATCH 22/48] staging: etnaviv: no need to initialise a list_head, Lucas Stach
- [PATCH 23/48] staging: etnaviv: fix oops caused by scanning for free blocks, Lucas Stach
- [PATCH 02/48] staging: etnaviv: restructure iommu handling, Lucas Stach
- [PATCH 25/48] staging: etnaviv: increase page table size to maximum, Lucas Stach
- [PATCH 47/48] staging: etnaviv: don't use GEM buffer for internal ring buffer, Lucas Stach
- [PATCH 03/48] staging: etnaviv: remove compat MMU code, Lucas Stach
- [PATCH 20/48] staging: etnaviv: provide etnaviv_queue_work(), Lucas Stach
- [PATCH 39/48] staging: etnaviv: fix error: 'etnaviv_gpu_hw_resume' defined but not used, Lucas Stach
- [PATCH 34/48] staging: etnaviv: remove cmd buffer offset validation in submit_reloc(), Lucas Stach
- [PATCH 09/48] staging: etnaviv: add Dove GPU subsystem compatible, Lucas Stach
- [PATCH 32/48] staging: etnaviv: no point looking up the mapping for cmdstream bos, Lucas Stach
- [PATCH 26/48] staging: etnaviv: fix BUG_ON when removing module, Lucas Stach
- [PATCH 41/48] staging: etnaviv: change etnaviv_buffer_init() to return prefetch, Lucas Stach
- [PATCH 19/48] staging: etnaviv: switch to per-GPU fence completion implementation, Lucas Stach
- [PATCH 27/48] staging: etnaviv: provide a helper to load the GPU clock field, Lucas Stach
- [PATCH 29/48] staging: etnaviv: fix runtime resume, Lucas Stach
- [PATCH 45/48] staging: etnaviv: remove submit type, Lucas Stach
- [PATCH 30/48] staging: etnaviv: drop event ring buffer tracking, Lucas Stach
- [PATCH 35/48] staging: etnaviv: move mapping teardown into etnaviv_gem_free_object(), Lucas Stach
- [PATCH 24/48] staging: etnaviv: clean up etnaviv_iommu_unmap_gem() signature, Lucas Stach
- [PATCH 21/48] staging: etnaviv: use standard kernel types rather than stdint.h types, Lucas Stach
- [PATCH 37/48] staging: etnaviv: avoid pinning pages in CMA, Lucas Stach
- [PATCH 43/48] staging: etnaviv: map all buffers to the GPU, Lucas Stach
- [PATCH 48/48] staging: etnaviv: remove CMDSTREAM GEM allocation from UAPI, Lucas Stach
- [PATCH 33/48] staging: etnaviv: copy submit command and bos in one go, Lucas Stach
- [PATCH 46/48] staging: etnaviv: rewrite submit interface to use copy from user, Lucas Stach
- [PATCH 36/48] staging: etnaviv: add support for GEM_WAIT ioctl, Lucas Stach
- Re: [PATCH 00/48] Etnaviv changes RFCv1->RFCv2, Christian Gmeiner
- Re: [PATCH RFCv2 3/4] staging: etnaviv: add drm driver, Christian Gmeiner
- Re: [PATCH RFCv2 3/4] staging: etnaviv: add drm driver, Eric Anholt
- Re: [PATCH RFCv2 0/4] Etnaviv DRM driver again, Daniel Vetter
- [PATCH] drm/nouveau: fix memory leak,
Sudip Mukherjee
- [PATCH] checkpatch cleaning no structure changes, BryanSPaul
- [Bug 91969] [radeonsi][bonaire] Stalls with Borderlands 2,
bugzilla-daemon
- [Bug 91969] [radeonsi][bonaire] Stalls with Borderlands 2, bugzilla-daemon
- [Bug 91969] [radeonsi][bonaire] Stalls with Borderlands 2, bugzilla-daemon
- [Bug 91969] [radeonsi][bonaire] Stalls with Borderlands 2, bugzilla-daemon
- [Bug 91969] [radeonsi][bonaire] Stalls with Borderlands 2, bugzilla-daemon
- [Bug 91969] [radeonsi][bonaire] Stalls with Borderlands 2, bugzilla-daemon
- [Bug 91969] [radeonsi][bonaire] Stalls with Borderlands 2, bugzilla-daemon
- [Bug 91969] [radeonsi][bonaire] Stalls with Borderlands 2, bugzilla-daemon
- [Bug 91969] [radeonsi][bonaire] Stalls with Borderlands 2, bugzilla-daemon
- [Bug 91969] [radeonsi][bonaire] Stalls with Borderlands 2, bugzilla-daemon
- [Bug 91969] [radeonsi][bonaire] Stalls with Borderlands 2, bugzilla-daemon
- [PATCH] drm/atomic-helper: Don't skip plane disabling on active CRTC,
Laurent Pinchart
- [PATCH] drm: Nuke drm_framebuffer->helper_private,
Daniel Vetter
- XDC2015: Tentative schedule posted, Tom Stellard
- [PATCHv3 0/3] Add initial support for slimport anx78xx,
Enric Balletbo i Serra
- [Bug 91961] Hard lock after running built-in radeon.ko tests (Linux kernel 4.2.0), bugzilla-daemon
- [Bug 91960] [i915] kernel warning hsw_unclaimed_reg_debug intel_uncore.c:619,
bugzilla-daemon
- [PULL] drm-intel-next-fixes for v4.3-rc1, Jani Nikula
- [PATCH 2/4] drm/atomic/helper: Allow duplication of in-flight states, Matt Roper
- [PATCH] drm: atmel-hlcdc: add support for sama5d2 SoCs,
Nicolas Ferre
- [Bug 91951] [radeonsi] Arma 3 crashes: Too many fragment shader texture samplers,
bugzilla-daemon
- [PATCH libdrm 0/12] Rework drm{Get, Free}Devices and add drm{Get, Free}Device,
Emil Velikov
- [PATCH libdrm 01/12] tests/drmdevice: add new 'test', Emil Velikov
- [PATCH libdrm 02/12] xf86drm: flex platform specifics into drmParsePciBusInfo, Emil Velikov
- [PATCH libdrm 03/12] xf86drm: move platform details to drmParsePciDeviceInfo(), Emil Velikov
- [PATCH libdrm 05/12] xf86drm: rename drmSameDevice to drmCompareBusInfo, Emil Velikov
- [PATCH libdrm 04/12] xf86drm: move the final linux specific bits out of drmGetDevices, Emil Velikov
- [PATCH libdrm 06/12] util_math: add MAX3 macro, Emil Velikov
- [PATCH libdrm 07/12] xf86drm: rework drmGetDevices(), Emil Velikov
- [PATCH libdrm 08/12] xf86drm: move ifdef __linux__ guards where needed, Emil Velikov
- [PATCH libdrm 09/12] xf86drm: warn on missing drmGetMinorNameForFD implementation, Emil Velikov
- [PATCH libdrm 10/12] xf86drm: split out drmProcessPciDevice and drmFoldDuplicatedDevices, Emil Velikov
- [PATCH libdrm 12/12] tests/drmdevice: add drm{Get, Free}Device() example, Emil Velikov
- [PATCH libdrm 11/12] xf86drm: add drm{Get,Free}Device, Emil Velikov
- Re: [PATCH libdrm 0/12] Rework drm{Get, Free}Devices and add drm{Get, Free}Device, Alex Deucher
- [PATCH] drm/exynos: Remove useless EXPORT_SYMBOL_GPLs, Gustavo Padovan
- [PATCH 0/2] Preserve framebuffer during rmfb / drm fd close.,
Maarten Lankhorst
- [RFC libdrm] intel: Softpin support,
Michał Winiarski
- [PATCH] drm/gma500: fix double freeing,
Sudip Mukherjee
- [PATCH 0/5] DRM Cleanups,
David Herrmann
- [PATCH] drm/core: Do not call drm_framebuffer_remove internally during teardown.,
Maarten Lankhorst
- [PATCH 0/5] virtio-gpu: add virgl/3d rendering support,
Gerd Hoffmann
- [PULL] topic/drm-fixes for v4.3, Jani Nikula
- [Bug 104251] New: [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed,
bugzilla-daemon
- [Linux-v4.2-10463-g9a9952bbd76a] i915: WARNING: intel_display.c:1377 assert_planes_disabled,
Sedat Dilek
- [Bug 91930] Program with GtkGLArea widget does not redraw,
bugzilla-daemon
- [Bug 91930] Program with GtkGLArea widget does not redraw, bugzilla-daemon
- [Bug 91930] Program with GtkGLArea widget does not redraw, bugzilla-daemon
- [Bug 91930] Program with GtkGLArea widget does not redraw, bugzilla-daemon
- [Bug 91930] Program with GtkGLArea widget does not redraw, bugzilla-daemon
- [Bug 91930] Program with GtkGLArea widget does not redraw, bugzilla-daemon
- [Bug 91930] Program with GtkGLArea widget does not redraw, bugzilla-daemon
- [Bug 91930] Program with GtkGLArea widget does not redraw, bugzilla-daemon
- [Bug 91930] Program with GtkGLArea widget does not redraw, bugzilla-daemon
- [Bug 91930] Program with GtkGLArea widget does not redraw, bugzilla-daemon
- [Bug 91930] Program with GtkGLArea widget does not redraw, bugzilla-daemon
- [Bug 91930] Program with GtkGLArea widget does not redraw, bugzilla-daemon
- Re: [PATCH 3/3] staging: slimport: Add anx7814 driver support by analogix.,
Daniel Kurtz
- [Bug 91921] radeon: command stream overflowed with current git,
bugzilla-daemon
- [PATCH v2 0/9] drm/exynos: rewrite fimg2d error handling,
Tobias Jakobi
- [PATCH v2 1/9] exynos/fimg2d: fix empty buffer handling in g2d_flush(), Tobias Jakobi
- [PATCH v2 2/9] exynos/fimg2d: simplify base address submission in g2d_scale_and_blend(), Tobias Jakobi
- [PATCH v2 3/9] exynos/fimg2d: add g2d_check_space(), Tobias Jakobi
- [PATCH v2 4/9] exynos/fimg2d: add g2d_validate_xyz() functions, Tobias Jakobi
- [PATCH v2 5/9] exynos/fimg2d: remove default case from g2d_get_blend_op(), Tobias Jakobi
- [PATCH v2 6/9] exynos/fimg2d: remove superfluous initialization of g2d_point_val, Tobias Jakobi
- [PATCH v2 7/9] exynos/fimg2d: make g2d_add_cmd() less heavy, Tobias Jakobi
- [PATCH v2 8/9] exynos/fimg2d: add message prefix, Tobias Jakobi
- [PATCH v2 9/9] exynos/fimg2d: remove g2d_context from public header, Tobias Jakobi
- Re: [PATCH v2 0/9] drm/exynos: rewrite fimg2d error handling, Emil Velikov
- [PATCH v9 3/6] mm: Introduce VM_LOCKONFAULT, Eric B Munson
- [Bug 91919] Black layout options in libreoffice impress,
bugzilla-daemon
- [PATCH] drm: Implement drm_modeset_{,un}lock_all_ctx(),
Thierry Reding
- [PATCH v3 1/2] drm/atomic-helper: Implement drm_atomic_helper_duplicate_state(),
Thierry Reding
- [PATCH 00/11] Mixed bag of ioctl and agp cleanups,
Daniel Vetter
- [PATCH 01/11] drm: Remove __OS_HAS_AGP, Daniel Vetter
- [PATCH 02/11] drm/i915: Kill cross-module option depencies, Daniel Vetter
- [PATCH 03/11] drm/i915: Mark debug mod options as _unsafe, Daniel Vetter
- [PATCH 04/11] drm/i915: Remove setparam ioctl, Daniel Vetter
- [PATCH 06/11] drm: Define a drm_invalid_op ioctl implementation, Daniel Vetter
- [PATCH 05/11] drm/i915: Mark getparam ioctl as DRM_UNLOCKED, Daniel Vetter
- [PATCH 07/11] drm/drm_ioctl.c: kerneldoc, Daniel Vetter
- [PATCH 09/11] drm/vmwgfx: Stop checking for DRM_UNLOCKED, Daniel Vetter
- [PATCH 10/11] drm/<drivers>: Drop DRM_UNLOCKED from modeset drivers, Daniel Vetter
- [PATCH 08/11] drm: Enforce unlocked ioctl operation for kms driver ioctls, Daniel Vetter
- [PATCH 11/11] drm: Remove dummy agp ioctl wrappers, Daniel Vetter
- Re: [PATCH 00/11] Mixed bag of ioctl and agp cleanups, Christian König
- [PATCH] drm/atomic-helper: Pimp docs with recommendations for rpm drivers,
Daniel Vetter
- [Bug 91917] linux-firmware.git should carry most recent firmware for SI, CI et al.,
bugzilla-daemon
- [PATCHv2 3/3] drm/i2c: anx78xx: Add anx7814 driver support by analogix., Enric Balletbo i Serra
- [PATCHv2 2/3] devicetree: Add new ANX7814 SlimPort transmitter binding.,
Enric Balletbo i Serra
[Index of Archives]
[Linux DRI Users]
[Linux Intel Graphics]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Scanners]
[Yosemite Answers]