aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2019-04-05drm/i915: Make RING_PDP relative to engine->mmio_baseChris Wilson4-22/+27
2019-04-05drm/i915/selftests: Fix plain use of integer 0 as NULLChris Wilson1-1/+1
2019-04-05drm/i915/execlists: Enable coarse preemption boundaries for gen8Chris Wilson3-15/+217
2019-04-05drm/i915: Use lockdep_pin_lock() over the construction of the requestChris Wilson2-0/+15
2019-04-05drm/sun4i: DW HDMI: Lower max. supported rate for H6Jernej Skrabec1-2/+7
2019-04-05Merge tag 'drm-misc-next-2019-04-04' of git://anongit.freedesktop.org/drm/drm...Dave Airlie97-737/+7839
2019-04-05Merge tag 'drm-intel-fixes-2019-04-04' of git://anongit.freedesktop.org/drm/d...Dave Airlie5-11/+11
2019-04-05Merge branch 'drm-fixes-5.1' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie6-6/+33
2019-04-04drm/pl111: fix possible object reference leakWen Yang1-0/+4
2019-04-04drm/vc4: vc4_debugfs_regset32() can be statickbuild test robot1-1/+1
2019-04-04drm/panel: Rocktech jh057n00900: Add terminating newlines to loggingJoe Perches1-9/+10
2019-04-04drm/i915: add Makefile magic for testing headers are self-containedJani Nikula11-68/+28
2019-04-04drm/amd/powerplay: check for invalid profile mode before switchingEvan Quan1-3/+2
2019-04-04drm/amd/display: fix cursor black issuetiancyin1-0/+1
2019-04-04drm/amdgpu: amdgpu_device_recover_vram always failed if only one node in shad...wentalou1-4/+9
2019-04-04drm/amdgpu: Adjust IB test timeout for XGMI configurationshaoyunl1-0/+3
2019-04-04drm/i915: Fixup kerneldoc for intel_cdclk_needs_cd2x_updateChris Wilson1-0/+1
2019-04-04drm/i915: Be precise in types for i915_gem_busyChris Wilson1-9/+10
2019-04-04drm/amdkfd: Add picasso pci idAlex Deucher1-0/+1
2019-04-04drm/i915: Update DRIVER_DATE to 20190404Joonas Lahtinen1-2/+2
2019-04-04drm: Add ASPEED GFX driverJoel Stanley8-0/+676
2019-04-03Merge tag 'gvt-fixes-2019-04-04' of https://github.com/intel/gvt-linux into d...Rodrigo Vivi4-10/+7
2019-04-04drm/i915/gvt: Fix kerneldoc typo for intel_vgpu_emulate_hotplugChris Wilson1-1/+1
2019-04-04drm/i915/gvt: Correct the calculation of plane sizeXiong Zhang1-6/+2
2019-04-03drm/vc4: Disable V3D interactions if the v3d component didn't probe.Eric Anholt7-1/+50
2019-04-03drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt12-165/+125
2019-04-03drm/i915: Expose full 1024 LUT entries on ivb+Ville Syrjälä2-43/+34
2019-04-03drm/i915: Expose the legacy LUT via the GAMMA_LUT/GAMMA_LUT_SIZE props on gen2/3Ville Syrjälä1-0/+5
2019-04-03drm/i915: Add "10.6" LUT mode for i965+Ville Syrjälä3-1/+71
2019-04-03drm/i915: Add 10bit LUT for ilk/snbVille Syrjälä3-10/+52
2019-04-03drm/i915: Implement split/10bit gamma for ivb/hswVille Syrjälä2-24/+95
2019-04-03drm/i915: Don't use split gamma when we don't have toVille Syrjälä2-95/+92
2019-04-03drm/i915: Extract ilk_lut_10()Ville Syrjälä1-16/+11
2019-04-03drm/amd/display: Prevent cursor hotspot overflow for RV overlay planesNicholas Kazlauskas1-3/+9
2019-04-03drm/amd/display: Fix "dc has no member named dml" compile errorLeo Li1-0/+2
2019-04-03drm/amd/display: Fix multi-thread writing to 1 stateAidan Wood15-203/+252
2019-04-03drm/panel: otm8009a: Set clock to 29.70 MhzYannick Fertré1-7/+7
2019-04-03drm/panel: rm68200: No error msg if probe deferredYannick Fertré1-1/+2
2019-04-03drm/panel: otm8009a: No error msg if probe deferredYannick Fertré1-1/+2
2019-04-03drm/panel: otm8009a: Add delay at the end of initializationYannick Fertré1-0/+3
2019-04-03drm/panel: Add Rocktech jh057n00900 panel driverGuido Günther3-0/+400
2019-04-03drm/panel: Add Feiyang FY07024DI26A30-D MIPI-DSI LCD panelJagan Teki3-0/+282
2019-04-03drm/i915: Skip modeset for cdclk changes if possibleVille Syrjälä4-34/+163
2019-04-03drm/i915: Remove redundant store of logical CDCLK stateImre Deak1-2/+0
2019-04-03drm/i915: Save the old CDCLK atomic stateImre Deak3-2/+23
2019-04-03drm/i915: Force 2*96 MHz cdclk on glk/cnl when audio power is enabledVille Syrjälä5-23/+86
2019-04-03drm/amd/display: Make pageflip event delivery compatible with VRR.Mario Kleiner1-13/+55
2019-04-03drm/amd/display: In VRR mode, do DRM core vblank handling at end of vblank. (v2)Mario Kleiner8-16/+204
2019-04-03drm/amd/display: Rework vrr flip throttling for late vblank irq.Mario Kleiner2-12/+14
2019-04-03drm/amd/display: Prevent vblank irq disable while VRR is active. (v3)Mario Kleiner1-0/+36