summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-05-24gpu: drm: vgem: Change return type to vm_fault_tSouptick Joarder1-3/+2
2018-05-23gpu: drm: udl: Adding new typedef vm_fault_tSouptick Joarder2-14/+4
2018-05-23drm/i2c: tda998x: Remove VLA usageLaura Abbott1-2/+11
2018-05-23drm/gma500: Remove VLALaura Abbott1-2/+9
2018-05-22drm/gma500: Fix Medfield for drm_framebuffer moveDaniel Stone1-1/+1
2018-05-22drm/omap: Move buffer pitch/offset to drm_framebufferDaniel Stone1-13/+9
2018-05-22drm/omap: Move GEM BO to drm_framebufferDaniel Stone1-45/+15
2018-05-21drm/v3d: Checking for NULL vs IS_ERR()Dan Carpenter1-2/+2
2018-05-20drm/rockchip: lvds: avoid duplicating drm_bridge_attachPeter Rosin1-2/+0
2018-05-18drm/rockchip: rockchip_drm_fb -> drm_framebufferDaniel Stone3-40/+21
2018-05-18drm/rockchip: Place GEM BOs in drm_framebufferDaniel Stone1-30/+6
2018-05-18drm/mtk: mtk_drm_fb -> drm_framebufferDaniel Stone1-26/+14
2018-05-18drm/mtk: Move GEM BO to drm_framebufferDaniel Stone3-35/+6
2018-05-18drm/mtk: Remove impossible internal errorDaniel Stone1-5/+0
2018-05-18drm/msm: Move GEM BOs to drm_framebufferDaniel Stone1-43/+11
2018-05-18drm/gma500: Move GEM BO to drm_framebufferDaniel Stone6-60/+20
2018-05-18drm/armada: Move GEM BO to drm_framebufferDaniel Stone2-21/+5
2018-05-18drm/virtio: Place GEM BOs in drm_framebufferDaniel Stone4-32/+11
2018-05-18drm/cirrus: cirrus_framebuffer -> drm_framebufferDaniel Stone4-36/+25
2018-05-18drm/cirrus: Place GEM BOs in drm_framebufferDaniel Stone4-28/+10
2018-05-18drm/panel: simple: Fix data type in KEO TX31D200VM0BAA timingsStefan Agner1-2/+2
2018-05-18drm/panel: simple: AUO P320HVN03 uses SPWG data orderingLucas Stach1-1/+1
2018-05-18drm/panel: simple: Add Innolux TV123WAM panel driver supportspanda@codeaurora.org1-0/+27
2018-05-18drm/bridge: cdns: Mark runtime PM operations as maybe unusedThierry Reding1-2/+2
2018-05-18drm/panel: otm8009a: Use new backlight APIPhilippe CORNU1-17/+9
2018-05-18drm/panel: otm8009a: No message if probe successPhilippe CORNU1-9/+2
2018-05-18drm/panel: otm8009a: Fix glitches by moving backlight enable to otm8009a_enab...Philippe CORNU1-7/+10
2018-05-18drm/panel: otm8009a: Fix backlight updatesPhilippe CORNU1-2/+16
2018-05-18drm/panel: Add device_link from panel device to DRM deviceJyri Sarha1-0/+10
2018-05-18drm/panel: Remove drm_panel_detach() calls from all panel driversJyri Sarha10-9/+6
2018-05-17i915: content-type property for HDMI connectorStanislav Lisovskiy2-6/+12
2018-05-17drm: content-type property for HDMI connectorStanislav Lisovskiy3-0/+125
2018-05-17drm/vc4: plane: Expand the lower bits by repeating the higher bitsMaxime Ripard1-0/+1
2018-05-15drm/xen-front: fix spelling mistake: "conector" -> "connector"Colin Ian King1-1/+1
2018-05-14gpu: drm: qxl: Adding new typedef vm_fault_tSouptick Joarder1-4/+4
2018-05-11Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst4870-241415/+248655
2018-05-11drm: Add and handle new aspect ratios in DRM layerShashank Sharma1-0/+12
2018-05-11drm: Add aspect ratio parsing in DRM layerShashank Sharma2-3/+44
2018-05-11drm: Expose modes with aspect ratio, only if requestedAnkit Nautiyal1-7/+37
2018-05-11drm: Handle aspect ratio info in legacy modeset pathAnkit Nautiyal1-0/+9
2018-05-11drm: Add DRM client cap for aspect-ratioAnkit Nautiyal1-0/+9
2018-05-11video/hdmi: Reject illegal picture aspect ratiosVille Syrjälä1-0/+3
2018-05-11drm/edid: Don't send bogus aspect ratios in AVI infoframesVille Syrjälä1-6/+17
2018-05-11drm/edid: Fix cea mode aspect ratio handlingVille Syrjälä1-4/+14
2018-05-11drm/edid: Use drm_mode_match_no_clocks_no_stereo() for consistentcyVille Syrjälä1-1/+1
2018-05-11drm/modes: Introduce drm_mode_match()Ville Syrjälä1-31/+103
2018-05-10drm: panel-orientation-quirks: Convert to use match_string() helperAndy Shevchenko1-4/+3
2018-05-08drm/dp: Correctly mask DP_TRAINING_AUX_RD_INTERVAL values for DP 1.4Matt Atwood1-4/+18
2018-05-08drm/xen-front: Fix loop timeoutDan Carpenter1-1/+1
2018-05-08drm/xen-front: fix xen_drm_front_shbuf_alloc() error handlingDan Carpenter2-3/+3