summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-10-21drm: fix trivial typosGeliang Tang
2015-10-21drm/vc4: Allow vblank to be disabledDerek Foreman
2015-10-21drm/vc4: Use the fbdev_cma helpersDerek Foreman
2015-10-21drm/vc4: Add KMS support for Raspberry Pi.Eric Anholt
2015-10-21drm: correctly check failed allocationInsu Yun
2015-10-20vga_switcheroo: Constify vga_switcheroo_handlerLukas Wunner
2015-10-20drm/armada: Convert the probe function to the generic drm_of_component_probe()Liviu Dudau
2015-10-20drm/rockchip: Convert the probe function to the generic drm_of_component_probe()Liviu Dudau
2015-10-20drm/imx: Convert the probe function to the generic drm_of_component_probe()Liviu Dudau
2015-10-20drm: Introduce generic probe function for component based masters.Liviu Dudau
2015-10-20drm/edid: Round to closest when computing the CEA/HDMI alternate clockVille Syrjälä
2015-10-20drm/edid: Fix up clock for CEA/HDMI modes specified via detailed timingsVille Syrjälä
2015-10-20Merge tag 'topic/drm-misc-2015-10-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-10-20Merge tag 'drm-intel-next-2015-10-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-10-20Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-nextDave Airlie
2015-10-20drm: rcar-du: Fix plane state free in plane reset handlerLaurent Pinchart
2015-10-20drm: rcar-du: Enable DU0 to DPAD connection on R8A7791Laurent Pinchart
2015-10-20drm: rcar-du: Add dependency on OFLaurent Pinchart
2015-10-20drm: rcar-du: Remove obsolete rcar-du-r8a779x platform_device_id entriesGeert Uytterhoeven
2015-10-19drm/amdgpu/dce: simplify suspend/resumeAlex Deucher
2015-10-19drm/i915: Use round to closest when computing the CEA 1.001 pixel clocksVille Syrjälä
2015-10-19drm/amdgpu/gfx8: set TC_WB_ACTION_EN in RELEASE_MEM packetAlex Deucher
2015-10-19drm/fb-helper: Fix fb refcounting in pan_display_atomicDaniel Vetter
2015-10-19drm/fb-helper: Set plane rotation directlyDaniel Vetter
2015-10-19drm: fix mutex leak in drm_dp_get_mst_branch_deviceAdam Richter
2015-10-19drm: Check plane src coordinates correctly during page flip for atomic driversVille Syrjälä
2015-10-19drm: Check crtc viewport correctly with rotated primary plane on atomic driversVille Syrjälä
2015-10-19drm: Refactor plane src coordinate checksVille Syrjälä
2015-10-19drm: Swap w/h when converting the mode to src coordidates for a rotated prima...Ville Syrjälä
2015-10-19drm: Don't leak fb when plane crtc coodinates are badVille Syrjälä
2015-10-19drm/gem: Use kref_get_unless_zero for the weak mmap referencesDaniel Vetter
2015-10-19drm/vgem: Drop vgem_drm_gem_mmapDaniel Vetter
2015-10-19drm: Fix return value of drm_framebuffer_init()Lukas Wunner
2015-10-19drm/gem: Use container_of in drm_gem_object_freeDaniel Vetter
2015-10-19Merge branch 'virtio-gpu-for-drm-next' of git://git.kraxel.org/linux into drm...Dave Airlie
2015-10-16drm/gem: Drop struct_mutex requirement from drm_gem_mmap_objDaniel Vetter
2015-10-16drm: misc cleanupRob Clark
2015-10-16vga_switcheroo: Use enum vga_switcheroo_client_id instead of intLukas Wunner
2015-10-16vga_switcheroo: Use VGA_SWITCHEROO_UNKNOWN_ID instead of -1Lukas Wunner
2015-10-16vga_switcheroo: Use enum vga_switcheroo_state instead of intLukas Wunner
2015-10-16drm: Add DRM_DEBUG_VBL()Ville Syrjälä
2015-10-16drm: Don't use '\' for string literal concatenationVille Syrjälä
2015-10-16drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter
2015-10-16drm: Enforce unlocked ioctl operation for kms driver ioctlsDaniel Vetter
2015-10-16drm/i915: Mark getparam ioctl as DRM_UNLOCKEDDaniel Vetter
2015-10-16virtio-gpu: add page flip supportGerd Hoffmann
2015-10-16virtio-gpu: mark as a render gpuDave Airlie
2015-10-16virtio-gpu: add basic prime supportDave Airlie
2015-10-16virtio-gpu: add 3d/virgl supportGerd Hoffmann
2015-10-16virtio-gpu: don't free things on ttm_bo_init failureDave Airlie