summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'topic/drm-misc-2016-02-18' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-02-1972-406/+1010
|\
| * drm/udl: Use module_usb_driverAmitoj Kaur Chawla2016-02-171-13/+1
| * Merge branch 'topic/mode_fixup-optional' into topic/drm-miscDaniel Vetter2016-02-1733-244/+0
| |\
| | * drm/tilcdc: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-162-18/+0
| | * drm/sti: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-161-10/+0
| | * drm/rockchip: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-161-8/+0
| | * drm/qxl: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-161-9/+0
| | * drm/mgag200: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-161-8/+0
| | * drm/msm/mdp: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-165-41/+0
| | * drm/imx: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-164-32/+0
| | * drm/gma500: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-165-13/+0
| | * drm/radeon: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-161-8/+0
| | * drm/cirrus: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-161-9/+0
| | * drm/bochs: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-161-8/+0
| | * drm/ast: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-161-8/+0
| | * drm/amdgpu: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-163-24/+0
| | * drm/exynos: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-164-32/+0
| | * drm/udl: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-161-8/+0
| | * drm/virtio: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-161-8/+0
| * | drm: fixes crct set_mode when crtc mode_fixup is null.Carlos Palminha2016-02-161-3/+6
| |/
| * drm/fb_helper: Use add_one_connector in add_all_connectors.Maarten Lankhorst2016-02-151-8/+4
| * drm/fb_helper: Use correct allocation count for arrays.Maarten Lankhorst2016-02-151-7/+7
| * drm/i915: Set aux.dev to the drm_connector device, instead of drm_device.Rafael Antognolli2016-02-141-16/+2
| * dma-buf: Add ioctls to allow userspace to flushDaniel Vetter2016-02-121-0/+45
| * drm/dp: Add a drm_aux-dev module for reading/writing dpcd registers.Rafael Antognolli2016-02-125-2/+406
| * drm/kms_helper: Add a common place to call init and exit functions.Rafael Antognolli2016-02-124-9/+54
| * drm/msm: remove unused variableArnd Bergmann2016-02-111-1/+0
| * drm/bridge: removed dummy mode_fixup function from dw-hdmi.Carlos Palminha2016-02-111-8/+0
| * drm/i2c/tda998x: removed unnecessary code, mode_fixup is now optional.Carlos Palminha2016-02-111-9/+0
| * drm/i2c/sil164: removed unnecessary code, mode_fixup is now optional.Carlos Palminha2016-02-111-9/+0
| * drm: fixes crct set_mode when encoder mode_fixup is null.Carlos Palminha2016-02-111-4/+6
| * drm: fixes when i2c encoder slave mode_fixup is null.Carlos Palminha2016-02-101-0/+3
| * drm/gma500: fix error path in gma_intel_setup_gmbus()Rasmus Villemoes2016-02-101-1/+1
| * drm: Add drm_format_plane_width() and drm_format_plane_height()Ville Syrjälä2016-02-091-0/+42
| * drm/msm: remove the drm_device_is_unplugged checkHaixia Shi2016-02-091-3/+0
| * drm: modes: add missing [drm] to message printingLABBE Corentin2016-02-091-2/+1
| * ch7006: correctly handling failed allocationInsu Yun2016-02-091-0/+2
| * drm/radeon: Defer probe if gmux is present but its driver isn'tLukas Wunner2016-02-091-0/+11
| * drm/nouveau: Defer probe if gmux is present but its driver isn'tLukas Wunner2016-02-091-0/+11
| * drm/i915: Defer probe if gmux is present but its driver isn'tLukas Wunner2016-02-091-0/+12
| * apple-gmux: Add helper for presence detectLukas Wunner2016-02-091-1/+2
| * drm/radeon: Switch DDC when reading the EDIDLukas Wunner2016-02-091-0/+6
| * drm/nouveau: Switch DDC when reading the EDIDLukas Wunner2016-02-091-1/+20
| * drm/i915: Switch DDC when reading the EDIDLukas Wunner2016-02-091-1/+7
| * drm/edid: Switch DDC when reading the EDIDLukas Wunner2016-02-091-0/+26
| * apple-gmux: Add switch_ddc supportLukas Wunner2016-02-091-3/+42
| * apple-gmux: Track switch stateLukas Wunner2016-02-091-21/+46
| * vga_switcheroo: Add support for switching only the DDCLukas Wunner2016-02-091-2/+95
| * vga_switcheroo: Add handler flags infrastructureLukas Wunner2016-02-095-5/+27
| * drm/atomic: Add encoder_mask to crtc_state, v3.Maarten Lankhorst2016-02-092-3/+53