summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-10-22drm/msm: Remove local fbdev emulation Kconfig optionArchit Taneja
2015-10-22drm/msm/mdp5: Basic support for MDP5 v1.7 (MSM8996)Stephane Viau
2015-10-22drm/msm/mdp: Add Software Pixel Extension supportStephane Viau
2015-10-22drm/msm/mdp5: Use the newly introduced enum mdp_component_typeStephane Viau
2015-10-22drm/msm/hdmi: Add basic HDMI support for msm8996Stephane Viau
2015-10-22drm/msm/mdp5: Avoid printing error messages for optional clocksStephane Viau
2015-10-22drm/msm: Fix IOMMU clean up path in case msm_iommu_new() failsStephane Viau
2015-10-22drm/msm/mdp5: remove the cfg pointer from SMP structStephane Viau
2015-10-22drm/msm/dsi: Updata LNn_CFG4 register settings for 28nm PHYHai Li
2015-10-22drm: msm: dsi: Don't attempt changing voltage of switchesBjorn Andersson
2015-10-22drm/msm: update generated headersRob Clark
2015-10-22Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-nextDave Airlie
2015-10-22Merge tag 'drm-vc4-next-2015-10-21' of http://github.com/anholt/linux into dr...Dave Airlie
2015-10-21drm: rcar-du: Add support for the R8A7794 DULaurent Pinchart
2015-10-21drm: rcar-du: Add support for the R8A7793 DULaurent Pinchart
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-19Merge tag 'topic/drm-misc-2015-10-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-10-19Merge tag 'drm-intel-next-2015-10-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-10-19Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-nextDave Airlie
2015-10-19drm: rcar-du: Fix plane state free in plane reset handlerLaurent Pinchart
2015-10-19drm: rcar-du: Enable DU0 to DPAD connection on R8A7791Laurent Pinchart
2015-10-19drm: rcar-du: Add dependency on OFLaurent Pinchart
2015-10-19drm: rcar-du: Remove obsolete rcar-du-r8a779x platform_device_id entriesGeert Uytterhoeven
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-18Merge 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