Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b3f2333de8e81b089262b26d52272911523e605f
/
drivers
/
gpu
b3f2333
drm: restrict the device list for shadow attached drivers
by Daniel Vetter
· 11 years ago
e2577d4
drm: rip out drm_platform_exit
by Daniel Vetter
· 11 years ago
0ff420f
drm/msm: call drm_put_dev directly in ->remove
by Daniel Vetter
· 11 years ago
50fb3c3
drm/armada: directly call drm_put_dev in ->remove
by Daniel Vetter
· 11 years ago
405bea7
drm/shmob: call drm_put_dev directly from ->remove hook
by Daniel Vetter
· 11 years ago
fd3c025
drm/omap: call drm_put_dev directly in ->remove
by Daniel Vetter
· 11 years ago
c84b435
drm/tilcdc: call drm_put_dev directly from ->remove
by Daniel Vetter
· 11 years ago
a9a346d
drm/exynos: call drm_put_dev directly from ->remove
by Daniel Vetter
· 11 years ago
57a24cf
drm/rcar: call drm_put_dev directly in the ->remove hook
by Daniel Vetter
· 11 years ago
c0c72a8
drm: shmob_drm: Check clk_prepare_enable() return value
by Laurent Pinchart
· 11 years ago
73e9efd
drm: Push dirtyfb ioctl kms locking down to drivers
by Ville Syrjälä
· 11 years ago
ee61c73
drm: Don't reference objects in the flink name idr
by Kristian Hogsberg
· 11 years ago
520edd1
drm: do not steal the display if we have a master
by Paulo Zanoni
· 11 years ago
fffb906
drm: Don't split up debug output
by Daniel Vetter
· 11 years ago
ce456e0
drm/edid: Make edid_load() return a void *
by Geert Uytterhoeven
· 11 years ago
da32cc9
Merge tag 'drm-intel-next-2013-11-29' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 11 years ago
e4158f1
radeon_pm: fix oops in hwmon_attributes_visible() and radeon_hwmon_show_temp_thresh()
by Sergey Senozhatsky
· 11 years ago
9255ce8
Merge branch 'drm-fixes-3.13' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
by Dave Airlie
· 11 years ago
89570ee
drm: fix the addition of the side-by-side (half) flag for extra 3D modes
by Thomas Wood
· 11 years ago
7d14b95
drm/edid: fix length check when adding extra 3D modes
by Thomas Wood
· 11 years ago
ffd3d33
drm/radeon/atom: fix bus probes when hw_i2c is set (v2)
by Alex Deucher
· 11 years ago
53dc0b0
drm/radeon: fix null pointer dereference in dce6+ audio code
by Alex Deucher
· 11 years ago
0ca223b
drm/radeon: fixup bad vram size on SI
by Alex Deucher
· 11 years ago
1ec2c7f
Merge tag 'drm-intel-fixes-2013-12-02' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes
by Dave Airlie
· 11 years ago
7bc494a
Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes
by Dave Airlie
· 11 years ago
60460f6
Merge tag 'drm/for-3.13-rc3' of git://anongit.freedesktop.org/tegra/linux into drm-fixes
by Dave Airlie
· 11 years ago
1d507b3
udl: fix issue with imported prime buffers
by Rob Clark
· 11 years ago
c17f5bb
Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes
by Dave Airlie
· 11 years ago
6a0a7a9
drm/vmwgfx: Add our connectors to sysfs
by Thomas Hellstrom
· 11 years ago
308d17e
drm/vmwgfx: Fix dma buffer memory size accounting
by Thomas Hellstrom
· 11 years ago
d69d51d
drm/vmwgfx: Fix up and comment the dumb buffer implementation
by Thomas Hellstrom
· 11 years ago
c6c1f32
drm/vmwgfx: Correctly set the enabled state on crtcs
by Thomas Hellstrom
· 11 years ago
bdefc8c
drm/nv50/disp: min/max are reversed in nv50_crtc_gamma_set()
by Dan Carpenter
· 11 years ago
13cd1a5
drm/nouveau/sw: fix oops if gpu has its display block disabled
by Ben Skeggs
· 11 years ago
2fd04c8
drm/nouveau: unreference fence after syncing
by Ben Skeggs
· 11 years ago
f074d73
drm/nouveau/kms: send timestamp data for correct head in flip completion events
by Maarten Lankhorst
· 11 years ago
a7e4201
drm/nouveau/clk: Add support for NVAA/NVAC
by Roy Spliet
· 11 years ago
b1cd497
drm/nouveau/fifo: Hook up pause and resume for NV50 and NV84+
by Roy Spliet
· 11 years ago
efffa98
drm/nv10/plane: some chipsets don't support NV12
by Ilia Mirkin
· 11 years ago
050828e
drm/nv10/plane: add downscaling restrictions
by Ilia Mirkin
· 11 years ago
92e5b0a
drm/nv10/plane: fix format computation
by Ilia Mirkin
· 11 years ago
5b19f4f
drm/nv04-nv30/clk: provide an empty domain list
by Ben Skeggs
· 11 years ago
9a99160
drm/tegra: return -EFAULT if copy_from_user() fails
by Dan Carpenter
· 11 years ago
d24b289
gpu: host1x: Fix a few sparse warnings
by Thierry Reding
· 11 years ago
9ab3415
drm/tegra: Force cast to __iomem to make sparse happy
by Thierry Reding
· 11 years ago
9b57f5f
drm/tegra: Make tegra_drm_driver static
by Thierry Reding
· 11 years ago
a7ed68f
drm/tegra: Fix address space mismatches
by Thierry Reding
· 11 years ago
7602fa1
drm/tegra: Tightly bind RGB output to DC
by Thierry Reding
· 11 years ago
3782651
drm/tegra: Make CRTC upcasting safer
by Thierry Reding
· 11 years ago
b7bc799
drm/radeon: fix VGT_GS_INSTANCE_CNT register
by Dave Airlie
· 11 years ago
1abd498
drm/radeon: Fix a typo in Cayman and Evergreen registers
by Alexandre Demers
· 11 years ago
d444af2
drm/radeon/dpm: simplify state adjust logic for NI
by Alex Deucher
· 11 years ago
9c57a6b
drm/radeon: add radeon_vm_bo_update trace point
by Christian König
· 11 years ago
84d597b
drm/radeon: add VMID allocation trace point
by Christian König
· 11 years ago
ec39f64
drm/radeon/dpm: Convert to use devm_hwmon_register_with_groups
by Guenter Roeck
· 11 years ago
55d4e02
drm/radeon: program DCE2 audio dto just like DCE3
by Alex Deucher
· 11 years ago
180f805
drm/radeon: fix typo in fetching mpll params
by Alex Deucher
· 11 years ago
0cbc330
drm/exynos: release unhandled page flip events at postclose.
by Inki Dae
· 11 years ago
b8654b3
drm/exynos: Fix trivial typo in exynos_drm_fimd.c
by Sachin Kamat
· 11 years ago
993fc6e
drm/i915: Pin pages whilst allocating for dma-buf vmap()
by Chris Wilson
· 11 years ago
be46ffd
drm/i915: Fix port name in vlv_wait_port_ready() timeout warning
by Ville Syrjälä
· 11 years ago
0bf2134
drm/i915: MI_PREDICATE_RESULT_2 is HSW only
by Ville Syrjälä
· 11 years ago
22613c9
drm/i915: Make the DERRMR SRM target global GTT
by Ville Syrjälä
· 11 years ago
a121644
drm/i915: use the correct force_wake function at the PC8 code
by Paulo Zanoni
· 11 years ago
1b28c3e
drm/qxl: fix memory leak in release list handling
by Dave Airlie
· 11 years ago
32cf0cb
drm/i915: Fix pipe CSC post offset calculation
by Ville Syrjälä
· 11 years ago
c19de8e
drm/i915: Return a drm_mode_status enum in the mode_valid vfuncs
by Damien Lespiau
· 11 years ago
43dd555
gpu: host1x: Silence a few warnings with LPAE=y
by Olof Johansson
· 11 years ago
ddf9c53
drm/i915: add intel_display_power_enabled_sw() for use in atomic ctx
by Imre Deak
· 11 years ago
48e9212
drm/i915: drop DRM_ERROR in intel_fbdev init
by Jesse Barnes
· 11 years ago
3b32a35
drm/i915: Simplify DP vs. eDP detection
by Ville Syrjälä
· 11 years ago
5d8a775
drm/i915: Check VBT for eDP ports on VLV
by Ville Syrjälä
· 11 years ago
6b88f29
drm/i915/vlv: use parallel context restore when coming out of RC6
by Jesse Barnes
· 11 years ago
2f0aa304
drm/i915/vlv: use a lower RC6 timeout on VLV
by Jesse Barnes
· 11 years ago
84fcb46
drm/i915/sdvo: Fix up debug output to not split lines
by Daniel Vetter
· 11 years ago
5bc0e85
drm/i915: make sparse happy for the new vlv mmio read function
by Daniel Vetter
· 11 years ago
084054f
drm/i915: drop the right force-wake engine in the vlv mmio funcs
by Daniel Vetter
· 11 years ago
46520e2
drm/i915: Fix GT wake FIFO free entries for VLV
by Ville Syrjälä
· 11 years ago
90f256b
drm/i915: Report all GTFIFODBG errors
by Ville Syrjälä
· 11 years ago
43709ba
drm/i915: Enabling DebugFS for valleyview forcewake counts
by Deepak S
· 11 years ago
940aece
drm/i915/vlv: Valleyview support for forcewake Individual power wells.
by Deepak S
· 11 years ago
c8d9a59
drm/i915: Add power well arguments to force wake routines.
by Deepak S
· 11 years ago
eec9901
drm/nouveau/hwmon: fix compilation without CONFIG_HWMON
by Ilia Mirkin
· 11 years ago
a1f84f5
drm/sysfs: fix OOM verification
by David Herrmann
· 11 years ago
fec8cba
drm/i915: use crtc_htotal in watermark calculations to match fastboot v2
by Jesse Barnes
· 11 years ago
947fdaadf
drm/i915: Do not attempt to re-enable an unconnected primary plane
by Chris Wilson
· 11 years ago
a415d35
drm/i915: Pin relocations for the duration of constructing the execbuffer
by Chris Wilson
· 11 years ago
1da5158
drm/i915: add a debugfs entry for power domain info
by Imre Deak
· 11 years ago
1c2256d
drm/i915: add a default always-on power well
by Imre Deak
· 11 years ago
f7243ac
drm/i915: don't do BDW/HSW specific powerdomains init on other platforms
by Imre Deak
· 11 years ago
f9e711e
drm/i915: protect HSW power well check with IS_HASWELL in redisable_vga
by Jesse Barnes
· 11 years ago
190be11
drm/i915: use IS_HASWELL/BROADWELL instead of HAS_POWER_WELL
by Imre Deak
· 11 years ago
6f3ef5d
drm/i915: add always-on power wells instead of special casing them
by Imre Deak
· 11 years ago
c1ca727
drm/i915: support for multiple power wells
by Imre Deak
· 11 years ago
fbeeaa2
drm/i915: add audio power domain
by Imre Deak
· 11 years ago
7c063c7
drm/i915: take mode config lock around crtc disable at suspend
by Jesse Barnes
· 11 years ago
8b4f49e
drm/i915: split fb allocation and initialization v2
by Jesse Barnes
· 11 years ago
67e5871
drm/i915: Drop forcewake w/a for missed interrupts/seqno on Sandybridge
by Chris Wilson
· 11 years ago
5ed1678
drm/i915: Move the gtt mm takedown to cleanup
by Ben Widawsky
· 11 years ago
5ce0972
drm/i915: Missed dropped VMA conversion
by Ben Widawsky
· 11 years ago
Next »