Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
089a786e2cf5d07d495b3cb1ac0b959c6dd10d49
/
drivers
/
gpu
089a786
drm/radeon: Move looping over the PTEs into chip code
by Christian König
· 12 years ago
ddf03f5
drm/radeon: rework VM page table handling
by Christian König
· 12 years ago
ee60e29
drm/radeon: rework VMID handling
by Christian König
· 12 years ago
9b40e5d
drm/radeon: make VM flushs a ring operation
by Christian König
· 12 years ago
f82cbdd
drm/radeon: add sync helper function
by Christian König
· 12 years ago
d66a762
drm/radeon: remove vm_unbind
by Christian König
· 12 years ago
05b0714
drm/radeon: move VM funcs into asic structure
by Christian König
· 12 years ago
4bf3dd9
drm/radeon: cleanup VM id handling a bit
by Christian König
· 12 years ago
1f0e294
drm/radeon/atom: add consolidate bpc code
by Alex Deucher
· 12 years ago
37e9b6a
drm/radeon: rework the backlight control to be an asic callback
by Alex Deucher
· 12 years ago
e3a1592
drm/radeon: add initial support for ATCS ACPI methods
by Alex Deucher
· 12 years ago
82e0293
drm/radeon: document radeon_atpx_handler.c (v2)
by Alex Deucher
· 12 years ago
492b49a
drm/radeon: reorganize ATPX support (v2)
by Alex Deucher
· 12 years ago
48fa412
drm/radeon: update ATPX verify interface handling (v2)
by Alex Deucher
· 12 years ago
c3c6516
drm/radeon: document radeon_acpi.c
by Alex Deucher
· 12 years ago
92fdf89
drm/radeon: block the keypress on ATIF events
by Luca Tettamanti
· 12 years ago
c491707
drm/radeon: re-organize the acpi notifier callback
by Alex Deucher
· 12 years ago
fda4b25
drm/radeon: implement handler for ACPI event
by Luca Tettamanti
· 12 years ago
ce3cf82
drm/radeon: implement wrapper for GET_SYSTEM_PARAMS
by Luca Tettamanti
· 12 years ago
fd64ca8
drm/radeon: implement radeon_atif_verify_interface
by Luca Tettamanti
· 12 years ago
8650467
drm/radeon: refactor radeon_atif_call
by Luca Tettamanti
· 12 years ago
f372873
drm/radeon: add backlight control for atom devices (v2)
by Alex Deucher
· 12 years ago
9103088
drm/radeon: rework legacy backlight control
by Alex Deucher
· 12 years ago
af7912e
drm/radeon: track whether the GPU controls the backlight (v2)
by Alex Deucher
· 12 years ago
efd4e41
drm/radeon: add a license header to radeon_apci.c
by Alex Deucher
· 12 years ago
9e05b2f
drm/radeon: add new AMD ACPI header and update relevant code (v2)
by Alex Deucher
· 12 years ago
9e9eb7c
Annotate int2float() as being a pure function.
by Steven Fuerst
· 12 years ago
747f49b
Replace int2float() with an optimized version.
by Steven Fuerst
· 12 years ago
7ff64fc
Rename i2f() to int2float(), and make it global so one copy can be removed.
by Steven Fuerst
· 12 years ago
ee93b86
drm/radeon: remove gui_idle interrupt infrastructure
by Alex Deucher
· 12 years ago
95f5a3a
drm/radeon/dynpm: wait for fences on all rings when reclocking
by Alex Deucher
· 12 years ago
62444b7
drm/radeon: properly handle mc_stop/mc_resume on evergreen+ (v2)
by Alex Deucher
· 12 years ago
75104fa
drm/radeon/r5xx-r7xx: don't use radeon_crtc for vblank callback (v2)
by Alex Deucher
· 12 years ago
94f768f
drm/radeon/r1xx-r4xx: don't use radeon_crtc for vblank callback
by Alex Deucher
· 12 years ago
4643705
drm/radeon: clean up evergreen_get_vblank_counter
by Alex Deucher
· 12 years ago
4a15903
drm/radeon/dce4+: don't use radeon_crtc for vblank callback
by Alex Deucher
· 12 years ago
16c5808
drm/radeon: Prevent leak of scratch register on resume from suspend
by Simon Kitching
· 12 years ago
2f1f4d9
Revert "drm/radeon: rework pll selection (v3)"
by Alex Deucher
· 12 years ago
610bd7d
drm/nouveau: fix booting with plymouth + dumb support
by Dave Airlie
· 12 years ago
f492c17
drm/radeon: make 64bit fences more robust v3
by Christian König
· 12 years ago
985f61f
drm/radeon: rework pll selection (v3)
by Alex Deucher
· 12 years ago
b655232
Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux-samsung into drm-fixes
by Dave Airlie
· 12 years ago
ece82d6
drm/exynos: remove DRM_FORMAT_NV12M from plane module
by Inki Dae
· 12 years ago
525ee69
drm/exynos: fix double call of drm_prime_(init/destroy)_file_private
by Mandeep Singh Baines
· 12 years ago
b716d46
drm/exynos: add dummy support for dmabuf-mmap
by Tomasz Stanislawski
· 12 years ago
e25e1b6
drm/exynos: Add missing braces around sizeof in exynos_mixer.c
by Sachin Kamat
· 12 years ago
adc837a
drm/exynos: Add missing braces around sizeof in exynos_hdmi.c
by Sachin Kamat
· 12 years ago
9e1355e
drm/exynos: Make g2d_pm_ops static
by Sachin Kamat
· 12 years ago
254d4d1
drm/exynos: Add dependency for G2D in Kconfig
by Sachin Kamat
· 12 years ago
7da5907
drm/exynos: fixed page align bug.
by Inki Dae
· 12 years ago
4fbd9a4
drm/exynos: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]
by Thomas Meyer
· 12 years ago
b767593
drm/exynos: Use devm_* functions in exynos_drm_g2d.c file
by Sachin Kamat
· 12 years ago
ae18294
drm/exynos: Use devm_kzalloc in exynos_drm_hdmi.c file
by Sachin Kamat
· 12 years ago
59848db
drm/exynos: Use devm_kzalloc in exynos_drm_vidi.c file
by Sachin Kamat
· 12 years ago
16e1974
drm/exynos: Remove redundant check in exynos_drm_fimd.c file
by Sachin Kamat
· 12 years ago
7ba073c
drm/exynos: Remove redundant check in exynos_hdmi.c file
by Sachin Kamat
· 12 years ago
5e1782d
vmwgfx: add dumb ioctl support
by Dave Airlie
· 12 years ago
26df641
gma500: Fix regression on Oaktrail devices
by Alan Cox
· 12 years ago
6426a7b
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes
by Dave Airlie
· 12 years ago
75c5da2
drm/i915: fix up the IBX transcoder B check
by Daniel Vetter
· 12 years ago
974a3b0
drm/i915: set the right gen3 flip_done mode also at resume
by Daniel Vetter
· 12 years ago
99d0b1d
drm/i915: initialize dpio_lock spin lock
by Alexander Shishkin
· 12 years ago
c490342
drm/vmwgfx: add MODULE_DEVICE_TABLE so vmwgfx loads at boot
by Dave Airlie
· 12 years ago
5d2afab
drm/vmwgfx: allow a kconfig option to choose if fbcon is enabled
by Dave Airlie
· 12 years ago
804d74a
drm: use drm_compat_ioctl for 32-bit apps
by Keith Packard
· 12 years ago
28dcc2d
drm/i915: do not expose a dysfunctional backlight interface to userspace
by Jani Nikula
· 12 years ago
fcbc50d
drm/i915: only enable sdvo hotplug irq if needed
by Jani Nikula
· 12 years ago
c1f0526
drm/i915/edp: get the panel delay before powering up
by Dave Airlie
· 12 years ago
0273de0
drm/ast: drop debug level on error printk
by Dave Airlie
· 12 years ago
f4fe968
Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/nouveau/linux-2.6 into drm-fixes
by Dave Airlie
· 12 years ago
991083b
drm/nv50-/gpio: initialise to vbios defaults during init
by Ben Skeggs
· 12 years ago
a348cd5
drm/nvd0/disp: hopefully fix selection of 6/8bpc mode on DP outputs
by Ben Skeggs
· 12 years ago
6f33814
drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S
by Paul Menzel
· 12 years ago
c1b5112
Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
by Dave Airlie
· 12 years ago
4a68a74
gma500: Consider CRTC initially active.
by Forest Bond
· 12 years ago
41fa543
drm/radeon: fix dig encoder selection on DCE61
by Alex Deucher
· 12 years ago
f54b350
drm/radeon: fix double free in radeon_gpu_reset
by Christian König
· 12 years ago
4a2b666
drm/radeon: force dma32 to fix regression rs4xx,rs6xx,rs740
by Jerome Glisse
· 12 years ago
0ceb996
drm/radeon: rework panel mode setup
by Alex Deucher
· 12 years ago
c205b23
drm/radeon/atom: powergating fixes for DCE6
by Alex Deucher
· 12 years ago
8d1af57
drm/radeon/atom: rework DIG modesetting on DCE3+
by Alex Deucher
· 12 years ago
4e58591
drm/radeon: don't disable plls that are in use by other crtcs
by Alex Deucher
· 12 years ago
523885d
drm/radeon: add proper checking of RESOLVE_BOX command for r600-r700
by Marek Olšák
· 12 years ago
3b5ef59
drm/radeon: initialize tracked CS state
by Marek Olšák
· 12 years ago
305a3d2
drm/radeon: fix reading CB_COLORn_MASK from the CS
by Marek Olšák
· 12 years ago
84f720e
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes
by Dave Airlie
· 12 years ago
f08859a
Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes
by Dave Airlie
· 12 years ago
14f0458
drm/nvc0/copy: check PUNITS to determine which copy engines are disabled
by Ben Skeggs
· 12 years ago
a51d4ed
i915: Quirk no_lvds on Gigabyte GA-D525TUD ITX motherboard
by Calvin Walton
· 12 years ago
9a0f938
drm/i915: Use the correct size of the GTT for placing the per-process entries
by Chris Wilson
· 12 years ago
7c4eaca
drm: Check for invalid cursor flags
by Jakob Bornecrantz
· 12 years ago
5ee3691
drm/i915: fix color order for BGR formats on IVB
by Vijay Purushothaman
· 12 years ago
b70ad58
drm/i915: fix wrong order of parameters in port checking functions
by Xu, Anhua
· 12 years ago
4ff63e4
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 12 years ago
27fc4f1
drm: Add missing static storage class specifiers in drm_proc.c file
by Sachin Kamat
· 12 years ago
d5c2c20
drm/udl: dpms off the crtc when disabled.
by Dave Airlie
· 12 years ago
04ccfe7
drm: Remove two unused fields from struct drm_display_mode
by Damien Lespiau
· 12 years ago
f5869a8
drm: stop vmgfx driver explosion
by Alan Cox
· 12 years ago
85119c1
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes
by Dave Airlie
· 12 years ago
5317670
drm/radeon/ss: use num_crtc rather than hardcoded 6
by Alex Deucher
· 12 years ago
Next »